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

/illumos-gate/usr/src/uts/common/sys/
H A Dctf_api.h218 extern ctf_id_t ctf_add_type(ctf_file_t *, ctf_file_t *, ctf_id_t);
/illumos-gate/usr/src/common/ctf/
H A Dctf_create.c1227 * equivalent dst_fp type by a final loop in ctf_add_type(), below.
1244 * The ctf_add_type routine is used to copy a type from a source CTF container
1251 ctf_add_type(ctf_file_t *dst_fp, ctf_file_t *src_fp, ctf_id_t src_type) function
1325 * we are looking for. This is necessary to permit ctf_add_type() to
1378 src_type = ctf_add_type(dst_fp, src_fp, src_type);
1391 ctf_add_type(dst_fp, src_fp, src_ar.ctr_contents);
1393 ctf_add_type(dst_fp, src_fp, src_ar.ctr_index);
1411 ctc.ctc_return = ctf_add_type(dst_fp, src_fp, tp->ctt_type);
1477 if ((dmd->dmd_type = ctf_add_type(dst_fp, src_fp,
1517 src_type = ctf_add_type(dst_f
[all...]
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ctf.c1831 rid = ctf_add_type(mdb.m_synth, mcip->mci_fp, mcip->mci_id);
1947 mtid = ctf_add_type(mdb.m_synth, mcim->mci_fp, mcim->mci_id);
1994 id = ctf_add_type(mdb.m_synth, mcip->mci_fp, mcip->mci_id);
2003 id = ctf_add_type(mdb.m_synth, mcip->mci_fp, mcip->mci_id);
2047 id = ctf_add_type(mdb.m_synth, mcip->mci_fp, mcip->mci_id);
2115 if (ctf_add_type(targ, mcip->mci_fp, mcip->mci_id) == CTF_ERR) {
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_decl.c643 dtt.dtt_type = ctf_add_type(dsp->ds_ctfp,
951 tip->dtt_type = ctf_add_type(dmp->dm_ctfp,
H A Ddt_parser.c286 (type = ctf_add_type(dmp->dm_ctfp, ctfp, type)) == CTF_ERR) {
1523 dtt.dtt_type = ctf_add_type(dmp->dm_ctfp,

Completed in 64 milliseconds