Lines Matching defs:image
125 efi_loaded_image_t *image;
152 * Get a handle to the loaded image protocol. This is used to get
153 * information about the running image, such as size and the command
157 &loaded_image_proto, (void *)&image);
159 efi_err("Failed to get loaded image protocol\n");
168 cmdline_ptr = efi_convert_cmdline(image, &cmdline_size);
200 image);
213 efi_load_initrd(image, ULONG_MAX, efi_get_max_initrd_addr(image_addr),
225 * they may belong to the same PE/COFF executable image in memory.
259 status = efi_boot_kernel(handle, image, image_addr, cmdline_ptr);