Home
last modified time | relevance | path

Searched defs:ctsp (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/common/ctf/
H A Dctf_hash.c98 ctf_strs_t *ctsp = &fp->ctf_str[CTF_NAME_STID(name)]; in ctf_hash_insert() local
149 ctf_strs_t *ctsp; in ctf_hash_lookup() local
190 ctf_strs_t *ctsp; in ctf_hash_dump() local
H A Dctf_util.c121 ctf_strs_t *ctsp = &fp->ctf_str[CTF_NAME_STID(name)]; in ctf_strraw() local
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_module.c500 dt_module_load_sect(dtrace_hdl_t *dtp, dt_module_t *dmp, ctf_sect_t *ctsp) in dt_module_load_sect()