Searched refs:init_boot_hdr (Results 1 – 3 of 3) sorted by relevance
1143 const struct boot_img_hdr_v34 *init_boot_hdr, in populate_boot_info() argument1157 if (init_boot_hdr) in populate_boot_info()1158 hdr->ramdisk_size = init_boot_hdr->ramdisk_size; in populate_boot_info()1227 hdr->init_boot_buf = save_hdr ? (void *)init_boot_hdr : 0; in populate_boot_info()
550 void *init_boot_hdr = NULL; in avb_image_distribute_finish() local561 init_boot_hdr = slot_data->loaded_partitions[i].data; in avb_image_distribute_finish()587 init_boot_hdr, hdr, true); in avb_image_distribute_finish()
1378 const struct boot_img_hdr_v34 *init_boot_hdr,