Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dundi.c283 pnp_header_t *pnp_header = NULL; in hunt_rom() local
309 pnp_header = (pnp_header_t*)( ( void * ) undi.rom + in hunt_rom()
311 if ( pnp_header->signature != PNP_SIGNATURE ) { in hunt_rom()
315 if ( checksum(pnp_header,sizeof(pnp_header_t)) != 0 ) { in hunt_rom()
321 pnp_header->product_str_off==0 ? "(unknown)" : in hunt_rom()
322 (void*)undi.rom+pnp_header->product_str_off, in hunt_rom()
323 pnp_header->manuf_str_off==0 ? "(unknown)" : in hunt_rom()
324 (void*)undi.rom+pnp_header->manuf_str_off ); in hunt_rom()
H A Dundi.h135 typedef struct pnp_header { struct