Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libpcidb/common/
H A Dpcidb.h56 extern const char *pcidb_vendor_name(pcidb_vendor_t *);
H A Dmapfile-vers84 pcidb_vendor_name;
H A Dpcidb.c504 pcidb_vendor_name(pcidb_vendor_t *vend) in pcidb_vendor_name() function
/illumos-gate/usr/src/cmd/pcieadm/
H A Dpcieadm_devs.c477 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 Dpcieadm_cfgspace.c592 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/pcidb/
H A Dpcidb.c109 (void) strlcpy(buf, pcidb_vendor_name(walk->pw_vendor), buflen); in pcidb_write_vendor()
162 (void) strlcpy(buf, pcidb_vendor_name(vendor), buflen); in pcidb_write_subsystem()
/illumos-gate/usr/src/cmd/prtdiag/i386/
H A Dsmbios.c221 pcidb_vendor_name(pvend), in do_slot_mapping_cb()
/illumos-gate/usr/src/cmd/prtconf/
H A Dprt_xxx.c432 vstr = pcidb_vendor_name(vend); in print_pciid()
H A Dpdevinfo.c1140 vstr = pcidb_vendor_name(pciv); in dump_pcidb()
2186 vname = pcidb_vendor_name(pciv); in dump_pciid()
/illumos-gate/usr/src/lib/libppt/common/
H A Dlibppt.c91 (void) snprintf(buf, buflen, "%s %s", pcidb_vendor_name(vend), in dev_getlabel()
/illumos-gate/usr/src/cmd/fwflash/plugins/transport/common/
H A Dufm.c290 vstr = strdup(pcidb_vendor_name(vend)); in ufmfw_fill_vpd()
/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/
H A Ddid_props.c1003 vname = pcidb_vendor_name(pciv); in maybe_pcidb_set()