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

/freebsd-9.3-release/include/rpc/
H A Dclnt_stat.h41 RPC_PROCUNAVAIL = 10, /* procedure unavailable */ enumerator in enum:clnt_stat
H A Dclnt.h59 ((s) == RPC_PROCUNAVAIL) || \
/freebsd-9.3-release/lib/libstand/
H A Drpcv2.h61 #define RPC_PROCUNAVAIL 3 macro
/freebsd-9.3-release/sys/rpc/
H A Dclnt_stat.h41 RPC_PROCUNAVAIL = 10, /* procedure unavailable */ enumerator in enum:clnt_stat
H A Drpc_prot.c265 return (RPC_PROCUNAVAIL);
360 case RPC_PROCUNAVAIL:
H A Dclnt.h67 ((s) == RPC_PROCUNAVAIL) || \
/freebsd-9.3-release/sys/fs/nfs/
H A Drpcv2.h170 #define RPC_PROCUNAVAIL 3 macro
H A Dnfsproto.h161 #define NFSERR_PROCUNAVAIL (NFSERR_RPCERR | RPC_PROCUNAVAIL)
/freebsd-9.3-release/lib/libc/rpc/
H A Dclnt_perror.c112 case RPC_PROCUNAVAIL:
205 "RPC: Procedure unavailable", /* 10 - RPC_PROCUNAVAIL */
279 case RPC_PROCUNAVAIL:
H A Drpc_prot.c259 error->re_status = RPC_PROCUNAVAIL;
361 case RPC_PROCUNAVAIL:
/freebsd-9.3-release/lib/libc/yp/
H A Dyplib.c474 if (r == RPC_PROGUNAVAIL || r == RPC_PROCUNAVAIL) {
991 if (r == RPC_PROCUNAVAIL) {

Completed in 112 milliseconds