HomeSort by: relevance | last modified time | path
    Searched defs:foundtable (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/pci/
pci_subr.c 2784 bool foundtable[__arraycount(pci_captab)]; local in function:pci_conf_print_caplist
2789 foundtable[i] = false;
2802 foundtable[foundcap] = true;
2812 if (foundtable[i] == false)
4624 bool foundtable[__arraycount(pci_extcaptab)]; local in function:pci_conf_print_extcaplist
4635 foundtable[i] = false;
4646 foundtable[foundcap] = true;
4666 if (foundtable[i] == false)
pci_subr.c 2784 bool foundtable[__arraycount(pci_captab)]; local in function:pci_conf_print_caplist
2789 foundtable[i] = false;
2802 foundtable[foundcap] = true;
2812 if (foundtable[i] == false)
4624 bool foundtable[__arraycount(pci_extcaptab)]; local in function:pci_conf_print_extcaplist
4635 foundtable[i] = false;
4646 foundtable[foundcap] = true;
4666 if (foundtable[i] == false)
pci_subr.c 2784 bool foundtable[__arraycount(pci_captab)]; local in function:pci_conf_print_caplist
2789 foundtable[i] = false;
2802 foundtable[foundcap] = true;
2812 if (foundtable[i] == false)
4624 bool foundtable[__arraycount(pci_extcaptab)]; local in function:pci_conf_print_extcaplist
4635 foundtable[i] = false;
4646 foundtable[foundcap] = true;
4666 if (foundtable[i] == false)

Completed in 40 milliseconds