OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:piit
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/i386/pci/
pci_intr_fixup.c
218
const struct pciintr_icu_table *
piit
;
local in function:pciintr_icu_lookup
220
for (
piit
= pciintr_icu_table;
221
piit
->piit_init != NULL;
222
piit
++) {
223
if (PCI_VENDOR(id) ==
piit
->piit_vendor &&
224
PCI_PRODUCT(id) ==
piit
->piit_product)
225
return (
piit
);
774
const struct pciintr_icu_table *
piit
= NULL;
local in function:pci_intr_fixup
804
if ((
piit
= pciintr_icu_lookup(icuid)) == NULL) {
810
piit
= pciintr_icu_lookup(icuid)
[
all
...]
Completed in 13 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025