Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dundi.h134 #define PNP_SIGNATURE ( ('$'<<0) + ('P'<<8) + ('n'<<16) + ('P'<<24) ) macro
H A Dundi.c311 if ( pnp_header->signature != PNP_SIGNATURE ) { in hunt_rom()