Searched refs:ctf_update (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_decl.c508 if (type == CTF_ERR || ctf_update(ctfp) == CTF_ERR) {
624 ctf_update(dsp->ds_ctfp) == CTF_ERR) {
648 ctf_update(dtt.dtt_ctfp) == CTF_ERR) {
762 name, value) == CTF_ERR || ctf_update(dsp->ds_ctfp) == CTF_ERR) {
956 ctf_update(tip->dtt_ctfp) == CTF_ERR) {
977 ctf_update(tip->dtt_ctfp) == CTF_ERR) {
1055 if (type == CTF_ERR || ctf_update(dmp->dm_ctfp) == CTF_ERR) {
1127 if (dsp->ds_ctfp != NULL && ctf_update(dsp->ds_ctfp) == CTF_ERR) {
H A Ddt_open.c1129 if (ctf_update(dmp->dm_ctfp) != 0) {
1148 if (ctf_update(dmp->dm_ctfp) != 0) {
1245 if (ctf_update(dmp->dm_ctfp) != 0) {
H A Ddt_options.c779 ctf_update(fp) == CTF_ERR) {
H A Ddt_provider.c647 ctf_update(dtt.dtt_ctfp) == CTF_ERR) {
H A Ddt_parser.c293 if (ptr == CTF_ERR || ctf_update(dmp->dm_ctfp) == CTF_ERR) {
1528 ctf_update(dtt.dtt_ctfp) == CTF_ERR) {
1538 if (type == CTF_ERR || ctf_update(dmp->dm_ctfp) == CTF_ERR) {
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ctf.c1772 if (ctf_update(cp) == CTF_ERR) {
1793 if (ctf_update(cp) == CTF_ERR) {
1844 if (ctf_update(mdb.m_synth) == CTF_ERR) {
1880 if (ctf_update(mdb.m_synth) == CTF_ERR) {
1916 if (ctf_update(mdb.m_synth) == CTF_ERR) {
1954 if (ctf_update(mdb.m_synth) == CTF_ERR) {
1967 if (ctf_update(mdb.m_synth) == CTF_ERR) {
2011 if (ctf_update(mdb.m_synth) == CTF_ERR) {
2024 if (ctf_update(mdb.m_synth) == CTF_ERR) {
2054 if (ctf_update(md
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dctf_api.h232 extern int ctf_update(ctf_file_t *);
/illumos-gate/usr/src/common/ctf/
H A Dctf_create.c236 ctf_update(ctf_file_t *fp) function
568 * container since the last call to ctf_update(). We locate such types by
570 * ctf_dtoldid, which is set by ctf_update(), above. Note that to work properly

Completed in 104 milliseconds