Home
last modified time | relevance | path

Searched refs:PROBE_NORMAL (Results 1 – 9 of 9) sorted by relevance

/external/syslinux/gpxe/src/arch/i386/image/
Delfboot.c37 struct image_type elfboot_image_type __image_type ( PROBE_NORMAL );
109 struct image_type elfboot_image_type __image_type ( PROBE_NORMAL ) = {
Dcomboot.c45 struct image_type comboot_image_type __image_type ( PROBE_NORMAL );
318 struct image_type comboot_image_type __image_type ( PROBE_NORMAL ) = {
Dcom32.c43 struct image_type com32_image_type __image_type ( PROBE_NORMAL );
281 struct image_type com32_image_type __image_type ( PROBE_NORMAL ) = {
Deltorito.c114 struct image_type eltorito_image_type __image_type ( PROBE_NORMAL );
332 struct image_type eltorito_image_type __image_type ( PROBE_NORMAL ) = {
Dnbi.c32 struct image_type nbi_image_type __image_type ( PROBE_NORMAL );
438 struct image_type nbi_image_type __image_type ( PROBE_NORMAL ) = {
Dbzimage.c44 struct image_type bzimage_image_type __image_type ( PROBE_NORMAL );
557 struct image_type bzimage_image_type __image_type ( PROBE_NORMAL ) = {
/external/syslinux/gpxe/src/image/
Dscript.c34 struct image_type script_image_type __image_type ( PROBE_NORMAL );
122 struct image_type script_image_type __image_type ( PROBE_NORMAL ) = {
Defi_image.c28 struct image_type efi_image_type __image_type ( PROBE_NORMAL );
104 struct image_type efi_image_type __image_type ( PROBE_NORMAL ) = {
/external/syslinux/gpxe/src/include/gpxe/
Dimage.h118 #define PROBE_NORMAL 02 macro