Searched refs:RPC_PROGUNAVAIL (Results 1 - 24 of 24) sorted by relevance

/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt_stat.h59 RPC_PROGUNAVAIL = 8, /* program not available */ enumerator in enum:clnt_stat
H A Dclnt_perr.c76 case RPC_PROGUNAVAIL:
151 case RPC_PROGUNAVAIL:
H A Drpc_prot.c345 error->re_status = RPC_PROGUNAVAIL;
H A Dclnt.h77 ((s) == RPC_PROGUNAVAIL) || \
/illumos-gate/usr/src/boot/lib/libstand/
H A Drpcv2.h59 #define RPC_PROGUNAVAIL 1 macro
/illumos-gate/usr/src/lib/libbc/inc/include/rpc/
H A Dclnt.h54 RPC_PROGUNAVAIL=8, /* program not available */ enumerator in enum:clnt_stat
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypset.c307 if (clnt_stat == RPC_PROGUNAVAIL)
H A Drpc_bootstrap.c316 (clnt_st == RPC_PROGUNAVAIL) ||
H A Dypwhich.c399 rpc_createerr.cf_stat == RPC_PROGUNAVAIL) {
H A Dyppush.c218 {RPC_PROGUNAVAIL, "RPC remote program unavailable"},
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dclnt_perror.c140 case RPC_PROGUNAVAIL:
343 case RPC_PROGUNAVAIL:
H A Drpcb_clnt.c762 * XXX: should have returned with RPC_PROGUNAVAIL
779 case RPC_PROGUNAVAIL: /* Program not available */
880 case RPC_PROGUNAVAIL: /* Program not available */
1122 (clnt_st != RPC_PROGUNAVAIL)) {
1206 (stat != RPC_PROGUNAVAIL))
1257 if ((st == RPC_PROGVERSMISMATCH) || (st == RPC_PROGUNAVAIL)) {
H A Drpc_prot.c280 error->re_status = RPC_PROGUNAVAIL;
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dpmap.c368 if (status != RPC_PROGUNAVAIL) {
459 if (*rpc_stat == RPC_PROGUNAVAIL) {
H A Drpc.c120 case RPC_PROGUNAVAIL:
/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_rpc_handle.c54 ((_status) == RPC_PROGUNAVAIL || \
H A Dnlm_client.c1595 case RPC_PROGUNAVAIL:
/illumos-gate/usr/src/lib/libnsl/nis/gen/
H A Dnis_subr.c732 (clnt_st == RPC_PROGUNAVAIL)) &&
/illumos-gate/usr/src/uts/common/io/lvm/md/
H A Dmd_med.c236 ((s) == RPC_PROGUNAVAIL) || \
244 * PROG_UNAVAIL, which gets mapped to RPC_PROGUNAVAIL, so we have to check
248 (s) == RPC_PROGUNAVAIL)
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_dlinet.c1893 if (stat == RPC_PROGUNAVAIL) {
1920 stat = RPC_PROGUNAVAIL;
1994 if (stat != RPC_PROGUNAVAIL)
H A Dnfs_subr.c1164 * return with RPC_PROGUNAVAIL and
1169 rpcerr.re_status = RPC_PROGUNAVAIL;
1716 case RPC_PROGUNAVAIL:
1752 * return with RPC_PROGUNAVAIL and
1757 rpcerr.re_status = RPC_PROGUNAVAIL;
1888 status == RPC_PROGUNAVAIL ||
H A Dnfs4_subr.c1377 * return with RPC_PROGUNAVAIL and
1382 rpcerr.re_status = RPC_PROGUNAVAIL;
2989 RPC_PROGUNAVAIL, 0,
/illumos-gate/usr/src/cmd/rpcinfo/
H A Drpcinfo.c531 (clnt_st == RPC_PROGUNAVAIL)) {
765 (clnt_st == RPC_PROGUNAVAIL)) {
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c3255 return (RPC_PROGUNAVAIL);

Completed in 140 milliseconds