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

/freebsd-10.0-release/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-10.0-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c294 int isroot = tp->t_flags & TDESC_F_ISROOT; local
333 isroot, 1);
335 ctt.ctt_info = CTF_TYPE_INFO(CTF_K_FLOAT, isroot, 1);
360 ctt.ctt_info = CTF_TYPE_INFO(CTF_K_POINTER, isroot, 0);
366 ctt.ctt_info = CTF_TYPE_INFO(CTF_K_ARRAY, isroot, 1);
391 ctt.ctt_info = CTF_TYPE_INFO(CTF_K_STRUCT, isroot, i);
393 ctt.ctt_info = CTF_TYPE_INFO(CTF_K_UNION, isroot, i);
448 ctt.ctt_info = CTF_TYPE_INFO(CTF_K_ENUM, isroot, i);
467 ctt.ctt_info = CTF_TYPE_INFO(CTF_K_FORWARD, isroot, 0);
473 ctt.ctt_info = CTF_TYPE_INFO(CTF_K_TYPEDEF, isroot,
[all...]
/freebsd-10.0-release/sys/netsmb/
H A Dsmb_conn.c395 int error, isroot; local
397 isroot = smb_suser(cred) == 0;
401 if (uid != SMBM_ANY_OWNER && uid != realuid && !isroot)
403 if (gid != SMBM_ANY_GROUP && !groupmember(gid, cred) && !isroot)
746 int error, isroot; local
748 isroot = smb_suser(cred) == 0;
752 if (uid != SMBM_ANY_OWNER && uid != realuid && !isroot)
754 if (gid != SMBM_ANY_GROUP && !groupmember(gid, cred) && !isroot)
/freebsd-10.0-release/contrib/telnet/libtelnet/
H A Dsra.c417 isroot(const char *usr) function
441 if (isroot(name) && !rootterm(line))
574 if (isroot(name) && !rootterm(line))
/freebsd-10.0-release/sys/dev/wl/
H A Dif_wl.c1235 int irq, irqval, i, isroot; local
1308 isroot = (priv_check(td, PRIV_NET80211_GETKEY) == 0);
1312 if ((i > WLPSA_DESKEY) && (i < (WLPSA_DESKEY + 8)) && !isroot)

Completed in 118 milliseconds