Searched refs:argp (Results 1 - 25 of 76) sorted by relevance

1234

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/nfsd/
H A Dnfsproc.c42 nfsd_proc_null(struct svc_rqst *rqstp, void *argp, void *resp) argument
52 nfsd_proc_getattr(struct svc_rqst *rqstp, struct nfsd_fhandle *argp, argument
55 dprintk("nfsd: GETATTR %s\n", SVCFH_fmt(&argp->fh));
57 fh_copy(&resp->fh, &argp->fh);
66 nfsd_proc_setattr(struct svc_rqst *rqstp, struct nfsd_sattrargs *argp, argument
70 SVCFH_fmt(&argp->fh),
71 argp->attrs.ia_valid, (long) argp->attrs.ia_size);
73 fh_copy(&resp->fh, &argp->fh);
74 return nfsd_setattr(rqstp, &resp->fh, &argp
84 nfsd_proc_lookup(struct svc_rqst *rqstp, struct nfsd_diropargs *argp, struct nfsd_diropres *resp) argument
104 nfsd_proc_readlink(struct svc_rqst *rqstp, struct nfsd_fhandle *argp, struct nfsd_readlinkres *resp) argument
128 nfsd_proc_read(struct svc_rqst *rqstp, struct nfsd_readargs *argp, struct nfsd_readres *resp) argument
167 nfsd_proc_write(struct svc_rqst *rqstp, struct nfsd_writeargs *argp, struct nfsd_attrstat *resp) argument
192 nfsd_proc_create(struct svc_rqst *rqstp, struct nfsd_createargs *argp, struct nfsd_diropres *resp) argument
348 nfsd_proc_remove(struct svc_rqst *rqstp, struct nfsd_diropargs *argp, void *resp) argument
363 nfsd_proc_rename(struct svc_rqst *rqstp, struct nfsd_renameargs *argp, void *resp) argument
381 nfsd_proc_link(struct svc_rqst *rqstp, struct nfsd_linkargs *argp, void *resp) argument
401 nfsd_proc_symlink(struct svc_rqst *rqstp, struct nfsd_symlinkargs *argp, void *resp) argument
430 nfsd_proc_mkdir(struct svc_rqst *rqstp, struct nfsd_createargs *argp, struct nfsd_diropres *resp) argument
454 nfsd_proc_rmdir(struct svc_rqst *rqstp, struct nfsd_diropargs *argp, void *resp) argument
470 nfsd_proc_readdir(struct svc_rqst *rqstp, struct nfsd_readdirargs *argp, struct nfsd_readdirres *resp) argument
506 nfsd_proc_statfs(struct svc_rqst * rqstp, struct nfsd_fhandle *argp, struct nfsd_statfsres *resp) argument
[all...]
H A Dnfs3proc.c59 nfsd3_proc_null(struct svc_rqst *rqstp, void *argp, void *resp) argument
68 nfsd3_proc_getattr(struct svc_rqst *rqstp, struct nfsd_fhandle *argp, argument
74 SVCFH_fmt(&argp->fh));
76 fh_copy(&resp->fh, &argp->fh);
85 nfsd3_proc_setattr(struct svc_rqst *rqstp, struct nfsd3_sattrargs *argp, argument
91 SVCFH_fmt(&argp->fh));
93 fh_copy(&resp->fh, &argp->fh);
94 nfserr = nfsd_setattr(rqstp, &resp->fh, &argp->attrs,
95 argp->check_guard, argp
103 nfsd3_proc_lookup(struct svc_rqst *rqstp, struct nfsd3_diropargs *argp, struct nfsd3_diropres *resp) argument
127 nfsd3_proc_access(struct svc_rqst *rqstp, struct nfsd3_accessargs *argp, struct nfsd3_accessres *resp) argument
146 nfsd3_proc_readlink(struct svc_rqst *rqstp, struct nfsd_fhandle *argp, struct nfsd3_readlinkres *resp) argument
169 nfsd3_proc_read(struct svc_rqst *rqstp, struct nfsd3_readargs *argp, struct nfsd3_readres *resp) argument
211 nfsd3_proc_write(struct svc_rqst *rqstp, struct nfsd3_writeargs *argp, struct nfsd3_writeres *resp) argument
239 nfsd3_proc_create(struct svc_rqst *rqstp, struct nfsd3_createargs *argp, struct nfsd3_diropres *resp) argument
281 nfsd3_proc_mkdir(struct svc_rqst *rqstp, struct nfsd3_createargs *argp, struct nfsd3_diropres *resp) argument
301 nfsd3_proc_symlink(struct svc_rqst *rqstp, struct nfsd3_symlinkargs *argp, struct nfsd3_diropres *resp) argument
323 nfsd3_proc_mknod(struct svc_rqst *rqstp, struct nfsd3_mknodargs *argp, struct nfsd3_diropres *resp) argument
360 nfsd3_proc_remove(struct svc_rqst *rqstp, struct nfsd3_diropargs *argp, struct nfsd3_attrstat *resp) argument
380 nfsd3_proc_rmdir(struct svc_rqst *rqstp, struct nfsd3_diropargs *argp, struct nfsd3_attrstat *resp) argument
396 nfsd3_proc_rename(struct svc_rqst *rqstp, struct nfsd3_renameargs *argp, struct nfsd3_renameres *resp) argument
418 nfsd3_proc_link(struct svc_rqst *rqstp, struct nfsd3_linkargs *argp, struct nfsd3_linkres *resp) argument
441 nfsd3_proc_readdir(struct svc_rqst *rqstp, struct nfsd3_readdirargs *argp, struct nfsd3_readdirres *resp) argument
477 nfsd3_proc_readdirplus(struct svc_rqst *rqstp, struct nfsd3_readdirargs *argp, struct nfsd3_readdirres *resp) argument
511 nfsd3_proc_fsstat(struct svc_rqst * rqstp, struct nfsd_fhandle *argp, struct nfsd3_fsstatres *resp) argument
528 nfsd3_proc_fsinfo(struct svc_rqst * rqstp, struct nfsd_fhandle *argp, struct nfsd3_fsinfores *resp) argument
569 nfsd3_proc_pathconf(struct svc_rqst * rqstp, struct nfsd_fhandle *argp, struct nfsd3_pathconfres *resp) argument
612 nfsd3_proc_commit(struct svc_rqst * rqstp, struct nfsd3_commitargs *argp, struct nfsd3_commitres *resp) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/tools/upnp/igd/linux/
H A Dlinux_main.c61 char **argp = &argv[1]; local
66 while (argp < &argv[argc]) {
67 if (strcasecmp(*argp, "-L") == 0) {
68 lanif = *++argp;
70 else if (strcasecmp(*argp, "-W") == 0) {
71 wanif = *++argp;
74 else if (strcasecmp(*argp, "-D") == 0) {
77 argp++;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/nfsd/
H A Dinterface.h19 long (*do_nfsservctl)(int cmd, void *argp, void *resp);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/nfsd/
H A Dinterface.h19 long (*do_nfsservctl)(int cmd, void *argp, void *resp);
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/lockd/
H A Dsvc4proc.c31 nlm4svc_retrieve_args(struct svc_rqst *rqstp, struct nlm_args *argp, argument
36 struct nlm_lock *lock = &argp->lock;
54 || (argp->monitor && !host->h_monitored && nsm_monitor(host) < 0))
83 nlm4svc_proc_null(struct svc_rqst *rqstp, void *argp, void *resp) argument
93 nlm4svc_proc_test(struct svc_rqst *rqstp, struct nlm_args *argp, argument
100 resp->cookie = argp->cookie;
109 if ((resp->status = nlm4svc_retrieve_args(rqstp, argp, &host, &file)))
113 resp->status = nlmsvc_testlock(file, &argp->lock, &resp->lock);
122 nlm4svc_proc_lock(struct svc_rqst *rqstp, struct nlm_args *argp, argument
130 resp->cookie = argp
154 nlm4svc_proc_cancel(struct svc_rqst *rqstp, struct nlm_args *argp, struct nlm_res *resp) argument
187 nlm4svc_proc_unlock(struct svc_rqst *rqstp, struct nlm_args *argp, struct nlm_res *resp) argument
221 nlm4svc_proc_granted(struct svc_rqst *rqstp, struct nlm_args *argp, struct nlm_res *resp) argument
238 nlm4svc_proc_test_msg(struct svc_rqst *rqstp, struct nlm_args *argp, void *resp) argument
254 nlm4svc_proc_lock_msg(struct svc_rqst *rqstp, struct nlm_args *argp, void *resp) argument
268 nlm4svc_proc_cancel_msg(struct svc_rqst *rqstp, struct nlm_args *argp, void *resp) argument
282 nlm4svc_proc_unlock_msg(struct svc_rqst *rqstp, struct nlm_args *argp, void *resp) argument
296 nlm4svc_proc_granted_msg(struct svc_rqst *rqstp, struct nlm_args *argp, void *resp) argument
313 nlm4svc_proc_share(struct svc_rqst *rqstp, struct nlm_args *argp, struct nlm_res *resp) argument
346 nlm4svc_proc_unshare(struct svc_rqst *rqstp, struct nlm_args *argp, struct nlm_res *resp) argument
379 nlm4svc_proc_nm_lock(struct svc_rqst *rqstp, struct nlm_args *argp, struct nlm_res *resp) argument
392 nlm4svc_proc_free_all(struct svc_rqst *rqstp, struct nlm_args *argp, void *resp) argument
410 nlm4svc_proc_sm_notify(struct svc_rqst *rqstp, struct nlm_reboot *argp, void *resp) argument
[all...]
H A Dsvcproc.c60 nlmsvc_retrieve_args(struct svc_rqst *rqstp, struct nlm_args *argp, argument
65 struct nlm_lock *lock = &argp->lock;
83 || (argp->monitor && !host->h_monitored && nsm_monitor(host) < 0))
110 nlmsvc_proc_null(struct svc_rqst *rqstp, void *argp, void *resp) argument
120 nlmsvc_proc_test(struct svc_rqst *rqstp, struct nlm_args *argp, argument
127 resp->cookie = argp->cookie;
136 if ((resp->status = nlmsvc_retrieve_args(rqstp, argp, &host, &file)))
140 resp->status = cast_status(nlmsvc_testlock(file, &argp->lock, &resp->lock));
150 nlmsvc_proc_lock(struct svc_rqst *rqstp, struct nlm_args *argp, argument
158 resp->cookie = argp
182 nlmsvc_proc_cancel(struct svc_rqst *rqstp, struct nlm_args *argp, struct nlm_res *resp) argument
215 nlmsvc_proc_unlock(struct svc_rqst *rqstp, struct nlm_args *argp, struct nlm_res *resp) argument
249 nlmsvc_proc_granted(struct svc_rqst *rqstp, struct nlm_args *argp, struct nlm_res *resp) argument
266 nlmsvc_proc_test_msg(struct svc_rqst *rqstp, struct nlm_args *argp, void *resp) argument
282 nlmsvc_proc_lock_msg(struct svc_rqst *rqstp, struct nlm_args *argp, void *resp) argument
296 nlmsvc_proc_cancel_msg(struct svc_rqst *rqstp, struct nlm_args *argp, void *resp) argument
310 nlmsvc_proc_unlock_msg(struct svc_rqst *rqstp, struct nlm_args *argp, void *resp) argument
324 nlmsvc_proc_granted_msg(struct svc_rqst *rqstp, struct nlm_args *argp, void *resp) argument
341 nlmsvc_proc_share(struct svc_rqst *rqstp, struct nlm_args *argp, struct nlm_res *resp) argument
374 nlmsvc_proc_unshare(struct svc_rqst *rqstp, struct nlm_args *argp, struct nlm_res *resp) argument
407 nlmsvc_proc_nm_lock(struct svc_rqst *rqstp, struct nlm_args *argp, struct nlm_res *resp) argument
420 nlmsvc_proc_free_all(struct svc_rqst *rqstp, struct nlm_args *argp, void *resp) argument
438 nlmsvc_proc_sm_notify(struct svc_rqst *rqstp, struct nlm_reboot *argp, void *resp) argument
[all...]
H A Dxdr.c243 nlmsvc_decode_testargs(struct svc_rqst *rqstp, u32 *p, nlm_args *argp) argument
247 if (!(p = nlm_decode_cookie(p, &argp->cookie)))
251 if (!(p = nlm_decode_lock(p, &argp->lock)))
254 argp->lock.fl.fl_type = F_WRLCK;
268 nlmsvc_decode_lockargs(struct svc_rqst *rqstp, u32 *p, nlm_args *argp) argument
272 if (!(p = nlm_decode_cookie(p, &argp->cookie)))
274 argp->block = ntohl(*p++);
276 if (!(p = nlm_decode_lock(p, &argp->lock)))
279 argp->lock.fl.fl_type = F_WRLCK;
280 argp
288 nlmsvc_decode_cancargs(struct svc_rqst *rqstp, u32 *p, nlm_args *argp) argument
304 nlmsvc_decode_unlockargs(struct svc_rqst *rqstp, u32 *p, nlm_args *argp) argument
314 nlmsvc_decode_shareargs(struct svc_rqst *rqstp, u32 *p, nlm_args *argp) argument
353 nlmsvc_decode_notify(struct svc_rqst *rqstp, u32 *p, struct nlm_args *argp) argument
365 nlmsvc_decode_reboot(struct svc_rqst *rqstp, u32 *p, struct nlm_reboot *argp) argument
413 nlmclt_encode_testargs(struct rpc_rqst *req, u32 *p, nlm_args *argp) argument
461 nlmclt_encode_lockargs(struct rpc_rqst *req, u32 *p, nlm_args *argp) argument
478 nlmclt_encode_cancargs(struct rpc_rqst *req, u32 *p, nlm_args *argp) argument
493 nlmclt_encode_unlockargs(struct rpc_rqst *req, u32 *p, nlm_args *argp) argument
[all...]
H A Dxdr4.c249 nlm4svc_decode_testargs(struct svc_rqst *rqstp, u32 *p, nlm_args *argp) argument
253 if (!(p = nlm4_decode_cookie(p, &argp->cookie)))
257 if (!(p = nlm4_decode_lock(p, &argp->lock)))
260 argp->lock.fl.fl_type = F_WRLCK;
274 nlm4svc_decode_lockargs(struct svc_rqst *rqstp, u32 *p, nlm_args *argp) argument
278 if (!(p = nlm4_decode_cookie(p, &argp->cookie)))
280 argp->block = ntohl(*p++);
282 if (!(p = nlm4_decode_lock(p, &argp->lock)))
285 argp->lock.fl.fl_type = F_WRLCK;
286 argp
294 nlm4svc_decode_cancargs(struct svc_rqst *rqstp, u32 *p, nlm_args *argp) argument
310 nlm4svc_decode_unlockargs(struct svc_rqst *rqstp, u32 *p, nlm_args *argp) argument
320 nlm4svc_decode_shareargs(struct svc_rqst *rqstp, u32 *p, nlm_args *argp) argument
359 nlm4svc_decode_notify(struct svc_rqst *rqstp, u32 *p, struct nlm_args *argp) argument
371 nlm4svc_decode_reboot(struct svc_rqst *rqstp, u32 *p, struct nlm_reboot *argp) argument
419 nlm4clt_encode_testargs(struct rpc_rqst *req, u32 *p, nlm_args *argp) argument
467 nlm4clt_encode_lockargs(struct rpc_rqst *req, u32 *p, nlm_args *argp) argument
484 nlm4clt_encode_cancargs(struct rpc_rqst *req, u32 *p, nlm_args *argp) argument
499 nlm4clt_encode_unlockargs(struct rpc_rqst *req, u32 *p, nlm_args *argp) argument
[all...]
H A Dsvcshare.c28 struct nlm_args *argp)
31 struct xdr_netobj *oh = &argp->lock.oh;
37 if ((argp->fsm_access & share->s_mode)
38 || (argp->fsm_mode & share->s_access ))
59 share->s_access = argp->fsm_access;
60 share->s_mode = argp->fsm_mode;
69 struct nlm_args *argp)
72 struct xdr_netobj *oh = &argp->lock.oh;
27 nlmsvc_share_file(struct nlm_host *host, struct nlm_file *file, struct nlm_args *argp) argument
68 nlmsvc_unshare_file(struct nlm_host *host, struct nlm_file *file, struct nlm_args *argp) argument
H A Dmon.c143 xdr_encode_mon(struct rpc_rqst *rqstp, u32 *p, struct nsm_args *argp) argument
146 u32 addr = ntohl(argp->addr);
149 htonl(argp->addr), htonl(argp->prog),
150 htonl(argp->vers), htonl(argp->proc));
163 *p++ = htonl(argp->prog);
164 *p++ = htonl(argp->vers);
165 *p++ = htonl(argp->proc);
169 *p++ = argp
[all...]
H A Dclntproc.c50 struct nlm_args *argp = &req->a_args; local
51 struct nlm_lock *lock = &argp->lock;
53 nlmclnt_next_cookie(&argp->cookie);
54 argp->state = nsm_local_state;
241 struct nlm_args *argp = &req->a_args; local
243 struct file *filp = argp->lock.fl.fl_file;
251 msg.rpc_argp = argp;
259 if (host->h_reclaiming && !argp->reclaim) {
290 if (argp->reclaim) {
324 struct nlm_args *argp local
351 struct nlm_args *argp = &req->a_args; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/
H A Dfilesystems.c20 asmlinkage sys_nfsservctl(int cmd, void *argp, void *resp) argument
31 ret = nfsd_linkage->do_nfsservctl(cmd, argp, resp);
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/ss/
H A Dexecute_cmd.c170 char **argp; local
173 for (argp = argv; *argp; argp++)
175 argp = (char **)malloc((argc+1)*sizeof(char *));
177 argp[i] = argv[i];
178 i = really_execute_command(sci_idx, argc, &argp);
179 free(argp);
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/sunrpc/
H A Dsvcauth.c87 struct svc_buf *argp = &rqstp->rq_argbuf; local
90 if ((argp->len -= 3) < 0) {
94 if (*(argp->buf)++ != 0) { /* we already skipped the flavor */
99 if (*(argp->buf)++ != RPC_AUTH_NULL || *(argp->buf)++ != 0) {
119 struct svc_buf *argp = &rqstp->rq_argbuf; local
122 u32 *bufp = argp->buf, slen, i;
123 int len = argp->len;
154 argp->buf = bufp;
155 argp
[all...]
H A Dsvcauth_des.c59 struct svc_buf *argp = &rqstp->rq_argbuf; local
65 u32 *p = argp->buf;
66 int len = argp->len, slen, i;
70 if ((argp->len -= 3) < 0) {
H A Dsvc.c233 struct svc_buf * argp = &rqstp->rq_argbuf; local
241 bufp = argp->buf;
243 if (argp->len < 5)
262 argp->buf += 5;
263 argp->len -= 5;
308 /* Initialize storage for argp and resp */
360 printk("svc: short len %d, dropping request\n", argp->len);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A DcpqfcTSioctl.h54 void *argp; /* Argument pointer */ member in struct:__anon2270
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/sunrpc/
H A Dsvc.h84 #define svc_getlong(argp, val) { (val) = *(argp)->buf++; (argp)->len--; }
164 typedef int (*svc_procfunc)(struct svc_rqst *, void *argp, void *resp);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/sunrpc/
H A Dsvc.h84 #define svc_getlong(argp, val) { (val) = *(argp)->buf++; (argp)->len--; }
164 typedef int (*svc_procfunc)(struct svc_rqst *, void *argp, void *resp);
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/ui/
H A Dui_pcicmds.c93 char *argp; local
100 argp = cmd_getarg(cmd,0);
102 if (argp == NULL) {
117 p = argp; n = 0;
158 printf("invalid PCI tuple %s\n", argp);
/asus-wl-520gu-7.0.1.45/src/router/libbcmcrypto/openssl/
H A Dossl_typ.h168 int idx, long argl, void *argp);
170 int idx, long argl, void *argp);
172 int idx, long argl, void *argp);
H A Decdh.h97 int ECDH_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dmore.c42 #define setTermSettings(fd,argp) tcsetattr(fd,TCSANOW,argp)
43 #define getTermSettings(fd,argp) tcgetattr(fd, argp);
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/src/genlib/net/http/
H A Dhttpreadwrite.c299 va_list argp; local
309 va_start( argp, fmt );
314 va_arg( argp, struct SendInstruction * );
337 filename = ( char * )va_arg( argp, char * );
453 va_end( argp );
463 buf = ( char * )va_arg( argp, char * );
465 buf_length = ( size_t ) va_arg( argp, size_t );
479 va_end( argp );
1670 va_list argp; local
1676 va_start( argp, fm
[all...]

Completed in 227 milliseconds

1234