Home
last modified time | relevance | path

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

/pciutils/lib/
H A Dnames-hash.c39 a->id_hash = pci_malloc(a, sizeof(struct id_entry *) * HASH_SIZE); in id_alloc()
40 memset(a->id_hash, 0, sizeof(struct id_entry *) * HASH_SIZE); in id_alloc()
69 struct id_entry *n = a->id_hash ? a->id_hash[h] : NULL; in pci_id_insert()
76 n = id_alloc(a, sizeof(struct id_entry) + len); in pci_id_insert()
90 struct id_entry *n, *best; in pci_id_lookup()
H A Dnames.h15 struct id_entry { struct
16 struct id_entry *next; argument
H A Dnames-cache.c178 struct id_entry *e, *e2; in pci_id_cache_flush()
H A Dpci.h88 struct id_entry **id_hash; /* names.c */