Searched defs:gpxe_magic (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/image/
H A Dscript.c170 static const char gpxe_magic[] = "#!gpxe"; local
171 linker_assert ( sizeof ( ipxe_magic ) == sizeof ( gpxe_magic ),
185 ( memcmp ( test, gpxe_magic, sizeof ( test ) - 1 ) == 0 )) &&

Completed in 41 milliseconds