Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libpcidb/common/
H A Dpcidb.c118 list_t ph_vendors; member
146 list_insert_tail(&hdl->ph_vendors, vend); in parse_vendor()
419 list_create(&h->ph_vendors, sizeof (pcidb_vendor_t), in pcidb_open()
450 while ((vend = list_remove_head(&hdl->ph_vendors)) != NULL) { in pcidb_close()
466 list_destroy(&hdl->ph_vendors); in pcidb_close()
494 for (v = list_head(&hdl->ph_vendors); v != NULL; in pcidb_lookup_vendor()
495 v = list_next(&hdl->ph_vendors, v)) { in pcidb_lookup_vendor()
518 return (list_head(&hdl->ph_vendors)); in pcidb_vendor_iter()
525 return (list_next(&vend->pv_hdl->ph_vendors, vend)); in pcidb_vendor_iter_next()