Home
last modified time | relevance | path

Searched refs:PCI_LOOKUP_SKIP_LOCAL (Results 1 – 4 of 4) sorted by relevance

/pciutils/lib/
H A Dnames-hash.c102 if (n->src == SRC_LOCAL && (flags & PCI_LOOKUP_SKIP_LOCAL)) in pci_id_lookup()
108 if (n->src == SRC_HWDB && (flags & (PCI_LOOKUP_SKIP_LOCAL | PCI_LOOKUP_NO_HWDB))) in pci_id_lookup()
H A Dnames.c30 if (!tried_hwdb && !(flags & (PCI_LOOKUP_SKIP_LOCAL | PCI_LOOKUP_NO_HWDB))) in id_lookup()
146 if (!a->id_load_attempted && !(flags & (PCI_LOOKUP_NUMERIC | PCI_LOOKUP_SKIP_LOCAL))) in pci_lookup_name()
H A Dpci.h315 PCI_LOOKUP_SKIP_LOCAL = 0x100000, /* Do not consult local database */ enumerator
/pciutils/
H A Dlspci.c1207 pacc->id_lookup_mode |= PCI_LOOKUP_NETWORK | PCI_LOOKUP_SKIP_LOCAL; in main()