Searched refs:ml_name (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dfixup_tdescs.c70 if (streq(ml->ml_name, mems[i]))
124 if (mems[i] && !streq(ml->ml_name, mems[i]))
135 strs[i], ml->ml_name);
230 if (strcmp(ml->ml_name, "cpu_cyclic") == 0)
235 strcmp(lml->ml_name, "cpu_m") == 0)
247 if (!streq(lml->ml_name, "cpu_m_pad") &&
250 "it must be cpu_m_pad.\n", lml->ml_name);
268 cpum->ml_name = xstrdup("cpu_m");
H A Dtdata.c90 name = tdp->t_members->ml_name;
211 if (oml->ml_name)
212 free(oml->ml_name);
H A Dmerge.c290 strcmp(ml1->ml_name, ml2->ml_name) != 0)
811 (*nmemp)->ml_name = xstrdup(omem->ml_name ? omem->ml_name : "empty omem->ml_name");
H A Dctftools.h163 char *ml_name; /* Member name */ member in struct:mlist
H A Dst_parse.c916 mlp->ml_name = w;
1171 (ml->ml_name ? ml->ml_name : "(anon)"));
1200 terminate("type chain for bitfield member %s has a NULL", ml->ml_name);
H A Dctf.c400 mp->ml_name);
416 mp->ml_name);
1143 (*mpp)->ml_name = xstrdup(sbuf +
1161 (*mpp)->ml_name = xstrdup(sbuf +
H A Ddwarf.c994 if ((ml->ml_name = die_name(dw, mem)) == NULL)
995 ml->ml_name = NULL;
1041 off, memoff, ml->ml_name, ml->ml_offset, ml->ml_size);
1194 ml->ml_name, tdesc_name(ml->ml_type),

Completed in 119 milliseconds