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

/illumos-gate/usr/src/uts/common/sys/
H A Dctf.h162 ushort_t ctt_info; /* encoded kind, variant length (see below) */ member in struct:ctf_stype
179 ushort_t ctt_info; /* encoded kind, variant length (see below) */ member in struct:ctf_type
192 * The following macros compose and decompose values for ctt_info and
196 * ctt_info: | kind | isroot | vlen |
200 * kind = CTF_INFO_KIND(c.ctt_info); <-- CTF_K_* value (see below)
201 * vlen = CTF_INFO_VLEN(c.ctt_info); <-- length of variable data list
206 * c.ctt_info = CTF_TYPE_INFO(kind, vlen);

Completed in 58 milliseconds