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

/freebsd-12-stable/sys/netsmb/
H A Dsmb_conn.c147 if (vcspec->group != SMBM_ANY_GROUP) {
405 if (gid != SMBM_ANY_GROUP && !groupmember(gid, cred) && !isroot)
424 if (gid == SMBM_ANY_GROUP)
625 if (dp->group != SMBM_ANY_GROUP) {
758 if (gid != SMBM_ANY_GROUP && !groupmember(gid, cred) && !isroot)
767 if (gid == SMBM_ANY_GROUP)
H A Dsmb_conn.h66 #define SMBM_ANY_GROUP ((gid_t)-1) macro
/freebsd-12-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 170 milliseconds