OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Tue Sep 30 11:09:46 GMT 2025