Home
last modified time | relevance | path

Searched refs:PNP_BIOS_SIGNATURE (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dundi.h105 #define PNP_BIOS_SIGNATURE ( ('$'<<0) + ('P'<<8) + ('n'<<16) + ('P'<<24) ) macro
H A Dundi.c210 if ( undi.pnp_bios->signature == PNP_BIOS_SIGNATURE ) { in hunt_pnp_bios()