OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:athn_pci_devices
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/
if_athn_pci.c
99
}
athn_pci_devices
[] = {
local in function:athn_pci_match
114
for (i = 0; i < __arraycount(
athn_pci_devices
); i++) {
115
if (PCI_VENDOR(pa->pa_id) ==
athn_pci_devices
[i].apd_vendor &&
116
PCI_PRODUCT(pa->pa_id) ==
athn_pci_devices
[i].apd_product)
if_athn_pci.c
99
}
athn_pci_devices
[] = {
local in function:athn_pci_match
114
for (i = 0; i < __arraycount(
athn_pci_devices
); i++) {
115
if (PCI_VENDOR(pa->pa_id) ==
athn_pci_devices
[i].apd_vendor &&
116
PCI_PRODUCT(pa->pa_id) ==
athn_pci_devices
[i].apd_product)
Completed in 22 milliseconds
Indexes created Tue Sep 30 07:10:03 GMT 2025