Searched refs:SMBM_ANY_GROUP (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/sys/netsmb/
H A Dsmb_conn.c145 if (vcspec->group != SMBM_ANY_GROUP) {
403 if (gid != SMBM_ANY_GROUP && !groupmember(gid, cred) && !isroot)
422 if (gid == SMBM_ANY_GROUP)
623 if (dp->group != SMBM_ANY_GROUP) {
756 if (gid != SMBM_ANY_GROUP && !groupmember(gid, cred) && !isroot)
765 if (gid == SMBM_ANY_GROUP)
H A Dsmb_conn.h64 #define SMBM_ANY_GROUP ((gid_t)-1) macro
/freebsd-10-stable/contrib/smbfs/lib/smb/
H A Dctx.c86 ctx->ct_ssn.ioc_group = SMBM_ANY_GROUP;
92 ctx->ct_sh.ioc_group = SMBM_ANY_GROUP;
96 ctx->ct_sh.ioc_group = SMBM_ANY_GROUP;

Completed in 114 milliseconds