Searched defs:ctt_name (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dctf.h161 uint_t ctt_name; /* reference to name in string table */ member in struct:ctf_stype
178 uint_t ctt_name; /* reference to name in string table */ member in struct:ctf_type
193 * ctt_name, as well as other structures that contain name references.
203 * stid = CTF_NAME_STID(c.ctt_name); <-- string table id number (0 or 1)
204 * offset = CTF_NAME_OFFSET(c.ctt_name); <-- string table byte offset
207 * c.ctt_name = CTF_TYPE_NAME(stid, offset);
264 #define CTF_K_FORWARD 9 /* no additional data; ctt_name is tag */

Completed in 46 milliseconds