Symbol: ctf_add_type
usr/src/cmd/mdb/common/mdb/mdb_ctf.c
1915
rid = ctf_add_type(mdb.m_synth, mcip->mci_fp, mcip->mci_id);
usr/src/cmd/mdb/common/mdb/mdb_ctf.c
2031
mtid = ctf_add_type(mdb.m_synth, mcim->mci_fp, mcim->mci_id);
usr/src/cmd/mdb/common/mdb/mdb_ctf.c
2078
id = ctf_add_type(mdb.m_synth, mcip->mci_fp, mcip->mci_id);
usr/src/cmd/mdb/common/mdb/mdb_ctf.c
2087
id = ctf_add_type(mdb.m_synth, mcip->mci_fp, mcip->mci_id);
usr/src/cmd/mdb/common/mdb/mdb_ctf.c
2131
id = ctf_add_type(mdb.m_synth, mcip->mci_fp, mcip->mci_id);
usr/src/cmd/mdb/common/mdb/mdb_ctf.c
2200
if (ctf_add_type(targ, mcip->mci_fp, mcip->mci_id) == CTF_ERR) {
usr/src/common/ctf/ctf_create.c
1829
src_type = ctf_add_type(dst_fp, src_fp, src_type);
usr/src/common/ctf/ctf_create.c
1842
ctf_add_type(dst_fp, src_fp, src_ar.ctr_contents);
usr/src/common/ctf/ctf_create.c
1844
ctf_add_type(dst_fp, src_fp, src_ar.ctr_index);
usr/src/common/ctf/ctf_create.c
1862
ctc.ctc_return = ctf_add_type(dst_fp, src_fp, tp->ctt_type);
usr/src/common/ctf/ctf_create.c
1924
if ((dmd->dmd_type = ctf_add_type(dst_fp, src_fp,
usr/src/common/ctf/ctf_create.c
1969
src_type = ctf_add_type(dst_fp, src_fp, src_type);
usr/src/lib/libdtrace/common/dt_decl.c
666
dtt.dtt_type = ctf_add_type(dsp->ds_ctfp,
usr/src/lib/libdtrace/common/dt_decl.c
974
tip->dtt_type = ctf_add_type(dmp->dm_ctfp,
usr/src/lib/libdtrace/common/dt_parser.c
1535
dtt.dtt_type = ctf_add_type(dmp->dm_ctfp,
usr/src/lib/libdtrace/common/dt_parser.c
287
(type = ctf_add_type(dmp->dm_ctfp, ctfp, type)) == CTF_ERR) {
usr/src/uts/common/sys/ctf_api.h
296
extern ctf_id_t ctf_add_type(ctf_file_t *, ctf_file_t *, ctf_id_t);