Home
last modified time | relevance | path

Searched refs:ctf_add_struct (Results 1 – 7 of 7) sorted by relevance

/titanic_44/usr/src/cmd/mdb/common/libstandctf/
H A Dmapfile50 ctf_add_struct;
/titanic_44/usr/src/uts/common/ctf/
H A Dmapfile53 ctf_add_struct;
/titanic_44/usr/src/uts/common/sys/
H A Dctf_api.h221 extern ctf_id_t ctf_add_struct(ctf_file_t *, uint_t, const char *);
/titanic_44/usr/src/lib/libctf/common/
H A Dmapfile-vers61 ctf_add_struct;
/titanic_44/usr/src/lib/libdtrace/common/
H A Ddt_decl.c504 type = ctf_add_struct(ctfp, flag, name); in dt_decl_sou()
/titanic_44/usr/src/common/ctf/
H A Dctf_create.c841 ctf_add_struct(ctf_file_t *fp, uint_t flag, const char *name) in ctf_add_struct() function
/titanic_44/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ctf.c1855 if ((id = ctf_add_struct(mdb.m_synth, CTF_ADD_ROOT, name)) == in mdb_ctf_add_struct()