Home
last modified time | relevance | path

Searched refs:isroot (Results 1 – 7 of 7) sorted by relevance

/dragonfly/sys/netproto/smb/
H A Dsmb_conn.c426 int error, isroot; in smb_vc_create() local
428 isroot = smb_suser(cred) == 0; in smb_vc_create()
432 if (uid != SMBM_ANY_OWNER && uid != realuid && !isroot) in smb_vc_create()
434 if (gid != SMBM_ANY_GROUP && !groupmember(gid, cred) && !isroot) in smb_vc_create()
742 int error, isroot; in smb_share_create() local
744 isroot = smb_suser(cred) == 0; in smb_share_create()
748 if (uid != SMBM_ANY_OWNER && uid != realuid && !isroot) in smb_share_create()
750 if (gid != SMBM_ANY_GROUP && !groupmember(gid, cred) && !isroot) in smb_share_create()
/dragonfly/sys/vfs/hammer2/
H A Dhammer2_synchro.c66 hammer2_deferred_list_t *list, int isroot);
85 int isroot);
360 hammer2_deferred_list_t *list, int isroot) in hammer2_sync_slaves() argument
696 idx, &xop2->head, focus, isroot); in hammer2_sync_slaves()
920 int isroot) in hammer2_sync_replace() argument
971 if (isroot) { in hammer2_sync_replace()
/dragonfly/lib/libtelnet/
H A Dsra.c418 isroot(const char *usr) in isroot() function
445 if (isroot(name) && !rootterm(line)) { in check_user()
578 if (isroot(name) && !rootterm(line)) in check_user()
/dragonfly/contrib/binutils-2.34/include/
H A Dctf.h359 #define CTF_TYPE_INFO(kind, isroot, vlen) \ argument
360 (((kind) << 26) | (((isroot) ? 1 : 0) << 25) | ((vlen) & CTF_MAX_VLEN))
/dragonfly/contrib/binutils-2.34/libctf/
H A Dctf-link.c326 ctf_link_one_type (ctf_id_t type, int isroot _libctf_unused_, void *arg_) in ctf_link_one_type()
H A Dctf-open.c482 int isroot = CTF_V1_INFO_ISROOT (tp->ctt_info); in upgrade_types_v1() local
491 t2p->ctt_info = CTF_TYPE_INFO (kind, isroot, vlen); in upgrade_types_v1()
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dextend.texi4396 int isroot P((uid_t));
4400 isroot (x) /* @r{??? lossage here ???} */
4424 int isroot (uid_t);
4427 isroot (uid_t x)