Searched refs:isroot (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/solaris/Installer/
H A Dvboxguest.sh103 isroot=`$idbin | grep "uid=0"`
104 if test -z "$isroot"; then
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/sys/
H A Dctf.h202 * ctt_info: | kind | isroot | vlen |
223 #define CTF_TYPE_INFO(kind, isroot, vlen) \
224 (((kind) << 11) | (((isroot) ? 1 : 0) << 10) | ((vlen) & CTF_MAX_VLEN))
250 #define CTF_TYPE_INFO_V1(kind, isroot, vlen) \
251 (((kind) << 12) | (((isroot) ? 1 : 0) << 11) | ((vlen) & 0x07ff))

Completed in 276 milliseconds