HomeSort by: relevance | last modified time | path
    Searched refs:AUTH_SYS (Results 1 - 9 of 9) sorted by relevancy

  /src/include/rpc/
auth.h 189 #define AUTH_SYS 1 /* unix style (uid, gids) */
190 #define AUTH_UNIX AUTH_SYS /* backward compatibility */
  /src/lib/libc/rpc/
svc_auth.c 127 case AUTH_SYS:
188 case AUTH_SYS:
  /src/sys/fs/nfs/server/
nfs_nfsdkrpc.c 228 } else if (credflavor != AUTH_SYS) {
506 /* An empty string implies AUTH_SYS only. */
nfs_nfsdport.c 2647 * AUTH_NONE or AUTH_SYS for file systems requiring RPCSEC_GSS.
2684 * If using AUTH_SYS, call nfsrv_getgrpscred() to see
2767 * for AUTH_SYS
3065 if (secflavors[i] == AUTH_SYS)
3275 * since ND_GSS is set for everything but AUTH_SYS.
3286 if (exp->nes_secflavors[i] == AUTH_SYS &&
nfs_nfsdserv.c 3399 if (retnes.nes_secflavors[i] == AUTH_SYS) {
  /src/sys/fs/nfs/common/
nfs_commonkrpc.c 429 case AUTH_SYS:
488 int trycnt, error = 0, usegssname = 0, secflavour = AUTH_SYS;
596 * ND_USEGSSNAME flag, for the AUTH_SYS case.
bootp_subr.c 1823 #define AUTH_SYS 1 /* unix style (uid, gids) */
1824 #define AUTH_UNIX AUTH_SYS
  /src/usr.sbin/rpcbind/
rpcb_svc_com.c 840 } else if (rqstp->rq_cred.oa_flavor == AUTH_SYS) {
853 " oa_flavor != AUTH_SYS\n", __func__);
  /src/sys/fs/nfs/client/
nfs_clrpcops.c 4604 /* Allow AUTH_SYS callbacks as uid, gid == 0. */
4605 *tl++ = txdr_unsigned(1); /* Auth_sys only */
4606 *tl++ = txdr_unsigned(AUTH_SYS); /* AUTH_SYS type */

Completed in 23 milliseconds