Searched refs:resp (Results 1 - 25 of 152) sorted by relevance

1234567

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/miscutils/
H A Dtime.c64 static int resuse_end(pid_t pid, resource_t * resp) argument
71 while ((caught = wait3(&status, 0, &resp->ru)) != pid) {
75 resp->elapsed_ms = (monotonic_us() / 1000) - resp->elapsed_ms;
76 resp->waitstatus = status;
165 static void summarize(const char *fmt, char **command, resource_t * resp) argument
170 if (WIFSTOPPED(resp->waitstatus))
172 WSTOPSIG(resp->waitstatus));
173 else if (WIFSIGNALED(resp->waitstatus))
175 WTERMSIG(resp
378 run_command(char *const *cmd, resource_t * resp) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/nfsd/
H A Dnfs2acl.c19 #define RETURN_STATUS(st) { resp->status = (st); return (st); }
25 nfsacld_proc_null(struct svc_rqst *rqstp, void *argp, void *resp) argument
34 struct nfsd3_getaclargs *argp, struct nfsd3_getaclres *resp)
42 fh = fh_copy(&resp->fh, &argp->fh);
43 if ((nfserr = fh_verify(rqstp, &resp->fh, 0, MAY_NOP)))
48 resp->mask = argp->mask;
50 if (resp->mask & (NFS_ACL|NFS_ACLCNT)) {
68 resp->acl_access = acl;
70 if (resp->mask & (NFS_DFACL|NFS_DFACLCNT)) {
85 resp
33 nfsacld_proc_getacl(struct svc_rqst * rqstp, struct nfsd3_getaclargs *argp, struct nfsd3_getaclres *resp) argument
100 nfsacld_proc_setacl(struct svc_rqst * rqstp, struct nfsd3_setaclargs *argp, struct nfsd_attrstat *resp) argument
131 nfsacld_proc_getattr(struct svc_rqst * rqstp, struct nfsd_fhandle *argp, struct nfsd_attrstat *resp) argument
143 nfsacld_proc_access(struct svc_rqst *rqstp, struct nfsd3_accessargs *argp, struct nfsd3_accessres *resp) argument
220 nfsaclsvc_encode_getaclres(struct svc_rqst *rqstp, __be32 *p, struct nfsd3_getaclres *resp) argument
262 nfsaclsvc_encode_attrstatres(struct svc_rqst *rqstp, __be32 *p, struct nfsd_attrstat *resp) argument
270 nfsaclsvc_encode_accessres(struct svc_rqst *rqstp, __be32 *p, struct nfsd3_accessres *resp) argument
281 nfsaclsvc_release_getacl(struct svc_rqst *rqstp, __be32 *p, struct nfsd3_getaclres *resp) argument
290 nfsaclsvc_release_attrstat(struct svc_rqst *rqstp, __be32 *p, struct nfsd_attrstat *resp) argument
297 nfsaclsvc_release_access(struct svc_rqst *rqstp, __be32 *p, struct nfsd3_accessres *resp) argument
[all...]
H A Dnfs3proc.c30 #define RETURN_STATUS(st) { resp->status = (st); return (st); }
47 nfsd3_proc_null(struct svc_rqst *rqstp, void *argp, void *resp) argument
57 struct nfsd3_attrstat *resp)
65 fh_copy(&resp->fh, &argp->fh);
66 nfserr = fh_verify(rqstp, &resp->fh, 0, MAY_NOP);
70 err = vfs_getattr(resp->fh.fh_export->ex_mnt,
71 resp->fh.fh_dentry, &resp->stat);
82 struct nfsd3_attrstat *resp)
89 fh_copy(&resp
56 nfsd3_proc_getattr(struct svc_rqst *rqstp, struct nfsd_fhandle *argp, struct nfsd3_attrstat *resp) argument
81 nfsd3_proc_setattr(struct svc_rqst *rqstp, struct nfsd3_sattrargs *argp, struct nfsd3_attrstat *resp) argument
99 nfsd3_proc_lookup(struct svc_rqst *rqstp, struct nfsd3_diropargs *argp, struct nfsd3_diropres *resp) argument
123 nfsd3_proc_access(struct svc_rqst *rqstp, struct nfsd3_accessargs *argp, struct nfsd3_accessres *resp) argument
142 nfsd3_proc_readlink(struct svc_rqst *rqstp, struct nfsd3_readlinkargs *argp, struct nfsd3_readlinkres *resp) argument
160 nfsd3_proc_read(struct svc_rqst *rqstp, struct nfsd3_readargs *argp, struct nfsd3_readres *resp) argument
200 nfsd3_proc_write(struct svc_rqst *rqstp, struct nfsd3_writeargs *argp, struct nfsd3_writeres *resp) argument
228 nfsd3_proc_create(struct svc_rqst *rqstp, struct nfsd3_createargs *argp, struct nfsd3_diropres *resp) argument
270 nfsd3_proc_mkdir(struct svc_rqst *rqstp, struct nfsd3_createargs *argp, struct nfsd3_diropres *resp) argument
290 nfsd3_proc_symlink(struct svc_rqst *rqstp, struct nfsd3_symlinkargs *argp, struct nfsd3_diropres *resp) argument
312 nfsd3_proc_mknod(struct svc_rqst *rqstp, struct nfsd3_mknodargs *argp, struct nfsd3_diropres *resp) argument
349 nfsd3_proc_remove(struct svc_rqst *rqstp, struct nfsd3_diropargs *argp, struct nfsd3_attrstat *resp) argument
369 nfsd3_proc_rmdir(struct svc_rqst *rqstp, struct nfsd3_diropargs *argp, struct nfsd3_attrstat *resp) argument
385 nfsd3_proc_rename(struct svc_rqst *rqstp, struct nfsd3_renameargs *argp, struct nfsd3_renameres *resp) argument
407 nfsd3_proc_link(struct svc_rqst *rqstp, struct nfsd3_linkargs *argp, struct nfsd3_linkres *resp) argument
430 nfsd3_proc_readdir(struct svc_rqst *rqstp, struct nfsd3_readdirargs *argp, struct nfsd3_readdirres *resp) argument
466 nfsd3_proc_readdirplus(struct svc_rqst *rqstp, struct nfsd3_readdirargs *argp, struct nfsd3_readdirres *resp) argument
525 nfsd3_proc_fsstat(struct svc_rqst * rqstp, struct nfsd_fhandle *argp, struct nfsd3_fsstatres *resp) argument
542 nfsd3_proc_fsinfo(struct svc_rqst * rqstp, struct nfsd_fhandle *argp, struct nfsd3_fsinfores *resp) argument
584 nfsd3_proc_pathconf(struct svc_rqst * rqstp, struct nfsd_fhandle *argp, struct nfsd3_pathconfres *resp) argument
627 nfsd3_proc_commit(struct svc_rqst * rqstp, struct nfsd3_commitargs *argp, struct nfsd3_commitres *resp) argument
[all...]
H A Dnfs3acl.c17 #define RETURN_STATUS(st) { resp->status = (st); return (st); }
23 nfsd3_proc_null(struct svc_rqst *rqstp, void *argp, void *resp) argument
32 struct nfsd3_getaclargs *argp, struct nfsd3_getaclres *resp)
38 fh = fh_copy(&resp->fh, &argp->fh);
39 if ((nfserr = fh_verify(rqstp, &resp->fh, 0, MAY_NOP)))
44 resp->mask = argp->mask;
46 if (resp->mask & (NFS_ACL|NFS_ACLCNT)) {
64 resp->acl_access = acl;
66 if (resp->mask & (NFS_DFACL|NFS_DFACLCNT)) {
81 resp
31 nfsd3_proc_getacl(struct svc_rqst * rqstp, struct nfsd3_getaclargs *argp, struct nfsd3_getaclres *resp) argument
96 nfsd3_proc_setacl(struct svc_rqst * rqstp, struct nfsd3_setaclargs *argp, struct nfsd3_attrstat *resp) argument
166 nfs3svc_encode_getaclres(struct svc_rqst *rqstp, __be32 *p, struct nfsd3_getaclres *resp) argument
211 nfs3svc_encode_setaclres(struct svc_rqst *rqstp, __be32 *p, struct nfsd3_attrstat *resp) argument
222 nfs3svc_release_getacl(struct svc_rqst *rqstp, __be32 *p, struct nfsd3_getaclres *resp) argument
[all...]
H A Dnfsproc.c35 nfsd_proc_null(struct svc_rqst *rqstp, void *argp, void *resp) argument
41 nfsd_return_attrs(__be32 err, struct nfsd_attrstat *resp) argument
44 return nfserrno(vfs_getattr(resp->fh.fh_export->ex_mnt,
45 resp->fh.fh_dentry,
46 &resp->stat));
49 nfsd_return_dirop(__be32 err, struct nfsd_diropres *resp) argument
52 return nfserrno(vfs_getattr(resp->fh.fh_export->ex_mnt,
53 resp->fh.fh_dentry,
54 &resp->stat));
58 * N.B. After this call resp
61 nfsd_proc_getattr(struct svc_rqst *rqstp, struct nfsd_fhandle *argp, struct nfsd_attrstat *resp) argument
77 nfsd_proc_setattr(struct svc_rqst *rqstp, struct nfsd_sattrargs *argp, struct nfsd_attrstat *resp) argument
97 nfsd_proc_lookup(struct svc_rqst *rqstp, struct nfsd_diropargs *argp, struct nfsd_diropres *resp) argument
117 nfsd_proc_readlink(struct svc_rqst *rqstp, struct nfsd_readlinkargs *argp, struct nfsd_readlinkres *resp) argument
137 nfsd_proc_read(struct svc_rqst *rqstp, struct nfsd_readargs *argp, struct nfsd_readres *resp) argument
177 nfsd_proc_write(struct svc_rqst *rqstp, struct nfsd_writeargs *argp, struct nfsd_attrstat *resp) argument
202 nfsd_proc_create(struct svc_rqst *rqstp, struct nfsd_createargs *argp, struct nfsd_diropres *resp) argument
354 nfsd_proc_remove(struct svc_rqst *rqstp, struct nfsd_diropargs *argp, void *resp) argument
369 nfsd_proc_rename(struct svc_rqst *rqstp, struct nfsd_renameargs *argp, void *resp) argument
387 nfsd_proc_link(struct svc_rqst *rqstp, struct nfsd_linkargs *argp, void *resp) argument
407 nfsd_proc_symlink(struct svc_rqst *rqstp, struct nfsd_symlinkargs *argp, void *resp) argument
436 nfsd_proc_mkdir(struct svc_rqst *rqstp, struct nfsd_createargs *argp, struct nfsd_diropres *resp) argument
460 nfsd_proc_rmdir(struct svc_rqst *rqstp, struct nfsd_diropargs *argp, void *resp) argument
476 nfsd_proc_readdir(struct svc_rqst *rqstp, struct nfsd_readdirargs *argp, struct nfsd_readdirres *resp) argument
516 nfsd_proc_statfs(struct svc_rqst * rqstp, struct nfsd_fhandle *argp, struct nfsd_statfsres *resp) argument
[all...]
H A Dnfs3xdr.c644 struct nfsd3_attrstat *resp)
646 if (resp->status == 0)
647 p = encode_fattr3(rqstp, p, &resp->fh, &resp->stat);
654 struct nfsd3_attrstat *resp)
656 p = encode_wcc_data(rqstp, p, &resp->fh);
663 struct nfsd3_diropres *resp)
665 if (resp->status == 0) {
666 p = encode_fh(p, &resp->fh);
667 p = encode_post_op_attr(rqstp, p, &resp
643 nfs3svc_encode_attrstat(struct svc_rqst *rqstp, __be32 *p, struct nfsd3_attrstat *resp) argument
653 nfs3svc_encode_wccstat(struct svc_rqst *rqstp, __be32 *p, struct nfsd3_attrstat *resp) argument
662 nfs3svc_encode_diropres(struct svc_rqst *rqstp, __be32 *p, struct nfsd3_diropres *resp) argument
675 nfs3svc_encode_accessres(struct svc_rqst *rqstp, __be32 *p, struct nfsd3_accessres *resp) argument
686 nfs3svc_encode_readlinkres(struct svc_rqst *rqstp, __be32 *p, struct nfsd3_readlinkres *resp) argument
707 nfs3svc_encode_readres(struct svc_rqst *rqstp, __be32 *p, struct nfsd3_readres *resp) argument
731 nfs3svc_encode_writeres(struct svc_rqst *rqstp, __be32 *p, struct nfsd3_writeres *resp) argument
746 nfs3svc_encode_createres(struct svc_rqst *rqstp, __be32 *p, struct nfsd3_diropres *resp) argument
760 nfs3svc_encode_renameres(struct svc_rqst *rqstp, __be32 *p, struct nfsd3_renameres *resp) argument
770 nfs3svc_encode_linkres(struct svc_rqst *rqstp, __be32 *p, struct nfsd3_linkres *resp) argument
780 nfs3svc_encode_readdirres(struct svc_rqst *rqstp, __be32 *p, struct nfsd3_readdirres *resp) argument
1037 nfs3svc_encode_fsstatres(struct svc_rqst *rqstp, __be32 *p, struct nfsd3_fsstatres *resp) argument
1059 nfs3svc_encode_fsinfores(struct svc_rqst *rqstp, __be32 *p, struct nfsd3_fsinfores *resp) argument
1083 nfs3svc_encode_pathconfres(struct svc_rqst *rqstp, __be32 *p, struct nfsd3_pathconfres *resp) argument
1102 nfs3svc_encode_commitres(struct svc_rqst *rqstp, __be32 *p, struct nfsd3_commitres *resp) argument
1118 nfs3svc_release_fhandle(struct svc_rqst *rqstp, __be32 *p, struct nfsd3_attrstat *resp) argument
1126 nfs3svc_release_fhandle2(struct svc_rqst *rqstp, __be32 *p, struct nfsd3_fhandle_pair *resp) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/lockd/
H A Dsvc4proc.c72 nlm4svc_proc_null(struct svc_rqst *rqstp, void *argp, void *resp) argument
83 struct nlm_res *resp)
89 resp->cookie = argp->cookie;
93 resp->status = nlm_lck_denied_grace_period;
98 if ((resp->status = nlm4svc_retrieve_args(rqstp, argp, &host, &file)))
99 return resp->status == nlm_drop_reply ? rpc_drop_reply :rpc_success;
102 resp->status = nlmsvc_testlock(rqstp, file, &argp->lock, &resp->lock, &resp->cookie);
103 if (resp
82 nlm4svc_proc_test(struct svc_rqst *rqstp, struct nlm_args *argp, struct nlm_res *resp) argument
113 nlm4svc_proc_lock(struct svc_rqst *rqstp, struct nlm_args *argp, struct nlm_res *resp) argument
147 nlm4svc_proc_cancel(struct svc_rqst *rqstp, struct nlm_args *argp, struct nlm_res *resp) argument
180 nlm4svc_proc_unlock(struct svc_rqst *rqstp, struct nlm_args *argp, struct nlm_res *resp) argument
214 nlm4svc_proc_granted(struct svc_rqst *rqstp, struct nlm_args *argp, struct nlm_res *resp) argument
278 nlm4svc_proc_test_msg(struct svc_rqst *rqstp, struct nlm_args *argp, void *resp) argument
285 nlm4svc_proc_lock_msg(struct svc_rqst *rqstp, struct nlm_args *argp, void *resp) argument
292 nlm4svc_proc_cancel_msg(struct svc_rqst *rqstp, struct nlm_args *argp, void *resp) argument
299 nlm4svc_proc_unlock_msg(struct svc_rqst *rqstp, struct nlm_args *argp, void *resp) argument
306 nlm4svc_proc_granted_msg(struct svc_rqst *rqstp, struct nlm_args *argp, void *resp) argument
317 nlm4svc_proc_share(struct svc_rqst *rqstp, struct nlm_args *argp, struct nlm_res *resp) argument
350 nlm4svc_proc_unshare(struct svc_rqst *rqstp, struct nlm_args *argp, struct nlm_res *resp) argument
383 nlm4svc_proc_nm_lock(struct svc_rqst *rqstp, struct nlm_args *argp, struct nlm_res *resp) argument
396 nlm4svc_proc_free_all(struct svc_rqst *rqstp, struct nlm_args *argp, void *resp) argument
414 nlm4svc_proc_sm_notify(struct svc_rqst *rqstp, struct nlm_reboot *argp, void *resp) argument
444 nlm4svc_proc_granted_res(struct svc_rqst *rqstp, struct nlm_res *argp, void *resp) argument
[all...]
H A Dsvcproc.c101 nlmsvc_proc_null(struct svc_rqst *rqstp, void *argp, void *resp) argument
112 struct nlm_res *resp)
118 resp->cookie = argp->cookie;
122 resp->status = nlm_lck_denied_grace_period;
127 if ((resp->status = nlmsvc_retrieve_args(rqstp, argp, &host, &file)))
128 return resp->status == nlm_drop_reply ? rpc_drop_reply :rpc_success;
131 resp->status = cast_status(nlmsvc_testlock(rqstp, file, &argp->lock, &resp->lock, &resp->cookie));
132 if (resp
111 nlmsvc_proc_test(struct svc_rqst *rqstp, struct nlm_args *argp, struct nlm_res *resp) argument
143 nlmsvc_proc_lock(struct svc_rqst *rqstp, struct nlm_args *argp, struct nlm_res *resp) argument
177 nlmsvc_proc_cancel(struct svc_rqst *rqstp, struct nlm_args *argp, struct nlm_res *resp) argument
210 nlmsvc_proc_unlock(struct svc_rqst *rqstp, struct nlm_args *argp, struct nlm_res *resp) argument
244 nlmsvc_proc_granted(struct svc_rqst *rqstp, struct nlm_args *argp, struct nlm_res *resp) argument
308 nlmsvc_proc_test_msg(struct svc_rqst *rqstp, struct nlm_args *argp, void *resp) argument
315 nlmsvc_proc_lock_msg(struct svc_rqst *rqstp, struct nlm_args *argp, void *resp) argument
322 nlmsvc_proc_cancel_msg(struct svc_rqst *rqstp, struct nlm_args *argp, void *resp) argument
330 nlmsvc_proc_unlock_msg(struct svc_rqst *rqstp, struct nlm_args *argp, void *resp) argument
338 nlmsvc_proc_granted_msg(struct svc_rqst *rqstp, struct nlm_args *argp, void *resp) argument
349 nlmsvc_proc_share(struct svc_rqst *rqstp, struct nlm_args *argp, struct nlm_res *resp) argument
382 nlmsvc_proc_unshare(struct svc_rqst *rqstp, struct nlm_args *argp, struct nlm_res *resp) argument
415 nlmsvc_proc_nm_lock(struct svc_rqst *rqstp, struct nlm_args *argp, struct nlm_res *resp) argument
428 nlmsvc_proc_free_all(struct svc_rqst *rqstp, struct nlm_args *argp, void *resp) argument
446 nlmsvc_proc_sm_notify(struct svc_rqst *rqstp, struct nlm_reboot *argp, void *resp) argument
476 nlmsvc_proc_granted_res(struct svc_rqst *rqstp, struct nlm_res *argp, void *resp) argument
[all...]
H A Dxdr4.c190 nlm4_encode_testres(__be32 *p, struct nlm_res *resp) argument
194 dprintk("xdr: before encode_testres (p %p resp %p)\n", p, resp);
195 if (!(p = nlm4_encode_cookie(p, &resp->cookie)))
197 *p++ = resp->status;
199 if (resp->status == nlm_lck_denied) {
200 struct file_lock *fl = &resp->lock.fl;
203 *p++ = htonl(resp->lock.svid);
206 if (!(p = xdr_encode_netobj(p, &resp->lock.oh)))
218 resp
248 nlm4svc_encode_testres(struct svc_rqst *rqstp, __be32 *p, struct nlm_res *resp) argument
323 nlm4svc_encode_shareres(struct svc_rqst *rqstp, __be32 *p, struct nlm_res *resp) argument
333 nlm4svc_encode_res(struct svc_rqst *rqstp, __be32 *p, struct nlm_res *resp) argument
367 nlm4svc_decode_res(struct svc_rqst *rqstp, __be32 *p, struct nlm_res *resp) argument
413 nlm4clt_decode_testres(struct rpc_rqst *req, __be32 *p, struct nlm_res *resp) argument
494 nlm4clt_encode_res(struct rpc_rqst *req, __be32 *p, struct nlm_res *resp) argument
504 nlm4clt_encode_testres(struct rpc_rqst *req, __be32 *p, struct nlm_res *resp) argument
513 nlm4clt_decode_res(struct rpc_rqst *req, __be32 *p, struct nlm_res *resp) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/infiniband/core/
H A Duverbs_cmd.c260 struct ib_uverbs_get_context_resp resp; local
267 if (out_len < sizeof resp)
281 (unsigned long) cmd.response + sizeof resp,
282 in_len - sizeof cmd, out_len - sizeof resp);
300 resp.num_comp_vectors = file->device->num_comp_vectors;
302 filp = ib_uverbs_alloc_event_file(file, 1, &resp.async_fd);
309 &resp, sizeof resp)) {
326 fd_install(resp.async_fd, filp);
333 put_unused_fd(resp
349 struct ib_uverbs_query_device_resp resp; local
418 struct ib_uverbs_query_port_resp resp; local
466 struct ib_uverbs_alloc_pd_resp resp; local
575 struct ib_uverbs_reg_mr_resp resp; local
714 struct ib_uverbs_create_comp_channel_resp resp; local
743 struct ib_uverbs_create_cq_resp resp; local
844 struct ib_uverbs_resize_cq_resp resp; local
881 struct ib_uverbs_poll_cq_resp *resp; local
967 struct ib_uverbs_destroy_cq_resp resp; local
1019 struct ib_uverbs_create_qp_resp resp; local
1158 struct ib_uverbs_query_qp_resp resp; local
1345 struct ib_uverbs_destroy_qp_resp resp; local
1400 struct ib_uverbs_post_send_resp resp; local
1632 struct ib_uverbs_post_recv_resp resp; local
1681 struct ib_uverbs_post_srq_recv_resp resp; local
1730 struct ib_uverbs_create_ah_resp resp; local
1940 struct ib_uverbs_create_srq_resp resp; local
2071 struct ib_uverbs_query_srq_resp resp; local
2111 struct ib_uverbs_destroy_srq_resp resp; local
[all...]
H A Ducma.c93 struct rdma_ucm_event_resp resp; member in struct:ucma_event
235 uevent->resp.uid = uevent->mc->uid;
236 uevent->resp.id = uevent->mc->id;
239 uevent->resp.uid = ctx->uid;
240 uevent->resp.id = ctx->id;
258 uevent->resp.event = event->event;
259 uevent->resp.status = event->status;
261 ucma_copy_ud_event(&uevent->resp.param.ud, &event->param.ud);
263 ucma_copy_conn_event(&uevent->resp.param.conn,
301 if (out_len < sizeof uevent->resp)
356 struct rdma_ucm_create_id_resp resp; local
465 struct rdma_ucm_destroy_id_resp resp; local
556 ucma_copy_ib_route(struct rdma_ucm_query_route_resp *resp, struct rdma_route *route) argument
589 struct rdma_ucm_query_route_resp resp; local
763 struct ib_uverbs_qp_attr resp; local
819 struct rdma_ucm_create_id_resp resp; local
878 struct rdma_ucm_destroy_id_resp resp; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/mmc/core/
H A Dmmc.c42 #define UNSTUFF_BITS(resp,start,size) \
50 __res = resp[__off] >> __shft; \
52 __res |= resp[__off-1] << ((32 - __shft) % 32); \
61 u32 *resp = card->raw_cid; local
70 card->cid.manfid = UNSTUFF_BITS(resp, 104, 24);
71 card->cid.prod_name[0] = UNSTUFF_BITS(resp, 96, 8);
72 card->cid.prod_name[1] = UNSTUFF_BITS(resp, 88, 8);
73 card->cid.prod_name[2] = UNSTUFF_BITS(resp, 80, 8);
74 card->cid.prod_name[3] = UNSTUFF_BITS(resp, 72, 8);
75 card->cid.prod_name[4] = UNSTUFF_BITS(resp, 6
117 u32 *resp = card->raw_csd; local
[all...]
H A Dsd.c46 #define UNSTUFF_BITS(resp,start,size) \
54 __res = resp[__off] >> __shft; \
56 __res |= resp[__off-1] << ((32 - __shft) % 32); \
65 u32 *resp = card->raw_cid; local
73 card->cid.manfid = UNSTUFF_BITS(resp, 120, 8);
74 card->cid.oemid = UNSTUFF_BITS(resp, 104, 16);
75 card->cid.prod_name[0] = UNSTUFF_BITS(resp, 96, 8);
76 card->cid.prod_name[1] = UNSTUFF_BITS(resp, 88, 8);
77 card->cid.prod_name[2] = UNSTUFF_BITS(resp, 80, 8);
78 card->cid.prod_name[3] = UNSTUFF_BITS(resp, 7
96 u32 *resp = card->raw_csd; local
168 u32 resp[4]; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/tests/
H A DHTTPServer.pm78 my $resp = HTTP::Response->new ($code, $msg);
79 print STDERR "HTTP::Response: \n", $resp->as_string if $log;
83 $resp->header($name => $value);
85 print STDERR "HTTP::Response with headers: \n", $resp->as_string if $log;
92 $con->send_basic_header($url_rec->{code}, $resp->message, $resp->protocol);
93 print $con $resp->headers_as_string($CRLF);
105 $resp->header("Accept-Ranges" => "bytes");
106 $resp->header("Content-Length" => $len);
107 $resp
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/wireless/libertas/
H A Dcmdresp.c119 u16 type, struct cmd_ds_command *resp)
129 struct cmd_ds_mac_reg_access *reg = &resp->params.macreg;
138 struct cmd_ds_bbp_reg_access *reg = &resp->params.bbpreg;
147 struct cmd_ds_rf_reg_access *reg = &resp->params.rfreg;
163 struct cmd_ds_command *resp)
166 struct cmd_ds_get_hw_spec *hwspec = &resp->params.hwspec;
226 struct cmd_ds_command *resp)
228 struct cmd_ds_802_11_sleep_params *sp = &resp->params.sleep_params;
250 struct cmd_ds_command *resp)
254 struct cmd_ds_802_11_get_stat *p11Stat = &resp
118 wlan_ret_reg_access(wlan_private * priv, u16 type, struct cmd_ds_command *resp) argument
162 wlan_ret_get_hw_spec(wlan_private * priv, struct cmd_ds_command *resp) argument
225 wlan_ret_802_11_sleep_params(wlan_private * priv, struct cmd_ds_command *resp) argument
249 wlan_ret_802_11_stat(wlan_private * priv, struct cmd_ds_command *resp) argument
264 wlan_ret_802_11_snmp_mib(wlan_private * priv, struct cmd_ds_command *resp) argument
306 wlan_ret_802_11_key_material(wlan_private * priv, struct cmd_ds_command *resp) argument
361 wlan_ret_802_11_mac_address(wlan_private * priv, struct cmd_ds_command *resp) argument
375 wlan_ret_802_11_rf_tx_power(wlan_private * priv, struct cmd_ds_command *resp) argument
391 wlan_ret_802_11_rf_antenna(wlan_private * priv, struct cmd_ds_command *resp) argument
410 wlan_ret_802_11_rate_adapt_rateset(wlan_private * priv, struct cmd_ds_command *resp) argument
427 wlan_ret_802_11_data_rate(wlan_private * priv, struct cmd_ds_command *resp) argument
450 wlan_ret_802_11_rf_channel(wlan_private * priv, struct cmd_ds_command *resp) argument
473 wlan_ret_802_11_rssi(wlan_private * priv, struct cmd_ds_command *resp) argument
500 wlan_ret_802_11_eeprom_access(wlan_private * priv, struct cmd_ds_command *resp) argument
525 wlan_ret_get_log(wlan_private * priv, struct cmd_ds_command *resp) argument
540 libertas_ret_802_11_enable_rsn(wlan_private * priv, struct cmd_ds_command *resp) argument
558 handle_cmd_response(u16 respcmd, struct cmd_ds_command *resp, wlan_private *priv) argument
741 struct cmd_ds_command *resp; local
[all...]
H A Djoin.h33 struct cmd_ds_command *resp);
35 struct cmd_ds_command *resp);
37 struct cmd_ds_command *resp);
39 struct cmd_ds_command *resp);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dmk-ca-bundle.pl76 my $resp;
82 $resp = $ua->mirror($url, $txt);
83 if ($resp && $resp->code eq '304') {
89 my $currentdate = scalar gmtime($resp ? $resp->last_modified : (stat($txt))[9]);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.07.26/
H A Dtivo_commands.c36 char * resp; local
39 len = asprintf(&resp, "<?xml version='1.0' encoding='UTF-8' ?>\n"
88 BuildResp_upnphttp(h, resp, len);
89 free(resp);
127 memcpy(passed_args->resp+passed_args->size, &str_buf, ret+1);
132 memcpy(passed_args->resp+passed_args->size, &str_buf, ret+1);
143 memcpy(passed_args->resp+passed_args->size, &str_buf, ret+1);
151 memcpy(passed_args->resp+passed_args->size, &str_buf, ret+1);
157 memcpy(passed_args->resp+passed_args->size, &str_buf, ret+1);
170 memcpy(passed_args->resp
312 char * resp = malloc(32768); local
346 char * resp = malloc(262144); local
[all...]
H A Dupnpsoap.h22 char *resp; member in struct:Response
H A Dupnpsoap.c71 static const char resp[] = local
80 bodylen = snprintf(body, sizeof(body), resp,
89 static const char resp[] = local
98 bodylen = snprintf(body, sizeof(body), resp,
107 static const char resp[] = local
119 bodylen = asprintf(&body, resp,
129 static const char resp[] = local
143 bodylen = snprintf(body, sizeof(body), resp,
152 static const char resp[] = local
161 bodylen = snprintf(body, sizeof(body), resp,
171 static const char resp[] = local
190 static const char resp[] = local
869 char *resp = malloc(1048576); local
1042 char *resp = malloc(1048576); local
1281 static const char resp[] = local
1397 static const char resp[] = local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna/
H A Dtivo_commands.c36 char * resp; local
39 len = asprintf(&resp, "<?xml version='1.0' encoding='UTF-8' ?>\n"
88 BuildResp_upnphttp(h, resp, len);
89 free(resp);
127 memcpy(passed_args->resp+passed_args->size, &str_buf, ret+1);
132 memcpy(passed_args->resp+passed_args->size, &str_buf, ret+1);
143 memcpy(passed_args->resp+passed_args->size, &str_buf, ret+1);
151 memcpy(passed_args->resp+passed_args->size, &str_buf, ret+1);
156 memcpy(passed_args->resp+passed_args->size, &str_buf, ret+1);
169 memcpy(passed_args->resp
292 char * resp = malloc(32768); local
326 char * resp = malloc(262144); local
[all...]
H A Dupnpsoap.h22 char *resp; member in struct:Response
H A Dupnpsoap.c71 static const char resp[] = local
80 bodylen = snprintf(body, sizeof(body), resp,
89 static const char resp[] = local
98 bodylen = snprintf(body, sizeof(body), resp,
107 static const char resp[] = local
119 bodylen = asprintf(&body, resp,
129 static const char resp[] = local
143 bodylen = snprintf(body, sizeof(body), resp,
152 static const char resp[] = local
161 bodylen = snprintf(body, sizeof(body), resp,
171 static const char resp[] = local
190 static const char resp[] = local
861 char *resp = malloc(1048576); local
1034 char *resp = malloc(1048576); local
1273 static const char resp[] = local
1389 static const char resp[] = local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/gadget/
H A Drndis.c163 rndis_query_cmplt_type *resp; local
166 resp = (rndis_query_cmplt_type *) r->buf;
168 if (!resp) return -ENOMEM;
186 outbuf = (__le32 *) &resp[1];
187 resp->InformationBufferOffset = __constant_cpu_to_le32 (16);
673 resp->InformationBufferLength = cpu_to_le32 (length);
674 r->length = length + sizeof *resp;
675 resp->MessageLength = cpu_to_le32 (r->length);
682 rndis_set_cmplt_type *resp; local
688 resp
787 rndis_init_cmplt_type *resp; local
825 rndis_query_cmplt_type *resp; local
869 rndis_set_cmplt_type *resp; local
910 rndis_reset_cmplt_type *resp; local
934 rndis_keepalive_cmplt_type *resp; local
963 rndis_indicate_status_msg_type *resp; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/mixart/
H A Dmixart_core.c74 static int get_msg(struct mixart_mgr *mgr, struct mixart_msg *resp, argument
90 resp->message_id = readl_be(MIXART_MEM(mgr, msg_frame_address + 4)); /* dwMessageID */
91 resp->uid.object_id = readl_be(MIXART_MEM(mgr, msg_frame_address + 8)); /* uidDest */
92 resp->uid.desc = readl_be(MIXART_MEM(mgr, msg_frame_address + 12)); /* */
94 if( (size < MSG_DESCRIPTOR_SIZE) || (resp->size < (size - MSG_DESCRIPTOR_SIZE))) {
101 memcpy_fromio(resp->data, MIXART_MEM(mgr, msg_frame_address + MSG_HEADER_SIZE ), size);
102 resp->size = size;
108 ((u32*)resp->data)[i] = be32_to_cpu(((u32*)resp->data)[i]);
238 struct mixart_msg resp; local
353 struct mixart_msg resp; local
415 struct mixart_msg resp; local
[all...]

Completed in 225 milliseconds

1234567