Home
last modified time | relevance | path

Searched refs:ctf_bufopen (Results 1 – 11 of 11) sorted by relevance

/titanic_41/usr/src/lib/libctf/common/
H A Dctf_lib.c240 if ((fp = ctf_bufopen(&ctfsect, NULL, NULL, errp)) == NULL) in ctf_fdopen()
421 fp = ctf_bufopen(&ctfsect, &symsect, &strsect, errp); in ctf_fdopen()
423 fp = ctf_bufopen(&ctfsect, NULL, NULL, errp); in ctf_fdopen()
H A Dmapfile-vers89 ctf_bufopen;
/titanic_41/usr/src/uts/common/ctf/
H A Dctf_mod.c159 if ((fp = ctf_bufopen(&ctfsect, &symsect, &strsect, error)) == NULL) in ctf_modopen()
H A Dmapfile59 ctf_bufopen;
/titanic_41/usr/src/cmd/mdb/common/libstandctf/
H A Dmapfile55 ctf_bufopen;
/titanic_41/usr/src/uts/common/sys/
H A Dctf_api.h149 extern ctf_file_t *ctf_bufopen(const ctf_sect_t *, const ctf_sect_t *,
/titanic_41/usr/src/common/ctf/
H A Dctf_open.c544 ctf_bufopen(const ctf_sect_t *ctfsect, const ctf_sect_t *symsect, in ctf_bufopen() function
857 fp = ctf_bufopen(ctp, symp, strp, &err); in ctf_dup()
H A Dctf_create.c73 if ((fp = ctf_bufopen(&cts, NULL, NULL, errp)) == NULL) { in ctf_create()
426 if ((nfp = ctf_bufopen(&cts, NULL, NULL, &err)) == NULL) { in ctf_update()
/titanic_41/usr/src/lib/libdtrace/common/
H A Ddt_module.c827 dmp->dm_ctfp = ctf_bufopen(&dmp->dm_ctdata, in dt_module_getctf()
/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ctf.c1684 return (ctf_bufopen(&ctdata, &symtab, &strtab, errp)); in mdb_ctf_bufopen()
/titanic_41/usr/src/lib/libproc/common/
H A DPsymtab.c788 fptr->file_ctfp = ctf_bufopen(&ctdata, &symtab, &strtab, &err); in Pbuild_file_ctf()