Searched refs:image_type (Results 1 - 13 of 13) 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.h19 struct image_type;
44 struct image_type *type;
71 struct image_type { struct
113 #define IMAGE_TYPES __table ( struct image_type, "image_types" )
/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/tests/
H A Dtest.c146 static struct image_type test_image_type = {
/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 ) = {
/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Dimage.c227 struct image_type *type;

Completed in 86 milliseconds