Home
last modified time | relevance | path

Searched refs:CTF_NAME_STID (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()
157 ctsp = &fp->ctf_str[CTF_NAME_STID(hep->h_name)]; in ctf_hash_lookup()
194 ctsp = &fp->ctf_str[CTF_NAME_STID(hep->h_name)]; in ctf_hash_dump()
H A Dctf_util.c121 ctf_strs_t *ctsp = &fp->ctf_str[CTF_NAME_STID(name)]; in ctf_strraw()
/illumos-gate/usr/src/uts/common/sys/
H A Dctf.h214 #define CTF_NAME_STID(name) ((name) >> 31) macro