Home
last modified time | relevance | path

Searched refs:best (Results 1 – 3 of 3) sorted by relevance

/pciutils/lib/
H A Dnames-hash.c90 struct id_entry *n, *best; in pci_id_lookup() local
97 best = NULL; in pci_id_lookup()
110 if (!best || best->src < n->src) in pci_id_lookup()
111 best = n; in pci_id_lookup()
113 if (best) in pci_id_lookup()
114 return best->name; in pci_id_lookup()
/pciutils/
H A Dls-tree.c208 struct bridge *c, *best = NULL; in grow_tree() local
214 best = parent->bridge; in grow_tree()
215 if (!best) in grow_tree()
219 …(!best || best == &host_bridge || best->subordinate - best->primary > c->subordinate - c->primary)) in grow_tree()
220 best = c; in grow_tree()
221 if (best) in grow_tree()
223 b->prev = best->child; in grow_tree()
224 best->child = b; in grow_tree()
H A DCOPYING285 possible use to the public, the best way to achieve this is to make it