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

  /src/sys/dev/pci/
cac_pci.c 73 static struct cac_pci_type { struct
78 } const cac_pci_type[] = { variable in typeref:struct:cac_pci_type const[]
100 static const struct cac_pci_type *
103 const struct cac_pci_type *ct;
121 ct = cac_pci_type;
123 while (i < sizeof(cac_pci_type) / sizeof(cac_pci_type[0])) {
129 if (i == sizeof(cac_pci_type) / sizeof(cac_pci_type[0]))
146 const struct cac_pci_type *ct
    [all...]

Completed in 16 milliseconds