Searched refs:clnt_call (Results 1 - 25 of 32) 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) {
66 printf("clnt_call returns %d\n", st);
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(cln
[all...]
H A Dkern.c494 (void)clnt_call(cli, NLM4_TEST_MSG,
515 (void)clnt_call(cli, NLM_TEST_MSG,
563 (void)clnt_call(cli, NLM4_LOCK_MSG,
585 (void)clnt_call(cli, NLM_LOCK_MSG,
628 (void)clnt_call(cli, NLM4_CANCEL_MSG,
648 (void)clnt_call(cli, NLM_CANCEL_MSG,
688 (void)clnt_call(cli, NLM4_UNLOCK_MSG,
706 (void)clnt_call(cli, NLM_UNLOCK_MSG,
/macosx-10.9.5/network_cmds-433/spray.tproj/
H A Dspray.c156 * thus timeouts specified in clnt_call() are always ignored.
165 if (clnt_call(cl, SPRAYPROC_CLEAR, (xdrproc_t)xdr_void, NULL, (xdrproc_t)xdr_void, NULL, TIMEOUT) != RPC_SUCCESS) {
176 clnt_call(cl, SPRAYPROC_SPRAY, (xdrproc_t)xdr_sprayarr, &host_array, (xdrproc_t)xdr_void, NULL, ONE_WAY);
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/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/nis.subproj/
H A Dyp_maplist.c95 r = clnt_call(ysd->dom_client, YPPROC_MAPLIST, (xdrproc_t)xdr_domainname, &indomain, (xdrproc_t)xdr_ypresp_maplist, &ypml, tv);
98 if (tries++) clnt_perror(ysd->dom_client, "yp_maplist: clnt_call");
H A Dyp_master.c105 r = clnt_call(ysd->dom_client, YPPROC_MASTER, (xdrproc_t)xdr_ypreq_nokey, &yprnk, (xdrproc_t)xdr_ypresp_master, &yprm, tv);
108 if (tries++) clnt_perror(ysd->dom_client, "yp_master: clnt_call");
H A Dyp_order.c105 r = clnt_call(ysd->dom_client, YPPROC_ORDER,
119 if (tries++) clnt_perror(ysd->dom_client, "yp_order: clnt_call");
H A Dyp_first.c110 r = clnt_call(ysd->dom_client, YPPROC_FIRST, (xdrproc_t)xdr_ypreq_nokey, &yprnk, (xdrproc_t)xdr_ypresp_key_val, &yprkv, tv);
113 if (tries++) clnt_perror(ysd->dom_client, "yp_first: clnt_call");
H A Dyp_all.c185 (void) clnt_call(clnt, YPPROC_ALL,
H A Dypmatch_cache.c231 r = clnt_call(ysd->dom_client, YPPROC_MATCH, (xdrproc_t)xdr_ypreq_key, &yprk, (xdrproc_t)xdr_ypresp_val, &yprv, tv);
235 if (tries++) clnt_perror(ysd->dom_client, "yp_match: clnt_call");
304 r = clnt_call(ysd->dom_client, YPPROC_NEXT, (xdrproc_t)xdr_ypreq_key, &yprk, (xdrproc_t)xdr_ypresp_key_val, &yprkv, tv);
308 if (tries++) clnt_perror(ysd->dom_client, "yp_next: clnt_call");
H A Dyp_bind.c217 r = clnt_call(client, YPBINDPROC_DOMAIN, (xdrproc_t)xdr_domainname, &dom, (xdrproc_t)xdr_ypbind_resp, &ypbr, tv);
/macosx-10.9.5/remote_cmds-41.90.1/yppush.tproj/
H A Dyplib_host.c206 r = clnt_call(client, YPPROC_MATCH,
209 clnt_perror(client, "yp_match_host: clnt_call");
246 r = clnt_call(client, YPPROC_FIRST,
249 clnt_perror(client, "yp_first_host: clnt_call");
294 r = clnt_call(client, YPPROC_NEXT,
297 clnt_perror(client, "yp_next_host: clnt_call");
332 (void) clnt_call(client, YPPROC_ALL,
361 r = clnt_call(client, YPPROC_ORDER,
364 clnt_perror(client, "yp_order_host: clnt_call");
392 r = clnt_call(clien
[all...]
H A Dyppush.c162 switch (clnt_call(client, YPPROC_XFR, (xdrproc_t)xdr_ypreq_xfr, &request,
/macosx-10.9.5/remote_cmds-41.90.1/ypxfr.tproj/
H A Dyplib_host.c206 r = clnt_call(client, YPPROC_MATCH,
209 clnt_perror(client, "yp_match_host: clnt_call");
246 r = clnt_call(client, YPPROC_FIRST,
249 clnt_perror(client, "yp_first_host: clnt_call");
294 r = clnt_call(client, YPPROC_NEXT,
297 clnt_perror(client, "yp_next_host: clnt_call");
332 (void) clnt_call(client, YPPROC_ALL,
361 r = clnt_call(client, YPPROC_ORDER,
364 clnt_perror(client, "yp_order_host: clnt_call");
392 r = clnt_call(clien
[all...]
H A Dypxfr.c401 r = clnt_call(client, YPPROC_CLEAR,
404 clnt_perror(client, "yp_clear: clnt_call");
429 r = clnt_call(client, 1,
432 clnt_perror(client, "yppushresp_xdr: clnt_call");
/macosx-10.9.5/remote_cmds-41.90.1/yppoll.tproj/
H A Dyppoll.c136 r = clnt_call(client, YPPROC_ORDER, (xdrproc_t)xdr_ypreq_nokey, &yprnk,
139 clnt_perror(client, "yp_order: clnt_call");
148 r = clnt_call(client, YPPROC_MASTER, (xdrproc_t)xdr_ypreq_nokey,
151 clnt_perror(client, "yp_master: clnt_call");
/macosx-10.9.5/Libinfo-449.1.3/rpc.subproj/
H A Dclnt_simple.c142 clnt_stat = clnt_call(crp->client, procnum, inproc, in,
H A Dclnt.h195 #define clnt_call(rh, proc, xargs, argsp, xres, resp, secs) \ macro
H A DMakefile.inc27 rpc.3 clnt_call.3 \
/macosx-10.9.5/remote_cmds-41.90.1/ypset.tproj/
H A Dypset.c133 r = clnt_call(client, YPBINDPROC_SETDOM,
/macosx-10.9.5/NFS-81/showmount/
H A Dshowmount.c438 estat = clnt_call(clp, RPCMNT_DUMP, (xdrproc_t)xdr_void, NULL,
450 estat = clnt_call(clp, RPCMNT_EXPORT, (xdrproc_t)xdr_void, NULL,
/macosx-10.9.5/remote_cmds-41.90.1/ypwhich.tproj/
H A Dypwhich.c111 r = clnt_call(client, YPBINDPROC_DOMAIN,
115 warnx("can't clnt_call: %s", yperr_string(YPERR_YPBIND));
/macosx-10.9.5/system_cmds-597.90.1/passwd.tproj/
H A Dnis_passwd.c169 ans = clnt_call(cl, YPPASSWDPROC_UPDATE,
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/passwd.tproj/
H A Dnis_passwd.c169 ans = clnt_call(cl, YPPASSWDPROC_UPDATE,
/macosx-10.9.5/Libinfo-449.1.3/xcodescripts/
H A Dinstall_files.sh212 clnt_call.3 clnt_control.3 clnt_create.3 clnt_destroy.3 \

Completed in 122 milliseconds

12