Searched refs:rpcerr (Results 1 – 5 of 5) sorted by relevance
/freebsd/usr.bin/rpcinfo/ |
H A D | rpcinfo.c | 370 struct rpc_err rpcerr; local 403 clnt_geterr(client, &rpcerr); 404 minvers = rpcerr.re_vers.low; 405 maxvers = rpcerr.re_vers.high; 418 clnt_geterr(client, &rpcerr); 419 minvers = rpcerr.re_vers.low; 420 maxvers = rpcerr.re_vers.high; 1261 struct rpc_err rpcerr; local 1300 clnt_geterr(client, &rpcerr); 1301 minvers = rpcerr.re_vers.low; [all …]
|
/freebsd/lib/libypclnt/ |
H A D | ypclnt_passwd.c | 140 struct rpc_err rpcerr; in yppasswd_local() local 193 clnt_geterr(clnt, &rpcerr); in yppasswd_local() 194 if (rpcerr.re_status != RPC_SUCCESS) { in yppasswd_local() 240 struct rpc_err rpcerr; in yppasswd_remote() local 274 clnt_geterr(clnt, &rpcerr); in yppasswd_remote() 275 if (rpcerr.re_status != RPC_SUCCESS) { in yppasswd_remote()
|
/freebsd/lib/libc/rpc/ |
H A D | clnt_generic.c | 96 struct rpc_err rpcerr; in clnt_create_vers_timed() local 113 clnt_geterr(clnt, &rpcerr); in clnt_create_vers_timed() 114 minvers = rpcerr.re_vers.low; in clnt_create_vers_timed() 115 maxvers = rpcerr.re_vers.high; in clnt_create_vers_timed() 134 clnt_geterr(clnt, &rpcerr); in clnt_create_vers_timed() 138 rpc_createerr.cf_error = rpcerr; in clnt_create_vers_timed()
|
H A D | rpcb_clnt.c | 972 struct rpc_err rpcerr; in __rpcb_findaddr_timed() local 974 clnt_geterr(client, &rpcerr); in __rpcb_findaddr_timed() 975 if (rpcerr.re_vers.low > RPCBVERS4) in __rpcb_findaddr_timed()
|
/freebsd/sbin/mount_nfs/ |
H A D | mount_nfs.c | 139 static enum tryret returncode(enum clnt_stat stat, struct rpc_err *rpcerr); 760 struct rpc_err rpcerr; in nfs_tryproto() local 877 clnt_geterr(clp, &rpcerr); in nfs_tryproto() 881 return (returncode(clntstat, &rpcerr)); in nfs_tryproto() 970 clnt_geterr(clp, &rpcerr); in nfs_tryproto() 974 return (returncode(clntstat, &rpcerr)); in nfs_tryproto() 1013 returncode(enum clnt_stat clntstat, struct rpc_err *rpcerr) in returncode() argument 1027 switch (rpcerr->re_errno) { in returncode()
|