OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PCI_SIGNATURE
(Results
1 - 2
of
2
) sorted by null
/external/grub/netboot/
pci.h
71
#define
PCI_SIGNATURE
(('P' << 0) + ('C' << 8) + ('I' << 16) + (' ' << 24))
pci.c
330
if (present_status || (signature !=
PCI_SIGNATURE
)) {
Completed in 128 milliseconds