Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/pvs/common/
H A Dpvs.c86 const char *vd_name; member
441 (strcmp(name, vd_name) == 0)) in gvers_syms()
448 file, vd_name); in gvers_syms()
451 file, needobj, vd_name); in gvers_syms()
697 (strcmp(vdp->vd_name, name) == 0)) in gvers_find()
730 vdp->vd_name = name; in gvers_desc()
930 const char *_name = _vdp->vd_name; in gvers_def()
961 vdp->vd_name); in gvers_def()
967 vdp->vd_name); in gvers_def()
994 bvdp->vd_name); in gvers_def()
[all …]
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dversion.c44 if (strcmp(vdp->vd_name, name) == 0) in ld_vers_find()
64 vdp->vd_name = name; in ld_vers_desc()
131 v->vd_name); in vers_visit_children()
137 MSG_INTL(MSG_VER_ADDVER), vp->vd_name); in vers_visit_children()
193 const char *name = vdp->vd_name; in ld_vers_check_defs()
201 MSG_INTL(MSG_VER_UNDEF), name, vdp->vd_ref->vd_name, in ld_vers_check_defs()
215 vdp->vd_name)); in ld_vers_check_defs()
496 vip[ndx].vi_name = vdp->vd_name; in vers_index()
780 if (strcmp(sdv->sdv_name, vdp->vd_name) == 0) { in ld_vers_def_process()
1051 if (strcmp(sdv->sdv_name, vdp->vd_name) == 0) { in ld_vers_verify()
H A Dupdate.c2706 const char *name = vdp->vd_name; in update_overdef()
2716 vdp->vd_name = (const char *)stoff; in update_overdef()
2718 sdp = ld_sym_find(vdp->vd_name, vdp->vd_hash, 0, ofl); in update_overdef()
2720 vdp->vd_name = (const char *) in update_overdef()
2744 vdap->vda_name = (uintptr_t)vdp->vd_name; in update_overdef()
2755 vdap->vda_name = (uintptr_t)_vdp->vd_name; in update_overdef()
H A Dsections.c2618 if (st_insert(strtab, vdp->vd_name) == -1) in make_verdef()
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dversion.c122 dep = _vdp->vd_name; in Dbg_ver_desc_entry()
128 Elf_ver_line_1(lml, index, vdp->vd_name, dep, in Dbg_ver_desc_entry()
138 Elf_ver_line_4(lml, __vdp->vd_name); in Dbg_ver_desc_entry()
/illumos-gate/usr/src/lib/libdladm/common/
H A Dpropfuncs.c541 if (pdp->pd_defval.vd_name == NULL) { in i_dladm_get_prop_temp()
545 (void) strcpy(*prop_val, pdp->pd_defval.vd_name); in i_dladm_get_prop_temp()
563 pdp->pd_modval[i].vd_name); in i_dladm_get_prop_temp()
601 if (pdp->pd_defval.vd_name == NULL) in i_dladm_set_one_prop_temp()
H A Dlibdladm_impl.h144 char *vd_name; member
H A Dlinkprop.c1086 pdp->pd_optval[i].vd_name) == 0) { in check_prop()
1146 if (pdp->pd_defval.vd_name == NULL) in i_dladm_set_single_prop()
1451 if (pdp->pd_defval.vd_name == NULL) { in dladm_get_linkprop()
1479 pdp->pd_optval[i].vd_name); in dladm_get_linkprop()
1569 if (pdp->pd_defval.vd_name == NULL) { in dladm_get_linkprop_values()
1574 if (pdp->pd_defval.vd_name[0] != '\0') { in dladm_get_linkprop_values()
1615 if (strcmp(pdp->pd_optval[i].vd_name, in dladm_get_linkprop_values()
4016 if (strcasecmp(vdp[i].vd_name, in set_public_bitprop()
4017 pdp->pd_optval[j].vd_name) == 0) { in set_public_bitprop()
4353 pdp->pd_optval[i].vd_name); in get_bits()
[all …]
H A Dlibdlwlan.c883 if (strcasecmp(str, vdp[i].vd_name) == 0) { in find_val_by_name()
898 *strp = vdp[i].vd_name; in find_name_by_val()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h1428 const char *vd_name; /* version name */ member