Home
last modified time | relevance | path

Searched refs:ctf_update (Results 1 – 10 of 10) sorted by relevance

/onnv-gate/usr/src/lib/libdtrace/common/
H A Ddt_decl.c491 if (type == CTF_ERR || ctf_update(ctfp) == CTF_ERR) { in dt_decl_sou()
607 ctf_update(dsp->ds_ctfp) == CTF_ERR) { in dt_decl_member()
631 ctf_update(dtt.dtt_ctfp) == CTF_ERR) { in dt_decl_member()
745 name, value) == CTF_ERR || ctf_update(dsp->ds_ctfp) == CTF_ERR) { in dt_decl_enumerator()
934 ctf_update(tip->dtt_ctfp) == CTF_ERR) { in dt_decl_type()
955 ctf_update(tip->dtt_ctfp) == CTF_ERR) { in dt_decl_type()
1033 if (type == CTF_ERR || ctf_update(dmp->dm_ctfp) == CTF_ERR) { in dt_decl_type()
1105 if (dsp->ds_ctfp != NULL && ctf_update(dsp->ds_ctfp) == CTF_ERR) { in dt_scope_pop()
H A Ddt_open.c1086 if (ctf_update(dmp->dm_ctfp) != 0) { in dt_vopen()
1105 if (ctf_update(dmp->dm_ctfp) != 0) { in dt_vopen()
1202 if (ctf_update(dmp->dm_ctfp) != 0) { in dt_vopen()
H A Ddt_options.c705 ctf_update(fp) == CTF_ERR) { in dt_opt_strsize()
H A Ddt_provider.c628 ctf_update(dtt.dtt_ctfp) == CTF_ERR) { in dt_probe_tag()
H A Ddt_parser.c274 if (ptr == CTF_ERR || ctf_update(dmp->dm_ctfp) == CTF_ERR) { in dt_type_pointer()
1481 ctf_update(dtt.dtt_ctfp) == CTF_ERR) { in dt_node_decl()
1491 if (type == CTF_ERR || ctf_update(dmp->dm_ctfp) == CTF_ERR) { in dt_node_decl()
/onnv-gate/usr/src/cmd/mdb/common/libstandctf/
H A Dmapfile87 ctf_update;
/onnv-gate/usr/src/uts/common/ctf/
H A Dmapfile101 ctf_update;
/onnv-gate/usr/src/lib/libctf/common/
H A Dmapfile-vers76 ctf_update;
/onnv-gate/usr/src/uts/common/sys/
H A Dctf_api.h226 extern int ctf_update(ctf_file_t *);
/onnv-gate/usr/src/common/ctf/
H A Dctf_create.c185 ctf_update(ctf_file_t *fp) in ctf_update() function