Lines Matching refs:ctf_file_t
249 init_symtab(ctf_file_t *fp, const ctf_header_t *hp, in init_symtab()
340 init_types(ctf_file_t *fp, const ctf_header_t *cth) in init_types()
717 ctf_file_t *
723 ctf_file_t *fp; in ctf_bufopen()
836 if ((fp = ctf_alloc(sizeof (ctf_file_t))) == NULL) in ctf_bufopen()
839 bzero(fp, sizeof (ctf_file_t)); in ctf_bufopen()
957 ctf_file_t *
958 ctf_dup(ctf_file_t *ofp) in ctf_dup()
960 ctf_file_t *fp; in ctf_dup()
1043 ctf_close(ctf_file_t *fp) in ctf_close()
1119 ctf_free(fp, sizeof (ctf_file_t)); in ctf_close()
1126 ctf_file_t *
1127 ctf_parent_file(ctf_file_t *fp) in ctf_parent_file()
1137 ctf_parent_name(ctf_file_t *fp) in ctf_parent_name()
1148 ctf_import(ctf_file_t *fp, ctf_file_t *pfp) in ctf_import()
1172 ctf_setmodel(ctf_file_t *fp, int model) in ctf_setmodel()
1190 ctf_getmodel(ctf_file_t *fp) in ctf_getmodel()
1196 ctf_setspecific(ctf_file_t *fp, void *data) in ctf_setspecific()
1202 ctf_getspecific(ctf_file_t *fp) in ctf_getspecific()