Home
last modified time | relevance | path

Searched refs:NOGROUP (Results 1 – 21 of 21) sorted by relevance

/linux-2.4.37.9/include/asm-i386/
Dparam.h14 #ifndef NOGROUP
15 #define NOGROUP (-1) macro
/linux-2.4.37.9/include/asm-x86_64/
Dparam.h14 #ifndef NOGROUP
15 #define NOGROUP (-1) macro
/linux-2.4.37.9/include/asm-cris/
Dparam.h14 #ifndef NOGROUP
15 #define NOGROUP (-1) macro
/linux-2.4.37.9/include/asm-s390/
Dparam.h22 #ifndef NOGROUP
23 #define NOGROUP (-1) macro
/linux-2.4.37.9/include/asm-sh/
Dparam.h14 #ifndef NOGROUP
15 #define NOGROUP (-1) macro
/linux-2.4.37.9/include/asm-m68k/
Dparam.h14 #ifndef NOGROUP
15 #define NOGROUP (-1) macro
/linux-2.4.37.9/include/asm-ppc/
Dparam.h14 #ifndef NOGROUP
15 #define NOGROUP (-1) macro
/linux-2.4.37.9/include/asm-sparc64/
Dparam.h15 #ifndef NOGROUP
16 #define NOGROUP (-1) macro
/linux-2.4.37.9/include/asm-parisc/
Dparam.h14 #ifndef NOGROUP
15 #define NOGROUP (-1) macro
/linux-2.4.37.9/include/asm-sparc/
Dparam.h15 #ifndef NOGROUP
16 #define NOGROUP (-1) macro
/linux-2.4.37.9/include/asm-alpha/
Dparam.h24 #ifndef NOGROUP
25 #define NOGROUP (-1) macro
/linux-2.4.37.9/include/asm-ia64/
Dparam.h19 #ifndef NOGROUP
20 # define NOGROUP (-1) macro
/linux-2.4.37.9/include/asm-s390x/
Dparam.h25 #ifndef NOGROUP
26 #define NOGROUP (-1) macro
/linux-2.4.37.9/include/asm-sh64/
Dparam.h37 #ifndef NOGROUP
38 #define NOGROUP (-1) macro
/linux-2.4.37.9/include/asm-arm/
Dparam.h27 #ifndef NOGROUP
28 #define NOGROUP (-1) macro
/linux-2.4.37.9/include/asm-ppc64/
Dparam.h31 #ifndef NOGROUP
32 #define NOGROUP (-1) macro
/linux-2.4.37.9/net/sunrpc/
Dauth_unix.c81 cred->uc_gids[0] = NOGROUP; in unx_create_cred()
94 cred->uc_gids[i] = NOGROUP; in unx_create_cred()
118 cred->uc_gids[0] = (gid_t) NOGROUP; in authunix_fake_cred()
159 && cred->uc_gids[0] == (gid_t) NOGROUP); in unx_match()
195 for (i = 0; i < 16 && cred->uc_gids[i] != (gid_t) NOGROUP; i++) in unx_marshal()
Dsvcauth.c108 rqstp->rq_cred.cr_groups[0] = NOGROUP; in svcauth_null()
146 cred->cr_groups[i] = NOGROUP; in svcauth_unix()
/linux-2.4.37.9/include/asm-mips/
Dparam.h64 #ifndef NOGROUP
65 #define NOGROUP (-1) macro
/linux-2.4.37.9/include/asm-mips64/
Dparam.h72 #ifndef NOGROUP
73 #define NOGROUP (-1) macro
/linux-2.4.37.9/fs/nfsd/
Dauth.c26 cred->cr_groups[0] = NOGROUP; in nfsd_setuser()
47 if (group == (gid_t) NOGROUP) in nfsd_setuser()