Searched refs:ctf_strptr (Results 1 – 6 of 6) sorted by relevance
/freebsd/cddl/contrib/opensolaris/common/ctf/ |
H A D | ctf_util.c | 111 ctf_strptr(const ctf_file_t *fp, uint_t name) in ctf_strptr() function
|
H A D | ctf_types.c | 249 const char *name = ctf_strptr(fp, ep->cte_name); in ctf_enum_iter() 474 return (ctf_strptr(fp, name)); in ctf_type_rname() 916 return (ctf_strptr(fp, ep->cte_name)); in ctf_enum_name() 954 if (strcmp(ctf_strptr(fp, ep->cte_name), name) == 0) { in ctf_enum_value()
|
H A D | ctf_hash.c | 134 const char *str = ctf_strptr(fp, name); in ctf_hash_define()
|
H A D | ctf_impl.h | 342 extern const char *ctf_strptr(const ctf_file_t *, uint_t);
|
H A D | ctf_open.c | 881 fp->ctf_parlabel = ctf_strptr(fp, hp.cth_parlabel); in ctf_bufopen() 883 fp->ctf_parname = ctf_strptr(fp, hp.cth_parname); in ctf_bufopen()
|
/freebsd/sys/cddl/dev/fbt/ |
H A D | fbt.c | 914 ctf_strptr(linker_ctf_t *lc, int name) in ctf_strptr() function 943 return (ctf_strptr(lc, name)); in ctf_type_rname()
|