Searched refs:RPCAUTH_SYS (Results 1 – 5 of 5) sorted by relevance
| /xnu-8020.101.4/bsd/nfs/ |
| H A D | rpcv2.h | 87 #define RPCAUTH_SYS RPCAUTH_UNIX macro
|
| H A D | nfs_socket.c | 1009 error = nfsm_rpchead2(nmp, nso->nso_sotype, nso->nso_protocol, vers, 0, RPCAUTH_SYS, in nfs_connect_search_ping() 1684 nmp->nm_servsec.flavors[0] = RPCAUTH_SYS; in nfs_connect() 1704 nmp->nm_auth = RPCAUTH_SYS; in nfs_connect() 1709 case RPCAUTH_SYS: in nfs_connect() 4553 case RPCAUTH_SYS: in nfs_request_finish() 4688 req->r_wrongsec[i++] = RPCAUTH_SYS; in nfs_request_finish() 6012 RPCAUTH_SYS, cred, NULL, nmreq.nmc_mhead, &xid, &mreq); in nfs_portmap_lookup() 7016 if (auth_type == RPCAUTH_SYS) { in nfsrv_getreq() 7021 nd->nd_sec = RPCAUTH_SYS; in nfsrv_getreq()
|
| H A D | nfs_subs.c | 1293 case RPCAUTH_SYS: in nfsm_rpchead2() 1382 case RPCAUTH_SYS: { in nfsm_rpchead2() 1383 nfsm_chain_add_32(error, &nmreq, RPCAUTH_SYS); in nfsm_rpchead2() 1419 req->r_auth = auth_type = RPCAUTH_SYS; in nfsm_rpchead2() 2324 nmp->nm_auth == RPCAUTH_SYS ? "sys" : "none", in nfs_mountopts()
|
| H A D | nfs_vfsops.c | 1374 if ((args.flags & NFSMNT_SECSYSOK) && ((i == 0) || (flavors[0] != RPCAUTH_SYS))) { in nfs_convert_old_nfs_args() 1375 flavors[i++] = RPCAUTH_SYS; in nfs_convert_old_nfs_args() 2413 nmp->nm_auth = RPCAUTH_SYS; in mountnfs() 2559 case RPCAUTH_SYS: in mountnfs() 4104 RPCAUTH_SYS, cred, NULL, nmreq.nmc_mhead, &xid, &mreq); in nfs3_mount_rpc() 4204 RPCAUTH_SYS, cred, NULL, nmreq.nmc_mhead, &xid, &mreq); in nfs3_umount_rpc() 4889 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()
|