Searched refs:cf_stat (Results 1 – 9 of 9) sorted by relevance
41 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()
63 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()
96 return (int) get_rpc_createerr().cf_stat; in callrpc()102 return (int) get_rpc_createerr().cf_stat; in callrpc()
121 ce->cf_stat = RPC_PMAPFAILURE; in __libc_rpc_getport()126 ce->cf_stat = RPC_PROGNOTREGISTERED; in __libc_rpc_getport()
285 switch (ce->cf_stat) in libc_hidden_def()303 msg, clnt_sperrno (ce->cf_stat), connector, errstr) < 0) in libc_hidden_def()
125 ce->cf_stat = RPC_SYSTEMERROR; in clnttcp_create()157 ce->cf_stat = RPC_SYSTEMERROR; in clnttcp_create()
126 ce->cf_stat = RPC_SYSTEMERROR; in clntunix_create()142 ce->cf_stat = RPC_SYSTEMERROR; in clntunix_create()
141 ce->cf_stat = RPC_SYSTEMERROR; in __libc_clntudp_bufcreate()183 ce->cf_stat = RPC_SYSTEMERROR; in __libc_clntudp_bufcreate()
388 enum clnt_stat cf_stat; member