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

/illumos-gate/usr/src/uts/common/sys/
H A Dctf.h201 * vlen = CTF_INFO_VLEN(c.ctt_info); <-- length of variable data list
212 #define CTF_INFO_VLEN(info) (((info) & CTF_MAX_VLEN)) macro
251 * CTF_INFO_VLEN() will extract the number of elements in the list, and

Completed in 46 milliseconds