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

/macosx-10.9.5/Libinfo-449.1.3/rpc.subproj/
H A Dclnt_generic.c96 rpc_createerr.cf_stat = RPC_UNKNOWNHOST;
103 rpc_createerr.cf_stat = RPC_SYSTEMERROR;
113 rpc_createerr.cf_stat = RPC_UNKNOWNPROTO;
134 rpc_createerr.cf_stat = RPC_SYSTEMERROR;
H A Dpmap_getport.c111 rpc_createerr.cf_stat = RPC_PMAPFAILURE;
116 rpc_createerr.cf_stat = RPC_PROGNOTREGISTERED;
H A Dclnt_simple.c129 return ((int) rpc_createerr.cf_stat);
133 return ((int) rpc_createerr.cf_stat);
H A Dclnt_perror.c266 (void) strcat(str, clnt_sperrno(rpc_createerr.cf_stat));
267 switch (rpc_createerr.cf_stat) {
H A Dclnt_tcp.c156 rpc_createerr.cf_stat = RPC_SYSTEMERROR;
164 rpc_createerr.cf_stat = RPC_SYSTEMERROR;
194 rpc_createerr.cf_stat = RPC_SYSTEMERROR;
H A Dclnt_udp.c153 rpc_createerr.cf_stat = RPC_SYSTEMERROR;
163 rpc_createerr.cf_stat = RPC_SYSTEMERROR;
217 rpc_createerr.cf_stat = RPC_SYSTEMERROR;
H A Dclnt.h435 enum clnt_stat cf_stat; member in struct:rpc_createerr
436 struct rpc_err cf_error; /* useful when cf_stat == RPC_PMAPFAILURE */
/macosx-10.9.5/autofs-234/automountd/
H A Dautod_nfs.c1042 rpc_createerr.cf_stat = rpc_stat;
1080 rpc_createerr.cf_stat = RPC_SYSTEMERROR;
1085 rpc_createerr.cf_stat = RPC_SUCCESS;
1088 rpc_createerr.cf_stat = RPC_UNKNOWNHOST;
1097 rpc_createerr.cf_stat = RPC_SYSTEMERROR;
1111 rpc_createerr.cf_stat = RPC_SYSTEMERROR;
1117 rpc_createerr.cf_stat = RPC_PROGNOTREGISTERED;
1126 rpc_createerr.cf_stat = RPC_UNKNOWNPROTO;
1143 rpc_createerr.cf_stat = RPC_SYSTEMERROR;
1155 rpc_createerr.cf_stat
[all...]
H A Dautod_parse.c2458 *err = clnt_stat_to_errno(rpc_createerr.cf_stat);

Completed in 273 milliseconds