Home
last modified time | relevance | path

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

/freebsd-12-stable/cddl/contrib/opensolaris/common/ctf/
Dctf_types.c94 const char *name = ctf_strptr(fp, lmp->ctlm_name); in ctf_member_iter()
688 if (lmp->ctlm_name == 0 && in _ctf_member_info()
689 _ctf_member_info(fp, lmp->ctlm_name, name, in _ctf_member_info()
692 if (strcmp(ctf_strptr(fp, lmp->ctlm_name), name) == 0) { in _ctf_member_info()
869 func, arg, ctf_strptr(fp, lmp->ctlm_name), in ctf_type_rvisit()
Dctf_create.c120 ctlm.ctlm_name = soff; in ctf_copy_lmembers()
123 ctlm.ctlm_name = 0; in ctf_copy_lmembers()
1287 src_name = ctf_strptr(src_fp, src_mp->ctlm_name); in soucmp()
1288 dst_name = ctf_strptr(dst_fp, dst_mp->ctlm_name); in soucmp()
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
Dctf.h339 uint_t ctlm_name; /* reference to name in string table */ member
/freebsd-12-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
Dctf.c416 ctlm.ctlm_name = CTF_TYPE_NAME(CTF_STRTAB_0, in write_type()
425 SWAP_32(ctlm.ctlm_name); in write_type()
1154 ctlm->ctlm_name); in resurrect_types()
/freebsd-12-stable/cddl/contrib/opensolaris/tools/ctf/dump/
Ddump.c535 ref_to_str(u.lmp->ctlm_name, in read_types()