Home
last modified time | relevance | path

Searched refs:cf_stat (Results 1 – 9 of 9) sorted by relevance

/glibc-2.36/sunrpc/
Drpc_gethostbyname.c41 ce->cf_stat = RPC_UNKNOWNHOST; in __libc_rpc_gethostbyname()
53 ce->cf_stat = RPC_SYSTEMERROR; in __libc_rpc_gethostbyname()
62 ce->cf_stat = RPC_SYSTEMERROR; in __libc_rpc_gethostbyname()
Dclnt_gen.c63 ce->cf_stat = RPC_SYSTEMERROR; in clnt_create()
92 ce->cf_stat = RPC_UNKNOWNPROTO; in clnt_create()
140 ce->cf_stat = RPC_SYSTEMERROR; in clnt_create()
Dclnt_simp.c96 return (int) get_rpc_createerr().cf_stat; in callrpc()
102 return (int) get_rpc_createerr().cf_stat; in callrpc()
Dpm_getport.c121 ce->cf_stat = RPC_PMAPFAILURE; in __libc_rpc_getport()
126 ce->cf_stat = RPC_PROGNOTREGISTERED; in __libc_rpc_getport()
Dclnt_perr.c285 switch (ce->cf_stat) in libc_hidden_def()
303 msg, clnt_sperrno (ce->cf_stat), connector, errstr) < 0) in libc_hidden_def()
Dclnt_tcp.c125 ce->cf_stat = RPC_SYSTEMERROR; in clnttcp_create()
157 ce->cf_stat = RPC_SYSTEMERROR; in clnttcp_create()
Dclnt_unix.c126 ce->cf_stat = RPC_SYSTEMERROR; in clntunix_create()
142 ce->cf_stat = RPC_SYSTEMERROR; in clntunix_create()
Dclnt_udp.c141 ce->cf_stat = RPC_SYSTEMERROR; in __libc_clntudp_bufcreate()
183 ce->cf_stat = RPC_SYSTEMERROR; in __libc_clntudp_bufcreate()
/glibc-2.36/sunrpc/rpc/
Dclnt.h388 enum clnt_stat cf_stat; member