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

/freebsd-13-stable/include/rpc/
H A Dclnt_stat.h58 RPC_PROGNOTREGISTERED = 15, /* remote program is not registered */ enumerator in enum:clnt_stat
/freebsd-13-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.c825 rpc_createerr.cf_stat = RPC_PROGNOTREGISTERED;
988 rpc_createerr.cf_stat = RPC_PROGNOTREGISTERED;
/freebsd-13-stable/lib/libc/rpc/
H A Dpmap_getport.c96 rpc_createerr.cf_stat = RPC_PROGNOTREGISTERED;
H A Dclnt_perror.c118 case RPC_PROGNOTREGISTERED:
208 "RPC: Program not registered", /* 15 - RPC_PROGNOTREGISTERED */
270 case RPC_PROGNOTREGISTERED:
H A Drpc_prot.c339 case RPC_PROGNOTREGISTERED:
H A Drpcb_clnt.c787 rpc_createerr.cf_stat = RPC_PROGNOTREGISTERED;
948 rpc_createerr.cf_stat = RPC_PROGNOTREGISTERED;
/freebsd-13-stable/usr.sbin/ypbind/
H A Dyp_ping.c139 rpc_createerr.cf_stat = RPC_PROGNOTREGISTERED;
/freebsd-13-stable/usr.bin/quota/
H A Dquota.c609 if (call_stat == RPC_PROGVERSMISMATCH || call_stat == RPC_PROGNOTREGISTERED) {
/freebsd-13-stable/lib/libc/yp/
H A Dyplib.c448 if (rpc_createerr.cf_stat != RPC_PROGNOTREGISTERED &&
/freebsd-13-stable/sbin/mount_nfs/
H A Dmount_nfs.c959 case RPC_PROGNOTREGISTERED:

Completed in 92 milliseconds