Searched refs:__image_type (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dscript.h14 extern struct image_type script_image_type __image_type ( PROBE_NORMAL );
H A Dimage.h116 #define __image_type( probe_order ) __table_entry ( IMAGE_TYPES, probe_order ) macro
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/image/
H A Delfboot.c105 struct image_type elfboot_image_type __image_type ( PROBE_NORMAL ) = {
H A Dpxe_image.c104 struct image_type pxe_image_type __image_type ( PROBE_PXE ) = {
H A Dcomboot.c322 struct image_type comboot_image_type __image_type ( PROBE_NORMAL ) = {
H A Dcom32.c327 struct image_type com32_image_type __image_type ( PROBE_NORMAL ) = {
H A Dnbi.c424 struct image_type nbi_image_type __image_type ( PROBE_NORMAL ) = {
H A Dmultiboot.c481 struct image_type multiboot_image_type __image_type ( PROBE_MULTIBOOT ) = {
H A Dbzimage.c547 struct image_type bzimage_image_type __image_type ( PROBE_NORMAL ) = {
/vbox/src/VBox/Devices/PC/ipxe/src/image/
H A Defi_image.c221 struct image_type efi_image_type __image_type ( PROBE_NORMAL ) = {
H A Dscript.c195 struct image_type script_image_type __image_type ( PROBE_NORMAL ) = {

Completed in 156 milliseconds