OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:amr_pci_type
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/pci/
amr.c
145
static struct
amr_pci_type
{
struct
149
} const
amr_pci_type
[] = {
variable in typeref:struct:amr_pci_type const[]
253
for (i = 0; i < sizeof(
amr_pci_type
) / sizeof(
amr_pci_type
[0]); i++)
254
if (PCI_VENDOR(pa->pa_id) ==
amr_pci_type
[i].apt_vendor &&
255
PCI_PRODUCT(pa->pa_id) ==
amr_pci_type
[i].apt_product)
258
if (i == sizeof(
amr_pci_type
) / sizeof(
amr_pci_type
[0]))
261
if ((
amr_pci_type
[i].apt_flags & AT_SIG) == 0)
275
const struct
amr_pci_type
*apt
[
all
...]
Completed in 23 milliseconds
Indexes created Tue Oct 14 01:09:49 GMT 2025