HomeSort by relevance Sort by last modified time
    Searched full:__image_type (Results 1 - 11 of 11) sorted by null

  /external/syslinux/gpxe/src/arch/i386/image/
elfboot.c 37 struct image_type elfboot_image_type __image_type ( PROBE_NORMAL );
109 struct image_type elfboot_image_type __image_type ( PROBE_NORMAL ) = {
pxe_image.c 38 struct image_type pxe_image_type __image_type ( PROBE_PXE );
113 struct image_type pxe_image_type __image_type ( PROBE_PXE ) = {
com32.c 43 struct image_type com32_image_type __image_type ( PROBE_NORMAL );
281 struct image_type com32_image_type __image_type ( PROBE_NORMAL ) = {
comboot.c 45 struct image_type comboot_image_type __image_type ( PROBE_NORMAL );
318 struct image_type comboot_image_type __image_type ( PROBE_NORMAL ) = {
eltorito.c 114 struct image_type eltorito_image_type __image_type ( PROBE_NORMAL );
332 struct image_type eltorito_image_type __image_type ( PROBE_NORMAL ) = {
nbi.c 32 struct image_type nbi_image_type __image_type ( PROBE_NORMAL );
438 struct image_type nbi_image_type __image_type ( PROBE_NORMAL ) = {
bzimage.c 44 struct image_type bzimage_image_type __image_type ( PROBE_NORMAL );
557 struct image_type bzimage_image_type __image_type ( PROBE_NORMAL ) = {
multiboot.c 43 struct image_type multiboot_image_type __image_type ( PROBE_MULTIBOOT );
462 struct image_type multiboot_image_type __image_type ( PROBE_MULTIBOOT ) = {
  /external/syslinux/gpxe/src/image/
efi_image.c 28 struct image_type efi_image_type __image_type ( PROBE_NORMAL );
104 struct image_type efi_image_type __image_type ( PROBE_NORMAL ) = {
script.c 34 struct image_type script_image_type __image_type ( PROBE_NORMAL );
122 struct image_type script_image_type __image_type ( PROBE_NORMAL ) = {
  /external/syslinux/gpxe/src/include/gpxe/
image.h 132 #define __image_type( probe_order ) __table_entry ( IMAGE_TYPES, probe_order ) macro

Completed in 129 milliseconds