Searched refs:ctf_strptr (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/common/ctf/ |
H A D | ctf_util.c | 111 ctf_strptr(ctf_file_t *fp, uint_t name) function
|
H A D | ctf_types.c | 83 const char *name = ctf_strptr(fp, mp->ctm_name); 94 const char *name = ctf_strptr(fp, lmp->ctlm_name); 132 const char *name = ctf_strptr(fp, ep->cte_name); 243 const char *name = ctf_strptr(rfp, tp->ctt_name); 617 strcmp(ctf_strptr(lfp, ltp->ctt_name), 618 ctf_strptr(rfp, rtp->ctt_name)) != 0) 676 if (strcmp(ctf_strptr(fp, mp->ctm_name), name) == 0) { 687 if (strcmp(ctf_strptr(fp, lmp->ctlm_name), name) == 0) { 755 return (ctf_strptr(fp, ep->cte_name)); 791 if (strcmp(ctf_strptr(f [all...] |
H A D | ctf_decl.c | 111 if (ctf_strptr(fp, tp->ctt_name)[0] == '\0') {
|
H A D | ctf_hash.c | 134 const char *str = ctf_strptr(fp, name);
|
H A D | ctf_impl.h | 309 extern const char *ctf_strptr(ctf_file_t *, uint_t);
|
H A D | ctf_open.c | 358 name = ctf_strptr(fp, tp->ctt_name); 526 strcmp(ctf_strptr(fp, tp->ctt_name), "") == 0 && 721 fp->ctf_parlabel = ctf_strptr(fp, hp.cth_parlabel); 723 fp->ctf_parname = ctf_strptr(fp, hp.cth_parname);
|
H A D | ctf_create.c | 1280 name = ctf_strptr(src_fp, tp->ctt_name);
|
Completed in 54 milliseconds