Home
last modified time | relevance | path

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

/pciutils/lib/
H A Dnames-hwdb.c27 const char *key = NULL; in pci_id_hwdb_lookup() local
37 key = "ID_VENDOR_FROM_DATABASE"; in pci_id_hwdb_lookup()
41 key = "ID_MODEL_FROM_DATABASE"; in pci_id_hwdb_lookup()
56 key = "ID_PCI_CLASS_FROM_DATABASE"; in pci_id_hwdb_lookup()
60 key = "ID_PCI_SUBCLASS_FROM_DATABASE"; in pci_id_hwdb_lookup()
64 key = "ID_PCI_INTERFACE_FROM_DATABASE"; in pci_id_hwdb_lookup()
68 if (key) in pci_id_hwdb_lookup()
81 if (entry_name && !strcmp(entry_name, key)) in pci_id_hwdb_lookup()
H A Dwin32-cfgmgr32.c531 HKEY key; in get_device_driver_devreg() local
541 return key; in get_device_driver_devreg()
552 error = RegQueryValueExA(key, name, NULL, &reg_type, NULL, &reg_size); in read_reg_key_string_value()
650 subkey = key; in get_driver_path_for_regkey()
653 error = RegOpenKeyA(key, "Default", &subkey); in get_driver_path_for_regkey()
687 if (subkey != key) in get_driver_path_for_regkey()
782 HKEY key = NULL; in get_device_driver_path() local
808 key = get_device_driver_devreg(d->access, devinst, devinst_id); in get_device_driver_path()
809 if (key) in get_device_driver_path()
816 if (key) in get_device_driver_path()
[all …]
H A Daccess.c234 pci_set_property(struct pci_dev *d, u32 key, char *value) in pci_set_property() argument
241 if (p->key == key) in pci_set_property()
256 p->key = key; in pci_set_property()
268 if (p->key == prop) in pci_get_string_property()
H A Dinternal.h128 u32 key; member
132 char *pci_set_property(struct pci_dev *d, u32 key, char *value);