Searched refs:clnt (Results 1 - 25 of 78) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sunrpc/
H A Dclnt.c2 * linux/net/sunrpc/clnt.c
34 #include <linux/sunrpc/clnt.h>
71 rpc_setup_pipedir(struct rpc_clnt *clnt, char *dir_name) argument
76 clnt->cl_vfsmnt = ERR_PTR(-ENOENT);
77 clnt->cl_dentry = ERR_PTR(-ENOENT);
81 clnt->cl_vfsmnt = rpc_get_mount();
82 if (IS_ERR(clnt->cl_vfsmnt))
83 return PTR_ERR(clnt->cl_vfsmnt);
86 snprintf(clnt->cl_pathname, sizeof(clnt
106 struct rpc_clnt *clnt = NULL; local
207 struct rpc_clnt *clnt; local
263 rpc_clone_client(struct rpc_clnt *clnt) argument
306 rpc_shutdown_client(struct rpc_clnt *clnt) argument
337 rpc_destroy_client(struct rpc_clnt *clnt) argument
371 rpc_release_client(struct rpc_clnt *clnt) argument
397 struct rpc_clnt *clnt; local
461 rpc_clnt_sigmask(struct rpc_clnt *clnt, sigset_t *oldset) argument
466 rpc_clnt_sigunmask(struct rpc_clnt *clnt, sigset_t *oldset) argument
474 rpc_call_sync(struct rpc_clnt *clnt, struct rpc_message *msg, int flags) argument
509 rpc_call_async(struct rpc_clnt *clnt, struct rpc_message *msg, int flags, const struct rpc_call_ops *tk_ops, void *data) argument
573 rpc_peeraddr(struct rpc_clnt *clnt, struct sockaddr *buf, size_t bufsize) argument
592 rpc_peeraddr2str(struct rpc_clnt *clnt, enum rpc_display_format_t format) argument
604 rpc_setbufsize(struct rpc_clnt *clnt, unsigned int sndsize, unsigned int rcvsize) argument
619 rpc_max_payload(struct rpc_clnt *clnt) argument
630 rpc_force_rebind(struct rpc_clnt *clnt) argument
659 struct rpc_clnt *clnt = task->tk_client; local
949 struct rpc_clnt *clnt = task->tk_client; local
1038 struct rpc_clnt *clnt = task->tk_client; local
1095 struct rpc_clnt *clnt = task->tk_client; local
1131 struct rpc_clnt *clnt = task->tk_client; local
1239 struct rpc_clnt *clnt = task->tk_client; local
1422 rpc_ping(struct rpc_clnt *clnt, int flags) argument
[all...]
H A Dstats.c21 #include <linux/sunrpc/clnt.h>
111 * @clnt: RPC program, version, and xprt
114 struct rpc_iostats *rpc_alloc_iostats(struct rpc_clnt *clnt) argument
117 new = kcalloc(clnt->cl_maxproc, sizeof(struct rpc_iostats), GFP_KERNEL);
186 void rpc_print_iostats(struct seq_file *seq, struct rpc_clnt *clnt) argument
188 struct rpc_iostats *stats = clnt->cl_metrics;
189 struct rpc_xprt *xprt = clnt->cl_xprt;
190 unsigned int op, maxproc = clnt->cl_maxproc;
197 clnt->cl_prog, clnt
[all...]
H A DMakefile9 sunrpc-y := clnt.o xprt.o socklib.o xprtsock.o sched.o \
H A Drpcb_clnt.c20 #include <linux/sunrpc/clnt.h>
271 struct rpc_clnt *clnt = task->tk_client; local
281 task->tk_pid, clnt->cl_server,
282 clnt->cl_prog, clnt->cl_vers, xprt->prot);
285 BUG_ON(clnt->cl_parent != clnt);
324 map->r_prog = clnt->cl_prog;
325 map->r_vers = clnt->cl_vers;
331 memcpy(&map->r_addr, rpc_peeraddr2str(clnt, RPC_DISPLAY_ADD
[all...]
H A Dauth_null.c12 #include <linux/sunrpc/clnt.h>
22 nul_create(struct rpc_clnt *clnt, rpc_authflavor_t flavor) argument
H A Dauth_unix.c12 #include <linux/sunrpc/clnt.h>
40 unx_create(struct rpc_clnt *clnt, rpc_authflavor_t flavor) argument
43 clnt);
144 struct rpc_clnt *clnt = task->tk_client; local
156 p = xdr_encode_array(p, clnt->cl_nodename, clnt->cl_nodelen);
H A Dsched.c23 #include <linux/sunrpc/clnt.h>
808 void rpc_init_task(struct rpc_task *task, struct rpc_clnt *clnt, int flags, const struct rpc_call_ops *tk_ops, void *calldata) argument
815 task->tk_client = clnt;
832 if (clnt) {
833 atomic_inc(&clnt->cl_users);
834 if (clnt->cl_softrtry)
836 if (!clnt->cl_intr)
867 struct rpc_task *rpc_new_task(struct rpc_clnt *clnt, int flags, const struct rpc_call_ops *tk_ops, void *calldata) argument
875 rpc_init_task(task, clnt, flags, tk_ops, calldata);
884 if (clnt) {
949 rpc_run_task(struct rpc_clnt *clnt, int flags, const struct rpc_call_ops *ops, void *data) argument
965 rpc_killall_tasks(struct rpc_clnt *clnt) argument
[all...]
H A Drpc_pipe.c26 #include <linux/sunrpc/clnt.h>
326 struct rpc_clnt *clnt = m->private; local
328 seq_printf(m, "RPC server: %s\n", clnt->cl_server);
329 seq_printf(m, "service: %s (%d) version %d\n", clnt->cl_protname,
330 clnt->cl_prog, clnt->cl_vers);
331 seq_printf(m, "address: %s\n", rpc_peeraddr2str(clnt, RPC_DISPLAY_ADDR));
332 seq_printf(m, "protocol: %s\n", rpc_peeraddr2str(clnt, RPC_DISPLAY_PROTO));
339 struct rpc_clnt *clnt; local
345 clnt
362 struct rpc_clnt *clnt = (struct rpc_clnt *)m->private; local
[all...]
H A Dtimer.c21 #include <linux/sunrpc/clnt.h>
H A Dauth.c14 #include <linux/sunrpc/clnt.h>
61 rpcauth_create(rpc_authflavor_t pseudoflavor, struct rpc_clnt *clnt) argument
77 auth = ops->create(clnt, pseudoflavor);
80 if (clnt->cl_auth)
81 rpcauth_destroy(clnt->cl_auth);
82 clnt->cl_auth = auth;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/i2c/l3/
H A Duda1341.c172 static int snd_uda1341_codec_write(struct l3_client *clnt, unsigned short reg, unsigned short val) argument
174 struct uda1341 *uda = clnt->driver_data;
182 err = l3_write(clnt, UDA1341_DATA0, (const unsigned char *)&val, 1);
184 err = l3_write(clnt, UDA1341_DATA1, (const unsigned char *)&val, 1);
186 err = l3_write(clnt, UDA1341_STATUS, (const unsigned char *)&val, 1);
190 err = l3_write(clnt, UDA1341_DATA0, (const unsigned char *)buf, 2);
197 static int snd_uda1341_codec_read(struct l3_client *clnt, unsigned short reg) argument
202 err = l3_read(clnt, reg, &val, 1);
209 static inline int snd_uda1341_valid_reg(struct l3_client *clnt, unsigned short reg) argument
214 static int snd_uda1341_update_bits(struct l3_client *clnt, unsigne argument
237 snd_uda1341_cfg_write(struct l3_client *clnt, unsigned short what, unsigned short value, int flush) argument
426 struct l3_client *clnt = entry->private_data; local
491 struct l3_client *clnt = entry->private_data; local
508 snd_uda1341_proc_init(struct snd_card *card, struct l3_client *clnt) argument
545 struct l3_client *clnt = snd_kcontrol_chip(kcontrol); local
561 struct l3_client *clnt = snd_kcontrol_chip(kcontrol); local
613 struct l3_client *clnt = snd_kcontrol_chip(kcontrol); local
624 struct l3_client *clnt = snd_kcontrol_chip(kcontrol); local
666 struct l3_client *clnt = snd_kcontrol_chip(kcontrol); local
685 struct l3_client *clnt = snd_kcontrol_chip(kcontrol); local
748 uda1341_free(struct l3_client *clnt) argument
756 struct l3_client *clnt = device->device_data; local
766 struct l3_client *clnt; local
805 uda1341_attach(struct l3_client *clnt) argument
830 uda1341_detach(struct l3_client *clnt) argument
836 uda1341_command(struct l3_client *clnt, int cmd, void *arg) argument
844 uda1341_open(struct l3_client *clnt) argument
878 uda1341_close(struct l3_client *clnt) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/sunrpc/
H A Dmetrics.h82 static inline struct rpc_iostats *rpc_alloc_iostats(struct rpc_clnt *clnt) { return NULL; } argument
84 static inline void rpc_print_iostats(struct seq_file *seq, struct rpc_clnt *clnt) {} argument
H A Dclnt.h2 * linux/include/linux/sunrpc/clnt.h
130 int rpc_call_async(struct rpc_clnt *clnt, struct rpc_message *msg,
133 int rpc_call_sync(struct rpc_clnt *clnt, struct rpc_message *msg,
136 void rpc_clnt_sigmask(struct rpc_clnt *clnt, sigset_t *oldset);
137 void rpc_clnt_sigunmask(struct rpc_clnt *clnt, sigset_t *oldset);
141 int rpc_ping(struct rpc_clnt *clnt, int flags);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/lockd/
H A Dhost.c14 #include <linux/sunrpc/clnt.h>
154 struct rpc_clnt *clnt; local
164 if ((clnt = host->h_rpcclnt) != NULL) {
165 if (atomic_read(&clnt->cl_users)) {
168 clnt->cl_dead = 1;
205 struct rpc_clnt *clnt; local
216 if ((clnt = host->h_rpcclnt) != NULL) {
218 rpc_force_rebind(clnt);
244 clnt = rpc_create(&args);
245 if (!IS_ERR(clnt))
[all...]
H A Dmon.c12 #include <linux/sunrpc/clnt.h>
35 struct rpc_clnt *clnt; local
43 clnt = nsm_create();
44 if (IS_ERR(clnt)) {
45 status = PTR_ERR(clnt);
57 msg.rpc_proc = &clnt->cl_procinfo[proc];
58 status = rpc_call_sync(clnt, &msg, 0);
H A Dclntproc.c16 #include <linux/sunrpc/clnt.h>
219 dprintk("lockd: clnt proc returns %d\n", status);
286 struct rpc_clnt *clnt; local
303 if ((clnt = nlm_bind_host(host)) == NULL)
305 msg.rpc_proc = &clnt->cl_procinfo[proc];
308 if ((status = rpc_call_sync(clnt, &msg, 0)) < 0) {
362 struct rpc_clnt *clnt; local
368 clnt = nlm_bind_host(host);
369 if (clnt == NULL)
371 msg->rpc_proc = &clnt
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfs/
H A Dunlink.c13 #include <linux/sunrpc/clnt.h>
163 struct rpc_clnt *clnt = NFS_CLIENT(dir->d_inode); local
170 data->cred = rpcauth_lookupcred(clnt->cl_auth, 0);
182 rpc_init_task(&data->task, clnt, RPC_TASK_ASYNC, &nfs_unlink_ops, data);
H A Dsymlink.c16 #include <linux/sunrpc/clnt.h>
H A Dpagelist.c15 #include <linux/sunrpc/clnt.h>
196 struct rpc_clnt *clnt = NFS_CLIENT(req->wb_context->dentry->d_inode); local
206 rpc_clnt_sigmask(clnt, &oldmask);
209 rpc_clnt_sigunmask(clnt, &oldmask);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Duda1341.h122 int __init snd_chip_uda1341_mixer_new(struct snd_card *card, struct l3_client **clnt);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfsd/
H A Dnfs4callback.c44 #include <linux/sunrpc/clnt.h>
353 struct rpc_clnt *clnt = clp->cl_callback.cb_client; local
362 clnt->cl_auth->au_ops->au_name);
363 ret = rpcauth_lookup_credcache(clnt->cl_auth, &acred, taskflags);
494 struct rpc_clnt *clnt = clp->cl_callback.cb_client; local
503 if ((!atomic_read(&clp->cl_callback.cb_set)) || !clnt)
513 status = rpc_call_sync(clnt, &msg, RPC_TASK_SOFT);
527 status = rpc_call_sync(clnt, &msg, RPC_TASK_SOFT);
H A Dlockd.c15 #include <linux/sunrpc/clnt.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/rpc_parse/
H A Dparse_misc.c1453 void init_clnt_info2(DOM_CLNT_INFO2 *clnt, argument
1459 init_clnt_srv(&clnt->login, logon_srv, comp_name);
1462 clnt->ptr_cred = 1;
1463 memcpy(&clnt->cred, clnt_cred, sizeof(clnt->cred));
1465 clnt->ptr_cred = 0;
1473 BOOL smb_io_clnt_info2(const char *desc, DOM_CLNT_INFO2 *clnt, prs_struct *ps, int depth) argument
1475 if (clnt == NULL)
1484 if(!smb_io_clnt_srv("", &clnt->login, ps, depth))
1490 if(!prs_uint32("ptr_cred", ps, depth, &clnt
1502 init_clnt_info(DOM_CLNT_INFO *clnt, const char *logon_srv, const char *acct_name, uint16 sec_chan, const char *comp_name, const DOM_CRED *cred) argument
1517 smb_io_clnt_info(const char *desc, DOM_CLNT_INFO *clnt, prs_struct *ps, int depth) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbd/
H A Dquotas.c461 CLIENT *clnt; local
488 if ((clnt = clnt_create(host, RQUOTAPROG, RQUOTAVERS, "udp")) == NULL) {
493 clnt->cl_auth = authunix_create_default();
496 clnt_stat=clnt_call(clnt, RQUOTAPROC_GETQUOTA, xdr_getquota_args, (caddr_t)&args, xdr_getquota_rslt, (caddr_t)&gqr, timeout);
557 if (clnt) {
558 if (clnt->cl_auth)
559 auth_destroy(clnt->cl_auth);
560 clnt_destroy(clnt);
992 CLIENT *clnt; local
1019 if ((clnt
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/rpc_client/
H A Dclient.c37 __dbcl_env_set_rpc_server(dbenv, clnt, host, tsec, ssec, flags)
39 void *clnt;
66 if (clnt == NULL) {
78 cl = (CLIENT *)clnt;

Completed in 120 milliseconds

1234