Searched refs:RPCAUTH_SYS (Results 1 – 5 of 5) sorted by relevance
| /xnu-8019.80.24/bsd/nfs/ |
| H A D | rpcv2.h | 87 #define RPCAUTH_SYS RPCAUTH_UNIX macro
|
| H A D | nfs_socket.c | 1012 error = nfsm_rpchead2(nmp, nso->nso_sotype, nso->nso_protocol, vers, 0, RPCAUTH_SYS, in nfs_connect_search_ping() 1682 nmp->nm_servsec.flavors[0] = RPCAUTH_SYS; in nfs_connect() 1702 nmp->nm_auth = RPCAUTH_SYS; in nfs_connect() 1707 case RPCAUTH_SYS: in nfs_connect() 4551 case RPCAUTH_SYS: in nfs_request_finish() 4686 req->r_wrongsec[i++] = RPCAUTH_SYS; in nfs_request_finish() 5988 RPCAUTH_SYS, cred, NULL, nmreq.nmc_mhead, &xid, &mreq); in nfs_portmap_lookup() 6992 if (auth_type == RPCAUTH_SYS) { in nfsrv_getreq() 6997 nd->nd_sec = RPCAUTH_SYS; in nfsrv_getreq()
|
| H A D | nfs_subs.c | 1294 case RPCAUTH_SYS: in nfsm_rpchead2() 1383 case RPCAUTH_SYS: { in nfsm_rpchead2() 1384 nfsm_chain_add_32(error, &nmreq, RPCAUTH_SYS); in nfsm_rpchead2() 1420 req->r_auth = auth_type = RPCAUTH_SYS; in nfsm_rpchead2() 2326 nmp->nm_auth == RPCAUTH_SYS ? "sys" : "none", in nfs_mountopts()
|
| H A D | nfs_vfsops.c | 1335 if ((args.flags & NFSMNT_SECSYSOK) && ((i == 0) || (flavors[0] != RPCAUTH_SYS))) { in nfs_convert_old_nfs_args() 1336 flavors[i++] = RPCAUTH_SYS; in nfs_convert_old_nfs_args() 2417 nmp->nm_auth = RPCAUTH_SYS; in mountnfs() 2563 case RPCAUTH_SYS: in mountnfs() 4114 RPCAUTH_SYS, cred, NULL, nmreq.nmc_mhead, &xid, &mreq); in nfs3_mount_rpc() 4214 RPCAUTH_SYS, cred, NULL, nmreq.nmc_mhead, &xid, &mreq); in nfs3_umount_rpc() 4890 RPCAUTH_SYS, cred, NULL, nmreq.nmc_mhead, &xid, &mreq); in nfs3_getquota()
|
| H A D | nfs4_subs.c | 644 case RPCAUTH_SYS: in nfsm_chain_get_secinfo()
|