Searched refs:ctf_decl_push (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/cddl/contrib/opensolaris/common/ctf/
H A Dctf_decl.c87 ctf_decl_push(ctf_decl_t *cd, ctf_file_t *fp, ctf_id_t type) function
105 ctf_decl_push(cd, fp, ar.ctr_contents);
112 ctf_decl_push(cd, fp, tp->ctt_type);
119 ctf_decl_push(cd, fp, tp->ctt_type);
124 ctf_decl_push(cd, fp, tp->ctt_type);
131 ctf_decl_push(cd, fp, tp->ctt_type);
H A Dctf_impl.h305 extern void ctf_decl_push(ctf_decl_t *, ctf_file_t *, ctf_id_t);
H A Dctf_types.c214 ctf_decl_push(&cd, fp, type);
/freebsd-11-stable/sys/cddl/dev/fbt/
H A Dfbt.c782 ctf_decl_push(ctf_decl_t *cd, linker_ctf_t *lc, ctf_id_t type) function
800 ctf_decl_push(cd, lc, ar.ctr_contents);
807 ctf_decl_push(cd, lc, tp->ctt_type);
814 ctf_decl_push(cd, lc, tp->ctt_type);
819 ctf_decl_push(cd, lc, tp->ctt_type);
826 ctf_decl_push(cd, lc, tp->ctt_type);
889 ctf_decl_push(&cd, lc, type);

Completed in 74 milliseconds