Home
last modified time | relevance | path

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

/netbsd/src/external/cddl/osnet/lib/libctf/
Dctf.expsym86 ctf_strptr
/netbsd/src/external/cddl/osnet/dist/common/ctf/
Dctf_util.c114 ctf_strptr(const ctf_file_t *fp, uint_t name) in ctf_strptr() function
Dctf_types.c252 const char *name = ctf_strptr(fp, ep->cte_name); in ctf_enum_iter()
477 return (ctf_strptr(fp, name)); in ctf_type_rname()
919 return (ctf_strptr(fp, ep->cte_name)); in ctf_enum_name()
957 if (strcmp(ctf_strptr(fp, ep->cte_name), name) == 0) { in ctf_enum_value()
Dctf_hash.c137 const char *str = ctf_strptr(fp, name); in ctf_hash_define()
Dctf_impl.h342 extern const char *ctf_strptr(const ctf_file_t *, uint_t);
Dctf_open.c899 fp->ctf_parlabel = ctf_strptr(fp, hp.cth_parlabel); in ctf_bufopen()
901 fp->ctf_parname = ctf_strptr(fp, hp.cth_parname); in ctf_bufopen()
/netbsd/src/external/cddl/osnet/dev/fbt/
Dfbt.c934 ctf_strptr(mod_ctf_t *mc, int name) in ctf_strptr() function
972 if (ctf_strptr(mc, tp->ctt_name)[0] == '\0') { in ctf_decl_push()
1083 const char *name = ctf_strptr(mc, tp->ctt_name); in fbt_type_name()