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

/freebsd-10.1-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_xlator.c86 mnp->dn_membname = strdup(name);
90 if (mnp->dn_membname == NULL)
375 if (strcmp(dnp->dn_membname, name) == 0)
H A Ddt_dis.c249 dp->dtdo_xlmtab[xlr]->dn_membname);
517 (uint_t)dxp->dx_id, dxp->dx_arg, dnp->dn_membname,
H A Ddt_parser.h131 #define dn_membname dn_u._member._name /* DT_NODE_MEMBER */ macro
H A Ddt_parser.c491 (void) snprintf(buf, len, "member %s", dnp->dn_membname);
642 free(dnp->dn_membname);
643 dnp->dn_membname = NULL;
2427 dnp->dn_membname = name;
4294 mnp->dn_membname, &ctm) == CTF_ERR) {
4297 mnp->dn_membname, ctf_type_name(dxp->dx_dst_ctfp,
4310 mnp->dn_membname,
4804 (void) fprintf(fp, "MEMBER %s (%s)\n", dnp->dn_membname, buf);
H A Ddt_cg.c1063 mnp->dn_membname, &ctm) == CTF_ERR) {
1090 dn.dn_right->dn_string = mnp->dn_membname;
1098 dn.dn_right->dn_string = mnp->dn_membname;
H A Ddt_dof.c372 dofxm.dofxm_name = dof_add_string(ddo, dnp->dn_membname);

Completed in 76 milliseconds