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

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dctf.h198 * ctt_info: | kind | isroot | vlen |
219 #define CTF_TYPE_INFO(kind, isroot, vlen) \
220 (((kind) << 11) | (((isroot) ? 1 : 0) << 10) | ((vlen) & CTF_MAX_VLEN))
246 #define CTF_TYPE_INFO_V1(kind, isroot, vlen) \
247 (((kind) << 12) | (((isroot) ? 1 : 0) << 11) | ((vlen) & 0x07ff))
/freebsd-12-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c292 int isroot = tp->t_flags & TDESC_F_ISROOT; local
331 isroot, 1);
333 ctt.ctt_info = CTF_TYPE_INFO(CTF_K_FLOAT, isroot, 1);
358 ctt.ctt_info = CTF_TYPE_INFO(CTF_K_POINTER, isroot, 0);
364 ctt.ctt_info = CTF_TYPE_INFO(CTF_K_ARRAY, isroot, 1);
389 ctt.ctt_info = CTF_TYPE_INFO(CTF_K_STRUCT, isroot, i);
391 ctt.ctt_info = CTF_TYPE_INFO(CTF_K_UNION, isroot, i);
444 ctt.ctt_info = CTF_TYPE_INFO(CTF_K_ENUM, isroot, i);
463 ctt.ctt_info = CTF_TYPE_INFO(CTF_K_FORWARD, isroot, 0);
469 ctt.ctt_info = CTF_TYPE_INFO(CTF_K_TYPEDEF, isroot,
[all...]
/freebsd-12-stable/sys/netsmb/
H A Dsmb_conn.c397 int error, isroot; local
399 isroot = smb_suser(cred) == 0;
403 if (uid != SMBM_ANY_OWNER && uid != realuid && !isroot)
405 if (gid != SMBM_ANY_GROUP && !groupmember(gid, cred) && !isroot)
750 int error, isroot; local
752 isroot = smb_suser(cred) == 0;
756 if (uid != SMBM_ANY_OWNER && uid != realuid && !isroot)
758 if (gid != SMBM_ANY_GROUP && !groupmember(gid, cred) && !isroot)
/freebsd-12-stable/contrib/telnet/libtelnet/
H A Dsra.c417 isroot(const char *usr) function
441 if (isroot(name) && !rootterm(line))
574 if (isroot(name) && !rootterm(line))

Completed in 119 milliseconds