Searched refs:ctf_strptr (Results 1 – 7 of 7) sorted by relevance
| /netbsd/src/external/cddl/osnet/lib/libctf/ |
| D | ctf.expsym | 86 ctf_strptr
|
| /netbsd/src/external/cddl/osnet/dist/common/ctf/ |
| D | ctf_util.c | 114 ctf_strptr(const ctf_file_t *fp, uint_t name) in ctf_strptr() function
|
| D | ctf_types.c | 252 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()
|
| D | ctf_hash.c | 137 const char *str = ctf_strptr(fp, name); in ctf_hash_define()
|
| D | ctf_impl.h | 342 extern const char *ctf_strptr(const ctf_file_t *, uint_t);
|
| D | ctf_open.c | 899 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/ |
| D | fbt.c | 934 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()
|