Home
last modified time | relevance | path

Searched refs:CTF_INFO_ISROOT_V1 (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dctf.h243 #define CTF_INFO_ISROOT_V1(info) (((info) & 0x0800) >> 11) macro
/illumos-gate/usr/src/common/ctf/
H A Dctf_open.c63 return (CTF_INFO_ISROOT_V1(info)); in get_root_v1()