Searched refs:ctf_strptr (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.1-release/cddl/contrib/opensolaris/common/ctf/
H A Dctf_util.c111 ctf_strptr(ctf_file_t *fp, uint_t name) function
H A Dctf_types.c83 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 Dctf_decl.c111 if (ctf_strptr(fp, tp->ctt_name)[0] == '\0') {
H A Dctf_hash.c134 const char *str = ctf_strptr(fp, name);
H A Dctf_impl.h309 extern const char *ctf_strptr(ctf_file_t *, uint_t);
H A Dctf_open.c358 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 Dctf_create.c1280 name = ctf_strptr(src_fp, tp->ctt_name);
/freebsd-10.1-release/sys/cddl/dev/fbt/
H A Dfbt_powerpc.c957 ctf_strptr(linker_ctf_t *lc, int name) function
995 if (ctf_strptr(lc, tp->ctt_name)[0] == '\0') {
1110 const char *name = ctf_strptr(lc, tp->ctt_name);
H A Dfbt.c1034 ctf_strptr(linker_ctf_t *lc, int name) function
1072 if (ctf_strptr(lc, tp->ctt_name)[0] == '\0') {
1187 const char *name = ctf_strptr(lc, tp->ctt_name);

Completed in 66 milliseconds