Searched refs:vd_name (Results 1 - 12 of 12) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dversion.c122 dep = _vdp->vd_name;
128 Elf_ver_line_1(lml, index, vdp->vd_name, dep,
138 Elf_ver_line_4(lml, __vdp->vd_name);
/opensolaris-onvv-gate/usr/src/cmd/sgs/pvs/common/
H A Dpvs.c85 const char *vd_name; member in struct:gver_desc
398 * vd_name - Version name
406 const char *vd_name, const char *needobj, const char *file)
440 (strcmp(name, vd_name) == 0))
447 file, vd_name); local
450 file, needobj, vd_name); local
696 (strcmp(vdp->vd_name, name) == 0))
729 vdp->vd_name = name;
792 (void) printf(MSG_ORIG(MSG_FMT_TNCO), _vdp->vd_name);
793 gvers_syms(vsdata, _vdp->vd_ndx, _vdp->vd_name, NUL
405 gvers_syms(const Gver_sym_data *vsdata, GElf_Half vd_ndx, const char *vd_name, const char *needobj, const char *file) argument
[all...]
/opensolaris-onvv-gate/usr/src/lib/libparted/common/libparted/labels/
H A Ddvh.h114 char vd_name[VDNAMESIZE]; /* name */ member in struct:volume_directory
H A Ddvh.c260 strncpy (dvh_part_data->name, vd->vd_name, VDNAMESIZE);
434 memset (vd->vd_name, 0, VDNAMESIZE);
435 strncpy (vd->vd_name, dvh_part_data->name, VDNAMESIZE);
/opensolaris-onvv-gate/usr/src/lib/libdladm/common/
H A Dlibdladm_impl.h129 char *vd_name; member in struct:val_desc
H A Dpropfuncs.c544 if (pdp->pd_defval.vd_name == NULL) {
548 (void) strcpy(*prop_val, pdp->pd_defval.vd_name);
566 pdp->pd_modval[i].vd_name);
604 if (pdp->pd_defval.vd_name == NULL)
H A Dlinkprop.c797 pdp->pd_optval[i].vd_name) == 0) {
857 if (pdp->pd_defval.vd_name == NULL)
861 defval = (strlen(pdp->pd_defval.vd_name) > 0);
1117 * pd_defval.vd_name should be null. If the driver
1118 * has to be contacted for the value, vd_name should
1122 if (pdp->pd_defval.vd_name == NULL) {
1127 if (strlen(pdp->pd_defval.vd_name) == 0) {
1131 (void) strcpy(*prop_val, pdp->pd_defval.vd_name);
1150 pdp->pd_optval[i].vd_name);
1232 * pd_defval.vd_name shoul
[all...]
H A Dlibdlwlan.c882 if (strcasecmp(str, vdp[i].vd_name) == 0) {
897 *strp = vdp[i].vd_name;
/opensolaris-onvv-gate/usr/src/cmd/sgs/libld/common/
H A Dversion.c44 if (strcmp(vdp->vd_name, name) == 0)
64 vdp->vd_name = name;
131 v->vd_name);
137 MSG_INTL(MSG_VER_ADDVER), vp->vd_name);
193 const char *name = vdp->vd_name;
201 MSG_INTL(MSG_VER_UNDEF), name, vdp->vd_ref->vd_name,
215 vdp->vd_name));
496 vip[ndx].vi_name = vdp->vd_name;
780 if (strcmp(sdv->sdv_name, vdp->vd_name) == 0) {
1051 if (strcmp(sdv->sdv_name, vdp->vd_name)
[all...]
H A Dupdate.c2627 const char *name = vdp->vd_name;
2637 vdp->vd_name = (const char *)stoff;
2639 sdp = ld_sym_find(vdp->vd_name, vdp->vd_hash, 0, ofl);
2641 vdp->vd_name = (const char *)
2665 vdap->vda_name = (uintptr_t)vdp->vd_name;
2676 vdap->vda_name = (uintptr_t)_vdp->vd_name;
H A Dsections.c2582 if (st_insert(strtab, vdp->vd_name) == -1)
/opensolaris-onvv-gate/usr/src/cmd/sgs/include/
H A Dlibld.h1378 const char *vd_name; /* version name */ member in struct:ver_desc

Completed in 220 milliseconds