Home
last modified time | relevance | path

Searched refs:PCIR_SIGNATURE (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dundi.h127 #define PCIR_SIGNATURE ( ('P'<<0) + ('C'<<8) + ('I'<<16) + ('R'<<24) ) macro
H A Dundi.c292 if ( pcir_header->signature != PCIR_SIGNATURE ) { in hunt_rom()
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c11478 PCIR_SIGNATURE = 0x52494350 /* PCIR signature */ enumerator
11661 if (le32_to_cpu(*(u32*)pcir_header->signature) != PCIR_SIGNATURE) { in t4_load_boot()