Searched refs:ctf_bufopen (Results 1 – 6 of 6) sorted by relevance
/freebsd-src/cddl/contrib/opensolaris/lib/libctf/common/ |
H A D | ctf_lib.c | 265 if ((fp = ctf_bufopen(&ctfsect, NULL, NULL, errp)) == NULL) in ctf_fdopen() 447 fp = ctf_bufopen(&ctfsect, &symsect, &strsect, errp); in ctf_fdopen() 449 fp = ctf_bufopen(&ctfsect, NULL, NULL, errp); in ctf_fdopen()
|
/freebsd-src/sys/cddl/contrib/opensolaris/uts/common/ctf/ |
H A D | ctf_mod.c | 159 if ((fp = ctf_bufopen(&ctfsect, &symsect, &strsect, error)) == NULL) in ctf_modopen()
|
/freebsd-src/sys/cddl/contrib/opensolaris/uts/common/sys/ |
H A D | ctf_api.h | 153 extern ctf_file_t *ctf_bufopen(const ctf_sect_t *, const ctf_sect_t *,
|
/freebsd-src/cddl/contrib/opensolaris/common/ctf/ |
H A D | ctf_open.c | 718 ctf_bufopen(const ctf_sect_t *ctfsect, const ctf_sect_t *symsect, in ctf_bufopen() function 1017 fp = ctf_bufopen(ctp, symp, strp, &err); in ctf_dup()
|
H A D | ctf_create.c | 73 if ((fp = ctf_bufopen(&cts, NULL, NULL, errp)) == NULL) { in ctf_create() 530 if ((nfp = ctf_bufopen(&cts, NULL, NULL, &err)) == NULL) { in ctf_update()
|
/freebsd-src/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_module.c | 892 dmp->dm_ctfp = ctf_bufopen(&dmp->dm_ctdata, in dt_module_getctf()
|