Searched refs:RPC_PROGNOTREGISTERED (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/include/rpc/
H A Dclnt_stat.h58 RPC_PROGNOTREGISTERED = 15, /* remote program is not registered */ enumerator in enum:clnt_stat
/freebsd-11-stable/sys/rpc/
H A Dclnt_stat.h58 RPC_PROGNOTREGISTERED = 15, /* remote program is not registered */ enumerator in enum:clnt_stat
H A Drpc_prot.c354 case RPC_PROGNOTREGISTERED:
H A Drpcb_clnt.c823 rpc_createerr.cf_stat = RPC_PROGNOTREGISTERED;
986 rpc_createerr.cf_stat = RPC_PROGNOTREGISTERED;
/freebsd-11-stable/lib/libc/rpc/
H A Dpmap_getport.c94 rpc_createerr.cf_stat = RPC_PROGNOTREGISTERED;
H A Dclnt_perror.c116 case RPC_PROGNOTREGISTERED:
206 "RPC: Program not registered", /* 15 - RPC_PROGNOTREGISTERED */
268 case RPC_PROGNOTREGISTERED:
H A Drpc_prot.c337 case RPC_PROGNOTREGISTERED:
H A Drpcb_clnt.c785 rpc_createerr.cf_stat = RPC_PROGNOTREGISTERED;
946 rpc_createerr.cf_stat = RPC_PROGNOTREGISTERED;
/freebsd-11-stable/usr.sbin/ypbind/
H A Dyp_ping.c137 rpc_createerr.cf_stat = RPC_PROGNOTREGISTERED;
/freebsd-11-stable/usr.bin/quota/
H A Dquota.c607 if (call_stat == RPC_PROGVERSMISMATCH || call_stat == RPC_PROGNOTREGISTERED) {
/freebsd-11-stable/sbin/mount_nfs/
H A Dmount_nfs.c906 case RPC_PROGNOTREGISTERED:
/freebsd-11-stable/lib/libc/yp/
H A Dyplib.c446 if (rpc_createerr.cf_stat != RPC_PROGNOTREGISTERED &&

Completed in 123 milliseconds