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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/sys/
H A Dctf.h168 ushort_t ctt_info; /* encoded kind, variant length (see below) */ member in struct:ctf_stype
185 ushort_t ctt_info; /* encoded kind, variant length (see below) */ member in struct:ctf_type
198 * The following macros compose and decompose values for ctt_info and
202 * ctt_info: | kind | isroot | vlen |
206 * kind = CTF_INFO_KIND(c.ctt_info); <-- CTF_K_* value (see below)
207 * vlen = CTF_INFO_VLEN(c.ctt_info); <-- length of variable data list
212 * c.ctt_info = CTF_TYPE_INFO(kind, vlen);

Completed in 611 milliseconds