Searched refs:pci_flags_to_string (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_debug.c43 pci_debug_flag_to_string_t pci_flags_to_string [] = { variable
96 int no_rec = (sizeof (pci_flags_to_string) /
99 if (pci_flags_to_string[i].flag == flag) {
100 s = pci_flags_to_string[i].string;

Completed in 57 milliseconds