Searched refs:RPC_PROCUNAVAIL (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.0-release/include/rpc/
H A Dclnt_stat.h41 RPC_PROCUNAVAIL = 10, /* procedure unavailable */ enumerator in enum:clnt_stat
H A Dclnt.h80 ((s) == RPC_PROCUNAVAIL) || \
/freebsd-10.0-release/lib/libstand/
H A Drpcv2.h61 #define RPC_PROCUNAVAIL 3 macro
/freebsd-10.0-release/sys/rpc/
H A Dclnt_stat.h41 RPC_PROCUNAVAIL = 10, /* procedure unavailable */ enumerator in enum:clnt_stat
H A Drpc_prot.c266 return (RPC_PROCUNAVAIL);
361 case RPC_PROCUNAVAIL:
H A Dclnt.h85 ((s) == RPC_PROCUNAVAIL) || \
/freebsd-10.0-release/sys/fs/nfs/
H A Drpcv2.h170 #define RPC_PROCUNAVAIL 3 macro
H A Dnfsproto.h203 #define NFSERR_PROCUNAVAIL (NFSERR_RPCERR | RPC_PROCUNAVAIL)
/freebsd-10.0-release/lib/libc/rpc/
H A Dclnt_perror.c113 case RPC_PROCUNAVAIL:
206 "RPC: Procedure unavailable", /* 10 - RPC_PROCUNAVAIL */
280 case RPC_PROCUNAVAIL:
H A Drpc_prot.c260 error->re_status = RPC_PROCUNAVAIL;
362 case RPC_PROCUNAVAIL:
/freebsd-10.0-release/lib/libc/yp/
H A Dyplib.c476 if (r == RPC_PROGUNAVAIL || r == RPC_PROCUNAVAIL) {
1014 if (r == RPC_PROCUNAVAIL) {

Completed in 87 milliseconds