Lines Matching refs:ctf_file_t
110 init_symtab(ctf_file_t *fp, const ctf_header_t *hp, in init_symtab()
199 init_types(ctf_file_t *fp, const ctf_header_t *cth) in init_types()
542 ctf_file_t *
548 ctf_file_t *fp; in ctf_bufopen()
676 if ((fp = ctf_alloc(sizeof (ctf_file_t))) == NULL) in ctf_bufopen()
679 bzero(fp, sizeof (ctf_file_t)); in ctf_bufopen()
796 ctf_close(ctf_file_t *fp) in ctf_close()
868 ctf_free(fp, sizeof (ctf_file_t)); in ctf_close()
875 ctf_file_t *
876 ctf_parent_file(ctf_file_t *fp) in ctf_parent_file()
886 ctf_parent_name(ctf_file_t *fp) in ctf_parent_name()
897 ctf_import(ctf_file_t *fp, ctf_file_t *pfp) in ctf_import()
921 ctf_setmodel(ctf_file_t *fp, int model) in ctf_setmodel()
939 ctf_getmodel(ctf_file_t *fp) in ctf_getmodel()
945 ctf_setspecific(ctf_file_t *fp, void *data) in ctf_setspecific()
951 ctf_getspecific(ctf_file_t *fp) in ctf_getspecific()