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

  /src/sys/dev/pci/
pci_subr.c 1558 pcireg_t val, foundcap; local in function:pci_conf_print_ht_cap
1566 foundcap = PCI_HT_CAP(val);
1568 if (ht_captab[off].cap == foundcap)
1571 printf(" Capability Type: 0x%02x ", foundcap);
2782 pcireg_t foundcap; local in function:pci_conf_print_caplist
2798 foundcap = PCI_CAPLIST_CAP(rval);
2799 if (foundcap < __arraycount(pci_captab)) {
2800 printf("%s)\n", pci_captab[foundcap].name);
2802 foundtable[foundcap] = true;
4622 pcireg_t foundcap; local in function:pci_conf_print_extcaplist
    [all...]
pci_subr.c 1558 pcireg_t val, foundcap; local in function:pci_conf_print_ht_cap
1566 foundcap = PCI_HT_CAP(val);
1568 if (ht_captab[off].cap == foundcap)
1571 printf(" Capability Type: 0x%02x ", foundcap);
2782 pcireg_t foundcap; local in function:pci_conf_print_caplist
2798 foundcap = PCI_CAPLIST_CAP(rval);
2799 if (foundcap < __arraycount(pci_captab)) {
2800 printf("%s)\n", pci_captab[foundcap].name);
2802 foundtable[foundcap] = true;
4622 pcireg_t foundcap; local in function:pci_conf_print_extcaplist
    [all...]

Completed in 71 milliseconds