Searched refs:pcidb_vendor_name (Results 1 – 12 of 12) sorted by relevance
/illumos-gate/usr/src/lib/libpcidb/common/ |
H A D | pcidb.h | 56 extern const char *pcidb_vendor_name(pcidb_vendor_t *);
|
H A D | mapfile-vers | 84 pcidb_vendor_name;
|
H A D | pcidb.c | 504 pcidb_vendor_name(pcidb_vendor_t *vend) in pcidb_vendor_name() function
|
/illumos-gate/usr/src/cmd/pcieadm/ |
H A D | pcieadm_devs.c | 477 oarg.psdo_vendor = pcidb_vendor_name(vend); in pcieadm_show_devs_walk_cb() 510 oarg.psdo_subvendor = pcidb_vendor_name(vend); in pcieadm_show_devs_walk_cb()
|
H A D | pcieadm_cfgspace.c | 592 pcidb_vendor_name(vend)); in pcieadm_cfgspace_print_vendor() 642 "0x%x -- %s\n", val, pcidb_vendor_name(vend)); in pcieadm_cfgspace_print_subid()
|
/illumos-gate/usr/src/cmd/prtconf/ |
H A D | prt_xxx.c | 432 vstr = pcidb_vendor_name(vend); in print_pciid()
|
H A D | pdevinfo.c | 1145 vstr = pcidb_vendor_name(pciv); in dump_pcidb() 2191 vname = pcidb_vendor_name(pciv); in dump_pciid()
|
/illumos-gate/usr/src/cmd/prtdiag/i386/ |
H A D | smbios.c | 221 pcidb_vendor_name(pvend), in do_slot_mapping_cb()
|
/illumos-gate/usr/src/cmd/pcidb/ |
H A D | pcidb.c | 119 (void) strlcpy(buf, pcidb_vendor_name(walk->pw_vendor), buflen); in pcidb_write_vendor() 172 (void) strlcpy(buf, pcidb_vendor_name(vendor), buflen); in pcidb_write_subsystem()
|
/illumos-gate/usr/src/lib/libppt/common/ |
H A D | libppt.c | 92 (void) snprintf(buf, buflen, "%s %s", pcidb_vendor_name(vend), in dev_getlabel()
|
/illumos-gate/usr/src/cmd/fwflash/plugins/transport/common/ |
H A D | ufm.c | 290 vstr = strdup(pcidb_vendor_name(vend)); in ufmfw_fill_vpd()
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/ |
H A D | did_props.c | 1003 vname = pcidb_vendor_name(pciv); in maybe_pcidb_set()
|