Searched refs:dn_membname (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_xlator.c86 mnp->dn_membname = strdup(name);
90 if (mnp->dn_membname == NULL)
374 if (strcmp(dnp->dn_membname, name) == 0)
H A Ddt_dis.c237 dp->dtdo_xlmtab[xlr]->dn_membname);
504 (uint_t)dxp->dx_id, dxp->dx_arg, dnp->dn_membname,
H A Ddt_parser.h134 #define dn_membname dn_u._member._name /* DT_NODE_MEMBER */ macro
H A Ddt_parser.c474 (void) snprintf(buf, len, "member %s", dnp->dn_membname);
625 free(dnp->dn_membname);
626 dnp->dn_membname = NULL;
2375 dnp->dn_membname = name;
4209 mnp->dn_membname, &ctm) == CTF_ERR) {
4212 mnp->dn_membname, ctf_type_name(dxp->dx_dst_ctfp,
4224 mnp->dn_membname,
4716 (void) fprintf(fp, "MEMBER %s (%s)\n", dnp->dn_membname, buf);
H A Ddt_cg.c1052 mnp->dn_membname, &ctm) == CTF_ERR) {
1080 dn.dn_right->dn_string = mnp->dn_membname;
1088 dn.dn_right->dn_string = mnp->dn_membname;
H A Ddt_dof.c370 dofxm.dofxm_name = dof_add_string(ddo, dnp->dn_membname);

Completed in 1431 milliseconds