Home
last modified time | relevance | path

Searched refs:ctf_getspecific (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/libstandctf/
H A Dmapfile69 ctf_getspecific;
/illumos-gate/usr/src/uts/common/ctf/
H A Dmapfile72 ctf_getspecific;
/illumos-gate/usr/src/lib/libctf/common/
H A Dmapfile-vers145 ctf_getspecific;
/illumos-gate/usr/src/uts/common/sys/
H A Dctf_api.h229 extern void *ctf_getspecific(ctf_file_t *);
/illumos-gate/usr/src/common/ctf/
H A Dctf_open.c1077 ctf_getspecific(ctf_file_t *fp) in ctf_getspecific() function
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_module.c497 return (ctfp ? ctf_getspecific(ctfp) : NULL); in dt_module_lookup_by_ctf()