HomeSort by: relevance | last modified time | path
    Searched refs:RPC_SUCCESS (Results 1 - 25 of 47) sorted by relevancy

1 2

  /src/usr.sbin/rpc.lockd/
test.c 31 if (st != RPC_SUCCESS)
46 if (st != RPC_SUCCESS) {
64 if (st != RPC_SUCCESS) {
80 if (st != RPC_SUCCESS) {
96 if (st != RPC_SUCCESS) {
112 if (st != RPC_SUCCESS) {
128 if (st != RPC_SUCCESS) {
145 if (st != RPC_SUCCESS) {
161 if (st != RPC_SUCCESS) {
177 if (st != RPC_SUCCESS) {
    [all...]
  /src/usr.sbin/rpc.statd/
test.c 23 &res, TIMEOUT) != RPC_SUCCESS)
36 &res, TIMEOUT) != RPC_SUCCESS)
49 &res, TIMEOUT) != RPC_SUCCESS)
62 &res, TIMEOUT) != RPC_SUCCESS)
75 &res, TIMEOUT) != RPC_SUCCESS)
  /src/usr.bin/eject/
am_glue.c 84 (xdrproc_t)xdr_u_short, &port, pingtv) == RPC_SUCCESS ? 0 : -1;
128 xdr_amq_sync_umnt, (void *)&result, timeout) != RPC_SUCCESS)
  /src/lib/libc/rpc/
clnt_generic.c 104 if (rpc_stat == RPC_SUCCESS) {
124 if (rpc_stat == RPC_SUCCESS) {
161 enum clnt_stat save_cf_stat = RPC_SUCCESS;
171 rpc_createerr.cf_stat = RPC_SUCCESS;
174 if (rpc_createerr.cf_stat == RPC_SUCCESS)
210 (save_cf_stat != RPC_SUCCESS)) {
pmap_getmaps.c 100 RPC_SUCCESS) {
rpcb_clnt.c 575 (char *)(void *)&rslt, tottimeout) != RPC_SUCCESS) {
617 (char *)(void *)&rslt, tottimeout) != RPC_SUCCESS) {
740 if (clnt_st != RPC_SUCCESS) {
847 if (clnt_st == RPC_SUCCESS) {
909 if (clnt_st == RPC_SUCCESS) {
1027 if (clnt_st == RPC_SUCCESS)
1044 (char *)(void *)&head, tottimeout) == RPC_SUCCESS)
1103 if ((stat == RPC_SUCCESS) && (addr_ptr != NULL)) {
1159 rpc_createerr.cf_stat = RPC_SUCCESS;
1162 if (rpc_createerr.cf_stat == RPC_SUCCESS)
    [all...]
pmap_getport.c 82 parms, (xdrproc_t)xdr_u_short, port, tottimeout) != RPC_SUCCESS) {
clnt_perror.c 119 case RPC_SUCCESS:
192 [RPC_SUCCESS] = "RPC: Success",
276 case RPC_SUCCESS:
rpc_prot.c 253 error->re_status = RPC_SUCCESS;
300 error->re_status = RPC_SUCCESS;
332 case RPC_SUCCESS:
clnt_vc.c 391 ct->ct_error.re_status = RPC_SUCCESS;
397 if (ct->ct_error.re_status == RPC_SUCCESS)
409 return (RPC_SUCCESS);
434 if (ct->ct_error.re_status == RPC_SUCCESS)
447 if (ct->ct_error.re_status == RPC_SUCCESS) {
453 if (ct->ct_error.re_status == RPC_SUCCESS)
  /src/usr.sbin/ypserv/common/
yplib_host.c 146 if(r != RPC_SUCCESS)
176 if (r != RPC_SUCCESS)
213 if (r != RPC_SUCCESS)
243 if (status != RPC_SUCCESS)
263 if (r != RPC_SUCCESS)
285 if (r != RPC_SUCCESS)
305 if (r != RPC_SUCCESS)
  /src/usr.sbin/yppoll/
yppoll.c 200 if (r != RPC_SUCCESS)
207 if (r == RPC_SUCCESS) {
212 if (r != RPC_SUCCESS)
  /src/usr.sbin/spray/
spray.c 145 if (clnt_call(cl, SPRAYPROC_CLEAR, xdr_void, NULL, xdr_void, NULL, TIMEOUT) != RPC_SUCCESS) {
165 if (clnt_call(cl, SPRAYPROC_GET, xdr_void, NULL, xdr_spraycumul, &host_stats, TIMEOUT) != RPC_SUCCESS) {
  /src/lib/libc/yp/
yp_all.c 87 if (status != RPC_SUCCESS)
yp_maplist.c 65 if (r != RPC_SUCCESS) {
yp_master.c 76 if (r != RPC_SUCCESS) {
yp_order.c 74 if (r != RPC_SUCCESS) {
yp_first.c 78 if (r != RPC_SUCCESS) {
155 if (r != RPC_SUCCESS) {
  /src/tests/lib/libc/rpc/
t_rpc.c 83 != RPC_SUCCESS)
156 if (rv != RPC_SUCCESS)
203 if (rv != RPC_SUCCESS)
210 if (rv != RPC_SUCCESS)
227 if (clnt_stat != RPC_SUCCESS && clnt_stat != RPC_TIMEDOUT)
  /src/usr.sbin/rpc.bootparamd/
test.c 57 xdr_bp_whoami_res, &res, TIMEOUT)) != RPC_SUCCESS) {
  /src/usr.bin/ypwhich/
ypwhich.c 254 if (retval != RPC_SUCCESS)
346 if (retval != RPC_SUCCESS) {
381 if (retval != RPC_SUCCESS) {
  /src/usr.bin/rwall/
rwall.c 136 xdr_void, &res, timeout) != RPC_SUCCESS) {
  /src/usr.bin/rpcinfo/
rpcinfo.c 415 } else if (rpc_stat == RPC_SUCCESS) {
430 } else if (rpc_stat == RPC_SUCCESS) {
510 if (clnt_st != RPC_SUCCESS) {
637 if ((rpc_stat != RPC_SUCCESS) && (rpc_stat != RPC_TIMEDOUT))
724 if (clnt_st != RPC_SUCCESS) {
737 if (clnt_st != RPC_SUCCESS)
751 if (clnt_st != RPC_SUCCESS)
955 (char *)(void *)&head, minutetimeout) != RPC_SUCCESS) {
1037 minutetimeout) != RPC_SUCCESS) {
1333 } else if (rpc_stat == RPC_SUCCESS) {
    [all...]
  /src/usr.bin/rup/
rup.c 301 xdr_statstime, &host_stat, timeout) != RPC_SUCCESS) {
327 if (clnt_stat != RPC_SUCCESS && clnt_stat != RPC_TIMEDOUT)
  /src/usr.bin/rusers/
rusers.c 248 if (clnt_stat != RPC_SUCCESS)
267 if (clnt_stat != RPC_SUCCESS && clnt_stat != RPC_TIMEDOUT)

Completed in 24 milliseconds

1 2