Searched refs:ctf_decl_push (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/common/ctf/ |
H A D | ctf_decl.c | 87 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 D | ctf_impl.h | 305 extern void ctf_decl_push(ctf_decl_t *, ctf_file_t *, ctf_id_t);
|
H A D | ctf_types.c | 214 ctf_decl_push(&cd, fp, type);
|
Completed in 61 milliseconds