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

  /src/sys/dev/pci/
pci_subr.c 1535 } ht_captab[] = { variable in typeref:typename:const struct ht_types[]
1567 for (off = 0; off < __arraycount(ht_captab); off++) {
1568 if (ht_captab[off].cap == foundcap)
1572 if (off >= __arraycount(ht_captab)) {
1576 printf("(%s)\n", ht_captab[off].name);
1577 if (ht_captab[off].printfunc != NULL)
1578 ht_captab[off].printfunc(regs, capoff);
pci_subr.c 1535 } ht_captab[] = { variable in typeref:typename:const struct ht_types[]
1567 for (off = 0; off < __arraycount(ht_captab); off++) {
1568 if (ht_captab[off].cap == foundcap)
1572 if (off >= __arraycount(ht_captab)) {
1576 printf("(%s)\n", ht_captab[off].name);
1577 if (ht_captab[off].printfunc != NULL)
1578 ht_captab[off].printfunc(regs, capoff);

Completed in 28 milliseconds