Home
last modified time | relevance | path

Searched refs:ctlm_name (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dctf.h339 uint_t ctlm_name; /* reference to name in string table */ member
/illumos-gate/usr/src/common/ctf/
H A Dctf_types.c111 const char *name = ctf_strptr(fp, lmp->ctlm_name); in ctf_member_iter()
848 if (strcmp(ctf_strptr(fp, lmp->ctlm_name), name) == 0) { in ctf_member_info()
1013 func, arg, ctf_strptr(fp, lmp->ctlm_name), in ctf_type_rvisit()
H A Dctf_create.c172 ctlm.ctlm_name = soff; in ctf_copy_lmembers()
175 ctlm.ctlm_name = 0; in ctf_copy_lmembers()
/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_diff.c385 iname = ctf_strptr(ifp, ilmp->ctlm_name); in ctf_diff_struct()
395 oname = ctf_strptr(ofp, olmp->ctlm_name); in ctf_diff_struct()