Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libpcidb/common/
H A Dpcidb.h60 extern pcidb_device_t *pcidb_lookup_device_by_vendor(pcidb_vendor_t *,
H A Dpcidb.c529 pcidb_lookup_device_by_vendor(pcidb_vendor_t *vend, uint16_t id) in pcidb_lookup_device_by_vendor() function
551 return (pcidb_lookup_device_by_vendor(vend, did)); in pcidb_lookup_device()
607 dev = pcidb_lookup_device_by_vendor(vend, devid); in pcidb_lookup_subvd_by_vendor()
H A Dmapfile-vers55 pcidb_lookup_device_by_vendor;
/illumos-gate/usr/src/cmd/prtconf/
H A Dprt_xxx.c433 dev = pcidb_lookup_device_by_vendor(vend, did); in print_pciid()
H A Dpdevinfo.c1146 pcid = pcidb_lookup_device_by_vendor(pciv, did); in dump_pcidb()
2193 pcid = pcidb_lookup_device_by_vendor(pciv, did[0]); in dump_pciid()
/illumos-gate/usr/src/lib/libppt/common/
H A Dlibppt.c89 if ((dev = pcidb_lookup_device_by_vendor(vend, did)) == NULL) in dev_getlabel()
/illumos-gate/usr/src/cmd/fwflash/plugins/transport/common/
H A Dufm.c282 dev = pcidb_lookup_device_by_vendor(vend, did[0]); in ufmfw_fill_vpd()
/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/
H A Ddid_props.c1011 if ((pcid = pcidb_lookup_device_by_vendor(pciv, pid)) != NULL) { in maybe_pcidb_set()