Searched refs:pcidb_lookup_device_by_vendor (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/lib/libpcidb/common/ |
H A D | pcidb.h | 60 extern pcidb_device_t *pcidb_lookup_device_by_vendor(pcidb_vendor_t *,
|
H A D | pcidb.c | 529 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 D | mapfile-vers | 55 pcidb_lookup_device_by_vendor;
|
/illumos-gate/usr/src/cmd/prtconf/ |
H A D | prt_xxx.c | 433 dev = pcidb_lookup_device_by_vendor(vend, did); in print_pciid()
|
H A D | pdevinfo.c | 1146 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 D | libppt.c | 89 if ((dev = pcidb_lookup_device_by_vendor(vend, did)) == NULL) in dev_getlabel()
|
/illumos-gate/usr/src/cmd/fwflash/plugins/transport/common/ |
H A D | ufm.c | 282 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 D | did_props.c | 1011 if ((pcid = pcidb_lookup_device_by_vendor(pciv, pid)) != NULL) { in maybe_pcidb_set()
|