Searched refs:e (Results 1 – 3 of 3) sorted by relevance
/sunrpc/ |
A D | clnt_perr.c | 56 struct rpc_err e; in clnt_sperror() local 57 CLNT_GETERR (rpch, &e); in clnt_sperror() 59 const char *errstr = clnt_sperrno (e.re_status); in clnt_sperror() 65 switch (e.re_status) in clnt_sperror() 86 msg, errstr, __strerror_r (e.re_errno, in clnt_sperror() 93 msg, errstr, e.re_vers.low, e.re_vers.high); in clnt_sperror() 97 tmpstr = auth_errmsg (e.re_why); in clnt_sperror() 103 msg, errstr, (int) e.re_why); in clnt_sperror() 109 msg, errstr, e.re_vers.low, e.re_vers.high); in clnt_sperror() 114 msg, errstr, e.re_lb.s1, e.re_lb.s2); in clnt_sperror()
|
A D | Versions | 24 # e* 76 # e*
|
A D | clnt_udp.c | 415 struct sock_extended_err *e; in clntudp_call() local 451 e = (struct sock_extended_err *) CMSG_DATA(cmsg); in clntudp_call() 452 cu->cu_error.re_errno = e->ee_errno; in clntudp_call()
|
Completed in 8 milliseconds