Searched refs:ctf_get_ctt_index (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/cddl/contrib/opensolaris/common/ctf/ |
H A D | ctf_decl.c | 103 ctf_get_ctt_index(fp, tp, NULL, &ctype, NULL); in ctf_decl_push()
|
H A D | ctf_types.c | 31 ctf_get_ctt_index(const ctf_file_t *fp, const void *v, uint_t *indexp, in ctf_get_ctt_index() function 301 ctf_get_ctt_index(fp, tp, NULL, &ctype, NULL); in ctf_type_resolve() 630 ctf_get_ctt_index(fp, tp, NULL, &ctype, NULL); in ctf_type_reference()
|
H A D | ctf_open.c | 373 ctf_get_ctt_index(fp, tp, NULL, &type, NULL); in init_types() 495 ctf_get_ctt_index(fp, tp, NULL, &type, NULL); in init_types() 699 ctf_get_ctt_index(fp, tp, &index, NULL, &ischild); in init_types()
|
H A D | ctf_impl.h | 304 extern void ctf_get_ctt_index(const ctf_file_t *fp, const void *v,
|
H A D | ctf_create.c | 1596 ctf_get_ctt_index(src_fp, tp, NULL, &type, NULL); in ctf_add_type()
|