Home
last modified time | relevance | path

Searched refs:ctf_strptr (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/common/ctf/
H A Dctf_types.c83 const char *name = ctf_strptr(fp, mp->ctm_name); in ctf_member_iter()
94 const char *name = ctf_strptr(fp, lmp->ctlm_name); in ctf_member_iter()
132 const char *name = ctf_strptr(fp, ep->cte_name); in ctf_enum_iter()
243 const char *name = ctf_strptr(rfp, tp->ctt_name); in ctf_type_qlname()
617 strcmp(ctf_strptr(lfp, ltp->ctt_name), in ctf_type_compat()
618 ctf_strptr(rfp, rtp->ctt_name)) != 0) in ctf_type_compat()
676 if (strcmp(ctf_strptr(fp, mp->ctm_name), name) == 0) { in ctf_member_info()
687 if (strcmp(ctf_strptr(fp, lmp->ctlm_name), name) == 0) { in ctf_member_info()
755 return (ctf_strptr(fp, ep->cte_name)); in ctf_enum_name()
791 if (strcmp(ctf_strptr(fp, ep->cte_name), name) == 0) { in ctf_enum_value()
[all …]
H A Dctf_util.c111 ctf_strptr(ctf_file_t *fp, uint_t name) in ctf_strptr() function
H A Dctf_decl.c111 if (ctf_strptr(fp, tp->ctt_name)[0] == '\0') { in ctf_decl_push()
H A Dctf_open.c358 name = ctf_strptr(fp, tp->ctt_name); in init_types()
526 strcmp(ctf_strptr(fp, tp->ctt_name), "") == 0 && in init_types()
721 fp->ctf_parlabel = ctf_strptr(fp, hp.cth_parlabel); in ctf_bufopen()
723 fp->ctf_parname = ctf_strptr(fp, hp.cth_parname); in ctf_bufopen()
H A Dctf_hash.c134 const char *str = ctf_strptr(fp, name); in ctf_hash_define()
H A Dctf_impl.h309 extern const char *ctf_strptr(ctf_file_t *, uint_t);
H A Dctf_create.c1280 name = ctf_strptr(src_fp, tp->ctt_name); in ctf_add_type()