Home
last modified time | relevance | path

Searched refs:ctf_add_pointer (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/libstandctf/
H A Dmapfile49 ctf_add_pointer;
/illumos-gate/usr/src/uts/common/ctf/
H A Dmapfile51 ctf_add_pointer;
/illumos-gate/usr/src/lib/libctf/common/
H A Dmapfile-vers63 ctf_add_pointer;
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_open.c1143 (void) ctf_add_pointer(dmp->dm_ctfp, CTF_ADD_ROOT, NULL, in dt_vopen()
1146 (void) ctf_add_pointer(dmp->dm_ctfp, CTF_ADD_ROOT, NULL, in dt_vopen()
1149 (void) ctf_add_pointer(dmp->dm_ctfp, CTF_ADD_ROOT, NULL, in dt_vopen()
1212 dtp->dt_type_fptr = ctf_add_pointer(dmp->dm_ctfp, CTF_ADD_ROOT, NULL, in dt_vopen()
H A Ddt_parser.c292 ptr = ctf_add_pointer(dmp->dm_ctfp, CTF_ADD_ROOT, NULL, type); in dt_type_pointer()
/illumos-gate/usr/src/uts/common/sys/
H A Dctf_api.h295 extern ctf_id_t ctf_add_pointer(ctf_file_t *, uint_t, const char *, ctf_id_t);
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ctf.c2092 id = ctf_add_pointer(mdb.m_synth, CTF_ADD_ROOT, NULL, id); in mdb_ctf_add_pointer()
/illumos-gate/usr/src/common/ctf/
H A Dctf_create.c1056 ctf_add_pointer(ctf_file_t *fp, uint_t flag, const char *name, ctf_id_t ref) in ctf_add_pointer() function