Home
last modified time | relevance | path

Searched refs:m_synth (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ctf.c290 fp = mdb.m_synth; in name_to_type()
806 fp = mdb.m_synth; in mdb_ctf_type_iter()
1750 if (mdb.m_synth == NULL) in mdb_ctf_synthetics_fini()
1753 ctf_close(mdb.m_synth); in mdb_ctf_synthetics_fini()
1754 mdb.m_synth = NULL; in mdb_ctf_synthetics_fini()
1766 if (mdb.m_synth == NULL) { in mdb_ctf_synthetics_create_base()
1851 if (mdb.m_synth == NULL) { in mdb_ctf_add_typedef()
1893 if (mdb.m_synth == NULL) { in mdb_ctf_add_struct()
1929 if (mdb.m_synth == NULL) { in mdb_ctf_add_union()
1967 if (mdb.m_synth == NULL) { in mdb_ctf_add_member()
[all …]
H A Dmdb.h186 ctf_file_t *m_synth; /* Container for synthetic types */ member