Searched refs:RPC_SUCCESS (Results 1 - 25 of 39) sorted by relevance

12

/macosx-10.9.5/NFS-81/rpc.lockd/
H A Dtest.c49 if (clnt_call(clnt, NLM_TEST, xdr_nlm_testargs, argp, xdr_nlm_testres, &res, TIMEOUT) != RPC_SUCCESS) {
65 if (st = clnt_call(clnt, NLM_LOCK, xdr_nlm_lockargs, argp, xdr_nlm_res, &res, TIMEOUT) != RPC_SUCCESS) {
82 if (clnt_call(clnt, NLM_CANCEL, xdr_nlm_cancargs, argp, xdr_nlm_res, &res, TIMEOUT) != RPC_SUCCESS) {
97 if (clnt_call(clnt, NLM_UNLOCK, xdr_nlm_unlockargs, argp, xdr_nlm_res, &res, TIMEOUT) != RPC_SUCCESS) {
112 if (clnt_call(clnt, NLM_GRANTED, xdr_nlm_testargs, argp, xdr_nlm_res, &res, TIMEOUT) != RPC_SUCCESS) {
127 if (clnt_call(clnt, NLM_TEST_MSG, xdr_nlm_testargs, argp, xdr_void, &res, TIMEOUT) != RPC_SUCCESS) {
142 if (clnt_call(clnt, NLM_LOCK_MSG, xdr_nlm_lockargs, argp, xdr_void, NULL, TIMEOUT) != RPC_SUCCESS) {
158 if (clnt_call(clnt, NLM_CANCEL_MSG, xdr_nlm_cancargs, argp, xdr_void, &res, TIMEOUT) != RPC_SUCCESS) {
173 if (clnt_call(clnt, NLM_UNLOCK_MSG, xdr_nlm_unlockargs, argp, xdr_void, &res, TIMEOUT) != RPC_SUCCESS) {
188 if (clnt_call(clnt, NLM_GRANTED_MSG, xdr_nlm_testargs, argp, xdr_void, &res, TIMEOUT) != RPC_SUCCESS) {
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/nfs/
H A Drpcv2.h110 #define RPC_SUCCESS 0 macro
/macosx-10.9.5/NFS-81/rpc.statd/
H A Dtest.c62 if (clnt_call(clnt, SM_STAT, (xdrproc_t)xdr_sm_name, argp, (xdrproc_t)xdr_sm_stat_res, &res, TIMEOUT) != RPC_SUCCESS) {
77 if (clnt_call(clnt, SM_MON, (xdrproc_t)xdr_mon, argp, (xdrproc_t)xdr_sm_stat_res, &res, TIMEOUT) != RPC_SUCCESS) {
92 if (clnt_call(clnt, SM_UNMON, (xdrproc_t)xdr_mon_id, argp, (xdrproc_t)xdr_sm_stat, &res, TIMEOUT) != RPC_SUCCESS) {
107 if (clnt_call(clnt, SM_UNMON_ALL, (xdrproc_t)xdr_my_id, argp, (xdrproc_t)xdr_sm_stat, &res, TIMEOUT) != RPC_SUCCESS) {
122 if (clnt_call(clnt, SM_SIMU_CRASH, (xdrproc_t)xdr_void, argp, (xdrproc_t)xdr_void, &res, TIMEOUT) != RPC_SUCCESS) {
136 if (clnt_call(clnt, SM_NOTIFY, (xdrproc_t)xdr_stat_chge, argp, (xdrproc_t)xdr_void, &res, TIMEOUT) != RPC_SUCCESS) {
/macosx-10.9.5/Libinfo-449.1.3/rpc.subproj/
H A Dclnt.h74 #if defined(RPC_SUCCESS)
75 #undef RPC_SUCCESS macro
79 RPC_SUCCESS=0, /* call succeeded */ enumerator in enum:clnt_stat
H A Dpmap_getmaps.c101 if (CLNT_CALL(client, PMAPPROC_DUMP, (xdrproc_t)xdr_void, NULL, (xdrproc_t)xdr_pmaplist, &head, minutetimeout) != RPC_SUCCESS) {
H A Dclnt_tcp.c325 ct->ct_error.re_status = RPC_SUCCESS;
339 if (ct->ct_error.re_status == RPC_SUCCESS)
347 return (RPC_SUCCESS);
368 if (ct->ct_error.re_status == RPC_SUCCESS)
380 if (ct->ct_error.re_status == RPC_SUCCESS) {
385 if (ct->ct_error.re_status == RPC_SUCCESS)
H A Dclnt_perror.c111 case RPC_SUCCESS:
193 { RPC_SUCCESS,
H A Dclnt_raw.c215 if (status == RPC_SUCCESS) {
225 if (status == RPC_SUCCESS) {
H A Dpmap_getport.c109 if (status != RPC_SUCCESS)
H A Dclnt_simple.c147 if (clnt_stat != RPC_SUCCESS)
H A Dpmap_clnt.c126 if (CLNT_CALL(client, PMAPPROC_SET, (xdrproc_t)xdr_pmap, &parms, (xdrproc_t)xdr_bool, &rslt, set_total_timeout) != RPC_SUCCESS) return FALSE;
H A Drpc_prot.c241 error->re_status = RPC_SUCCESS;
297 error->re_status = RPC_SUCCESS;
H A Dpmap_rmt.c309 stat = RPC_SUCCESS;
384 stat = RPC_SUCCESS;
450 stat = RPC_SUCCESS;
/macosx-10.9.5/remote_cmds-41.90.1/yppoll.tproj/
H A Dyppoll.c138 if (r != RPC_SUCCESS)
145 if (r == RPC_SUCCESS) {
150 if (r != RPC_SUCCESS)
/macosx-10.9.5/network_cmds-433/spray.tproj/
H A Dspray.c165 if (clnt_call(cl, SPRAYPROC_CLEAR, (xdrproc_t)xdr_void, NULL, (xdrproc_t)xdr_void, NULL, TIMEOUT) != RPC_SUCCESS) {
185 if (clnt_call(cl, SPRAYPROC_GET, (xdrproc_t)xdr_void, NULL, (xdrproc_t)xdr_spraycumul, &host_stats, TIMEOUT) != RPC_SUCCESS) {
/macosx-10.9.5/Libinfo-449.1.3/nis.subproj/
H A Dyp_maplist.c96 if (r != RPC_SUCCESS)
H A Dyp_master.c106 if (r != RPC_SUCCESS)
H A Dyp_order.c116 if (r != RPC_SUCCESS)
H A Dyp_first.c111 if (r != RPC_SUCCESS)
H A Dypmatch_cache.c232 if (r != RPC_SUCCESS)
305 if (r != RPC_SUCCESS)
/macosx-10.9.5/remote_cmds-41.90.1/yppush.tproj/
H A Dyplib_host.c208 if(r != RPC_SUCCESS) {
248 if(r != RPC_SUCCESS) {
296 if(r != RPC_SUCCESS) {
363 if(r != RPC_SUCCESS) {
394 if(r != RPC_SUCCESS) {
421 if (r != RPC_SUCCESS) {
/macosx-10.9.5/remote_cmds-41.90.1/ypxfr.tproj/
H A Dyplib_host.c208 if(r != RPC_SUCCESS) {
248 if(r != RPC_SUCCESS) {
296 if(r != RPC_SUCCESS) {
363 if(r != RPC_SUCCESS) {
394 if(r != RPC_SUCCESS) {
421 if (r != RPC_SUCCESS) {
H A Dypxfr.c403 if(r != RPC_SUCCESS) {
431 if(r != RPC_SUCCESS) {
/macosx-10.9.5/autofs-234/automountd/
H A Dautod_nfs.c708 if (i != RPC_SUCCESS) {
789 if (i != RPC_SUCCESS) {
1006 if (rpc_stat == RPC_SUCCESS) {
1034 if (rpc_stat == RPC_SUCCESS) {
1085 rpc_createerr.cf_stat = RPC_SUCCESS;
1159 if (rpc_createerr.cf_stat != RPC_SUCCESS) {
1212 return (RPC_SUCCESS);
1251 return (RPC_SUCCESS);
1266 return (RPC_SUCCESS);
1370 return (RPC_SUCCESS);
[all...]
/macosx-10.9.5/remote_cmds-41.90.1/ypset.tproj/
H A Dypset.c135 if (r != RPC_SUCCESS)

Completed in 153 milliseconds

12