Searched refs:ctf_create (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libctf/
H A DMakefile.com30 ctf_create.o \
/illumos-gate/usr/src/uts/common/sys/
H A Dctf_api.h131 * Dynamic CTF containers can be created using ctf_create(). The ctf_add_*
153 extern ctf_file_t *ctf_create(int *);
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_open.c1096 if ((dmp->dm_ctfp = ctf_create(&dtp->dt_ctferr)) == NULL)
1162 if ((dmp->dm_ctfp = ctf_create(&dtp->dt_ctferr)) == NULL)
/illumos-gate/usr/src/common/ctf/
H A Dctf_create.c53 ctf_create(int *errp) function
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ctf.c1710 if ((mdb.m_synth = ctf_create(&err)) == NULL)

Completed in 72 milliseconds