Searched refs:ctf_decl_push (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/external/cddl/osnet/dist/common/ctf/ |
| D | ctf_decl.c | 90 ctf_decl_push(ctf_decl_t *cd, ctf_file_t *fp, ctf_id_t type) in ctf_decl_push() function 111 ctf_decl_push(cd, fp, ar.ctr_contents); in ctf_decl_push() 118 ctf_decl_push(cd, fp, ctype); in ctf_decl_push() 125 ctf_decl_push(cd, fp, ctype); in ctf_decl_push() 130 ctf_decl_push(cd, fp, ctype); in ctf_decl_push() 137 ctf_decl_push(cd, fp, ctype); in ctf_decl_push()
|
| D | ctf_impl.h | 338 extern void ctf_decl_push(ctf_decl_t *, ctf_file_t *, ctf_id_t);
|
| D | ctf_types.c | 338 ctf_decl_push(&cd, fp, type); in ctf_type_qlname()
|
| /netbsd/src/external/cddl/osnet/dev/fbt/ |
| D | fbt.c | 948 ctf_decl_push(ctf_decl_t *cd, mod_ctf_t *mc, ctf_id_t type) in ctf_decl_push() function 966 ctf_decl_push(cd, mc, ar.ctr_contents); in ctf_decl_push() 973 ctf_decl_push(cd, mc, tp->ctt_type); in ctf_decl_push() 980 ctf_decl_push(cd, mc, tp->ctt_type); in ctf_decl_push() 985 ctf_decl_push(cd, mc, tp->ctt_type); in ctf_decl_push() 992 ctf_decl_push(cd, mc, tp->ctt_type); in ctf_decl_push() 1055 ctf_decl_push(&cd, mc, type); in fbt_type_name()
|
| /netbsd/src/external/cddl/osnet/lib/libctf/ |
| D | ctf.expsym | 32 ctf_decl_push
|