/freebsd/crypto/krb5/src/lib/rpc/ |
H A D | clnt_generic.c | 74 rpc_createerr.cf_stat = RPC_SYSTEMERROR; in clnt_create() 105 rpc_createerr.cf_stat = RPC_SYSTEMERROR; in clnt_create()
|
H A D | clnt_perror.c | 106 case RPC_SYSTEMERROR: in clnt_sperror() 214 { RPC_SYSTEMERROR, 272 case RPC_SYSTEMERROR: in clnt_spcreateerror()
|
H A D | rpc_prot.c | 201 error->re_status = RPC_SYSTEMERROR; in accepted() 283 case RPC_SYSTEMERROR: in gssrpc__seterr_reply()
|
H A D | clnt_tcp.c | 140 rpc_createerr.cf_stat = RPC_SYSTEMERROR; in clnttcp_create() 147 rpc_createerr.cf_stat = RPC_SYSTEMERROR; in clnttcp_create() 174 rpc_createerr.cf_stat = RPC_SYSTEMERROR; in clnttcp_create()
|
H A D | clnt_udp.c | 136 rpc_createerr.cf_stat = RPC_SYSTEMERROR; in clntudp_bufcreate() 145 rpc_createerr.cf_stat = RPC_SYSTEMERROR; in clntudp_bufcreate() 185 rpc_createerr.cf_stat = RPC_SYSTEMERROR; in clntudp_bufcreate()
|
H A D | auth_gss.c | 172 rpc_createerr.cf_stat = RPC_SYSTEMERROR; in authgss_create() 177 rpc_createerr.cf_stat = RPC_SYSTEMERROR; in authgss_create() 185 rpc_createerr.cf_stat = RPC_SYSTEMERROR; in authgss_create()
|
H A D | auth_gssapi.c | 98 rpc_createerr.cf_stat = RPC_SYSTEMERROR; in auth_gssapi_create_default() 175 rpc_createerr.cf_stat = RPC_SYSTEMERROR; in auth_gssapi_create()
|
/freebsd/lib/libc/rpc/ |
H A D | clnt_simple.c | 129 rpc_createerr.cf_stat = RPC_SYSTEMERROR; in rpc_call() 138 rpc_createerr.cf_stat = RPC_SYSTEMERROR; in rpc_call()
|
H A D | clnt_perror.c | 107 case RPC_SYSTEMERROR: in clnt_sperror() 252 case RPC_SYSTEMERROR: in clnt_spcreateerror()
|
H A D | rpc_soc.c | 144 rpc_createerr.cf_stat = RPC_SYSTEMERROR; in clnt_com_create() 430 rpc_createerr.cf_stat = RPC_SYSTEMERROR; in clntunix_create() 439 rpc_createerr.cf_stat = RPC_SYSTEMERROR; in svcunix_create()
|
H A D | rpc_prot.c | 248 error->re_status = RPC_SYSTEMERROR; in accepted() 336 case RPC_SYSTEMERROR: in _seterr_reply()
|
H A D | clnt_bcast.c | 290 return (RPC_SYSTEMERROR); in rpc_broadcast_exp() 346 stat = RPC_SYSTEMERROR; in rpc_broadcast_exp() 368 stat = RPC_SYSTEMERROR; in rpc_broadcast_exp()
|
H A D | clnt_vc.c | 220 rpc_createerr.cf_stat = RPC_SYSTEMERROR; in clnt_vc_create() 232 rpc_createerr.cf_stat = RPC_SYSTEMERROR; in clnt_vc_create() 238 rpc_createerr.cf_stat = RPC_SYSTEMERROR; in clnt_vc_create()
|
H A D | clnt_generic.c | 403 rpc_createerr.cf_stat = RPC_SYSTEMERROR; in clnt_tli_create()
|
H A D | clnt_dg.c | 293 rpc_createerr.cf_stat = RPC_SYSTEMERROR; in clnt_dg_create()
|
H A D | rpcb_clnt.c | 797 rpc_createerr.cf_stat = RPC_SYSTEMERROR; in __rpcb_findaddr_timed()
|
/freebsd/include/rpc/ |
H A D | clnt_stat.h | 40 RPC_SYSTEMERROR = 12, /* generic "other problem" */ enumerator
|
/freebsd/sys/rpc/ |
H A D | clnt_stat.h | 40 RPC_SYSTEMERROR = 12, /* generic "other problem" */ enumerator
|
H A D | rpc_prot.c | 265 return (RPC_SYSTEMERROR); in accepted() 352 case RPC_SYSTEMERROR: in _seterr_reply()
|
H A D | clnt_rc.c | 304 if (stat == RPC_SYSTEMERROR) { in clnt_reconnect_call()
|
/freebsd/crypto/krb5/src/include/gssrpc/ |
H A D | clnt.h | 67 RPC_SYSTEMERROR=12, /* generic "other problem" */ enumerator
|
/freebsd/lib/librpcsec_gss/ |
H A D | rpcsec_gss.c | 166 rpc_createerr.cf_stat = RPC_SYSTEMERROR; in rpc_gss_seccreate() 172 rpc_createerr.cf_stat = RPC_SYSTEMERROR; in rpc_gss_seccreate()
|
/freebsd/sys/rpc/rpcsec_tls/ |
H A D | rpctls_impl.c | 278 return (RPC_SYSTEMERROR); in rpctls_connect()
|
/freebsd/sys/rpc/rpcsec_gss/ |
H A D | rpcsec_gss.c | 385 rpc_createerr.cf_stat = RPC_SYSTEMERROR; in rpc_gss_seccreate_int() 391 rpc_createerr.cf_stat = RPC_SYSTEMERROR; in rpc_gss_seccreate_int()
|
/freebsd/sbin/mount_nfs/ |
H A D | mount_nfs.c | 1035 case RPC_SYSTEMERROR: in returncode()
|