Home
last modified time | relevance | path

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

/titanic_53/usr/src/grub/grub-0.97/netboot/
H A Dundi.c282 pcir_header_t *pcir_header = NULL; in hunt_rom() local
290 pcir_header = (pcir_header_t*)( ( void * ) undi.rom + in hunt_rom()
292 if ( pcir_header->signature != PCIR_SIGNATURE ) { in hunt_rom()
296 DBG ( "PCI:%hx:%hx...", pcir_header->vendor_id, in hunt_rom()
297 pcir_header->device_id ); in hunt_rom()
298 if ( ( pcir_header->vendor_id != undi.pci.vendor ) || in hunt_rom()
299 ( pcir_header->device_id != undi.pci.dev_id ) ) { in hunt_rom()
H A Dundi.h128 typedef struct pcir_header { struct