Lines Matching defs:image
135 mode_msg = "Assigned boot image to 1.44 emulation mode";
139 mode_msg = "Assigned boot image to 1.2 emulation mode";
143 mode_msg = "Assigned boot image to 2.88 emulation mode";
147 mode_msg = "Assigned boot image to no emulation mode";
159 printf("New image has size %d, uses %d 512-byte sectors\n",
183 /* TODO : Need to do anything about the boot image in the tree? */
186 /* First boot image is initial/default entry. */
198 struct cd9660_boot_image *image;
202 /* Find the last image added */
203 TAILQ_FOREACH(image, &diskStructure->boot_images, image_list) {
204 if (image->serialno + 1 == diskStructure->image_serialno)
207 if (image == NULL)
212 image->targetMode = ET_MEDIA_NOEM;
214 image->bootable = ET_NOT_BOOTABLE;
216 image->targetMode = ET_MEDIA_HDD;
218 image->loadSegment = strtoul(value, &eptr, 16);
225 image->platform_id = ET_SYS_EFI;
384 * Use system type of default image for validation entry. Fallback to
406 /* One default entry per image */
665 printf("Writing boot image from %s to sectors %d\n",