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; local
309 pnp_header = (pnp_header_t*)( ( void * ) undi.rom +
311 if ( pnp_header->signature != PNP_SIGNATURE ) {
315 if ( checksum(pnp_header,sizeof(pnp_header_t)) != 0 ) {
321 pnp_header->product_str_off==0 ? "(unknown)" :
322 (void*)undi.rom+pnp_header->product_str_off,
323 pnp_header->manuf_str_off==0 ? "(unknown)" :
324 (void*)undi.rom+pnp_header->manuf_str_off );
H A Dundi.h135 typedef struct pnp_header { struct

Completed in 61 milliseconds