Searched refs:req (Results 1 - 25 of 1221) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/smbfs/
H A Drequest.c30 static int smb_request_send_req(struct smb_request *req);
61 struct smb_request *req; local
64 req = kmem_cache_zalloc(req_cachep, GFP_KERNEL);
65 VERBOSE("allocating request: %p\n", req);
66 if (!req)
72 kmem_cache_free(req_cachep, req);
77 req->rq_buffer = buf;
78 req->rq_bufsize = bufsize;
79 req->rq_server = server;
80 init_waitqueue_head(&req
90 struct smb_request *req = NULL; local
105 smb_free_request(struct smb_request *req) argument
118 smb_rget(struct smb_request *req) argument
122 smb_rput(struct smb_request *req) argument
131 smb_setup_bcc(struct smb_request *req) argument
152 smb_setup_request(struct smb_request *req) argument
176 smb_setup_trans2request(struct smb_request *req) argument
254 smb_add_request(struct smb_request *req) argument
358 smb_request_send_req(struct smb_request *req) argument
393 struct smb_request *req; local
427 struct smb_request *req = NULL; local
449 smb_init_request(struct smb_sb_info *server, struct smb_request *req) argument
482 smb_recv_param(struct smb_sb_info *server, struct smb_request *req) argument
524 smb_recv_data(struct smb_sb_info *server, struct smb_request *req) argument
545 smb_recv_trans2(struct smb_sb_info *server, struct smb_request *req) argument
693 struct smb_request *req = NULL; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/test/
H A Dtreq3 cmd='../util/shlib_wrap.sh ../apps/openssl req -config ../apps/openssl.cnf'
12 echo "skipping req conversion test for $t"
16 echo testing req conversions
17 cp $t req-fff.p
20 $cmd -in req-fff.p -inform p -outform d >req-f.d
23 #$cmd -in req-fff.p -inform p -outform t >req-f.t
26 $cmd -in req-fff.p -inform p -outform p >req
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/test/
H A Dtreq3 cmd='../util/shlib_wrap.sh ../apps/openssl req -config ../apps/openssl.cnf'
12 echo "skipping req conversion test for $t"
16 echo testing req conversions
17 cp $t req-fff.p
20 $cmd -in req-fff.p -inform p -outform d >req-f.d
23 #$cmd -in req-fff.p -inform p -outform t >req-f.t
26 $cmd -in req-fff.p -inform p -outform p >req
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/crypto/
H A Daead.h34 struct aead_givcrypt_request *req)
36 return crypto_aead_reqtfm(&req->areq);
39 static inline int crypto_aead_givencrypt(struct aead_givcrypt_request *req) argument
41 struct aead_tfm *crt = crypto_aead_crt(aead_givcrypt_reqtfm(req));
42 return crt->givencrypt(req);
45 static inline int crypto_aead_givdecrypt(struct aead_givcrypt_request *req) argument
47 struct aead_tfm *crt = crypto_aead_crt(aead_givcrypt_reqtfm(req));
48 return crt->givdecrypt(req);
51 static inline void aead_givcrypt_set_tfm(struct aead_givcrypt_request *req, argument
54 req
33 aead_givcrypt_reqtfm( struct aead_givcrypt_request *req) argument
60 struct aead_givcrypt_request *req; local
71 aead_givcrypt_free(struct aead_givcrypt_request *req) argument
76 aead_givcrypt_set_callback( struct aead_givcrypt_request *req, u32 flags, crypto_completion_t complete, void *data) argument
83 aead_givcrypt_set_crypt(struct aead_givcrypt_request *req, struct scatterlist *src, struct scatterlist *dst, unsigned int nbytes, void *iv) argument
91 aead_givcrypt_set_assoc(struct aead_givcrypt_request *req, struct scatterlist *assoc, unsigned int assoclen) argument
98 aead_givcrypt_set_giv(struct aead_givcrypt_request *req, u8 *giv, u64 seq) argument
[all...]
H A Dskcipher.h34 struct skcipher_givcrypt_request *req)
36 return crypto_ablkcipher_reqtfm(&req->creq);
40 struct skcipher_givcrypt_request *req)
43 crypto_ablkcipher_crt(skcipher_givcrypt_reqtfm(req));
44 return crt->givencrypt(req);
48 struct skcipher_givcrypt_request *req)
51 crypto_ablkcipher_crt(skcipher_givcrypt_reqtfm(req));
52 return crt->givdecrypt(req);
56 struct skcipher_givcrypt_request *req, struct crypto_ablkcipher *tfm)
58 req
33 skcipher_givcrypt_reqtfm( struct skcipher_givcrypt_request *req) argument
39 crypto_skcipher_givencrypt( struct skcipher_givcrypt_request *req) argument
47 crypto_skcipher_givdecrypt( struct skcipher_givcrypt_request *req) argument
55 skcipher_givcrypt_set_tfm( struct skcipher_givcrypt_request *req, struct crypto_ablkcipher *tfm) argument
61 skcipher_givcrypt_cast( struct crypto_async_request *req) argument
71 struct skcipher_givcrypt_request *req; local
82 skcipher_givcrypt_free(struct skcipher_givcrypt_request *req) argument
87 skcipher_givcrypt_set_callback( struct skcipher_givcrypt_request *req, u32 flags, crypto_completion_t complete, void *data) argument
94 skcipher_givcrypt_set_crypt( struct skcipher_givcrypt_request *req, struct scatterlist *src, struct scatterlist *dst, unsigned int nbytes, void *iv) argument
102 skcipher_givcrypt_set_giv( struct skcipher_givcrypt_request *req, u8 *giv, u64 seq) argument
[all...]
H A Dpcrypt.h34 static inline void *pcrypt_request_ctx(struct pcrypt_request *req) argument
36 return req->__ctx;
40 struct padata_priv *pcrypt_request_padata(struct pcrypt_request *req) argument
42 return &req->padata;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/macintosh/
H A Dadb-iop.c62 static void adb_iop_end_req(struct adb_request *req, int state) argument
64 req->complete = 1;
65 current_req = req->next;
66 if (req->done) (*req->done)(req);
78 struct adb_request *req; local
83 req = current_req;
84 if ((adb_iop_state == sending) && req && req
101 struct adb_request *req; local
160 struct adb_request *req; local
213 adb_iop_send_request(struct adb_request *req, int sync) argument
226 adb_iop_write(struct adb_request *req) argument
269 struct adb_request req = { local
[all...]
H A Dvia-pmu68k.c107 static int pmu_send_request(struct adb_request *req, int sync);
115 static void pmu_done(struct adb_request *req);
193 volatile struct adb_request req; local
198 pmu_request((struct adb_request *) &req, NULL, 2, PMU_SET_INTR_MASK, PMU_INT_ADB);
200 while (!req.complete) {
225 pmu_request((struct adb_request *) &req, NULL, 2, PMU_SET_INTR_MASK,
228 while (!req.complete) {
273 pmu_send_request(struct adb_request *req, int sync) argument
279 req->complete = 1;
285 switch (req
383 struct adb_request req; local
405 struct adb_request req; local
448 pmu_request(struct adb_request *req, void (*done)(struct adb_request *), int nbytes, ...) argument
475 pmu_queue_request(struct adb_request *req) argument
531 struct adb_request *req; local
572 struct adb_request *req; local
681 pmu_done(struct adb_request *req) argument
701 struct adb_request *req = req_awaiting_reply; local
741 struct adb_request req; local
792 struct adb_request req; local
[all...]
H A Dvia-macii.c87 static int macii_send_request(struct adb_request *req, int sync);
88 static int macii_write(struct adb_request *req);
113 static unsigned char *reply_ptr; /* next byte in reply_buf or req->reply */
114 static int reading_reply; /* store reply in reply_buf else req->reply */
115 static int data_index; /* index of the next byte to send from req->data */
116 static int reply_len; /* number of bytes received in reply_buf or req->reply */
124 static int request_is_queued(struct adb_request *req) { argument
130 if (cur == req) {
206 static struct adb_request req; local
216 BUG_ON(request_is_queued(&req));
235 macii_send_request(struct adb_request *req, int sync) argument
257 macii_write(struct adb_request *req) argument
283 static struct adb_request req; local
328 static struct adb_request req; local
345 struct adb_request *req; local
391 struct adb_request *req; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dhttpd_daap.h15 daap_request(struct evhttp_request *req);
18 daap_is_request(struct evhttp_request *req, char *uri);
H A Dhttpd_dacp.h15 dacp_request(struct evhttp_request *req);
18 dacp_is_request(struct evhttp_request *req, char *uri);
H A Dhttpd_rsp.h15 rsp_request(struct evhttp_request *req);
18 rsp_is_request(struct evhttp_request *req, char *uri);
H A Dhttpd.h10 httpd_stream_file(struct evhttp_request *req, int id);
13 httpd_send_reply(struct evhttp_request *req, int code, const char *reason, struct evbuffer *evbuf);
16 httpd_fixup_uri(struct evhttp_request *req);
19 httpd_basic_auth(struct evhttp_request *req, char *user, char *passwd, char *realm);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ecryptfs/
H A Dkthread.c55 struct ecryptfs_open_req *req; local
67 req = list_first_entry(&ecryptfs_kthread_ctl.req_list,
70 mutex_lock(&req->mux);
71 list_del(&req->kthread_ctl_list);
72 if (!(req->flags & ECRYPTFS_REQ_ZOMBIE)) {
73 dget(req->lower_dentry);
74 mntget(req->lower_mnt);
75 (*req->lower_file) = dentry_open(
76 req->lower_dentry, req
108 struct ecryptfs_open_req *req; local
139 struct ecryptfs_open_req *req; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/scsi/
H A Dzfcp_fsf.c76 static void zfcp_fsf_access_denied_port(struct zfcp_fsf_req *req, argument
79 struct fsf_qtcb_header *header = &req->qtcb->header;
80 dev_warn(&req->adapter->ccw_device->dev,
83 zfcp_act_eval_err(req->adapter, header->fsf_status_qual.halfword[0]);
84 zfcp_act_eval_err(req->adapter, header->fsf_status_qual.halfword[1]);
85 zfcp_erp_port_access_denied(port, "fspad_1", req);
86 req->status |= ZFCP_STATUS_FSFREQ_ERROR;
89 static void zfcp_fsf_access_denied_unit(struct zfcp_fsf_req *req, argument
92 struct fsf_qtcb_header *header = &req->qtcb->header;
93 dev_warn(&req
103 zfcp_fsf_class_not_supp(struct zfcp_fsf_req *req) argument
115 zfcp_fsf_req_free(struct zfcp_fsf_req *req) argument
129 zfcp_fsf_status_read_port_closed(struct zfcp_fsf_req *req) argument
146 zfcp_fsf_link_down_info_eval(struct zfcp_fsf_req *req, char *id, struct fsf_link_down_info *link_down) argument
229 zfcp_fsf_status_read_link_down(struct zfcp_fsf_req *req) argument
247 zfcp_fsf_status_read_handler(struct zfcp_fsf_req *req) argument
316 zfcp_fsf_fsfstatus_qual_eval(struct zfcp_fsf_req *req) argument
338 zfcp_fsf_fsfstatus_eval(struct zfcp_fsf_req *req) argument
357 zfcp_fsf_protstatus_eval(struct zfcp_fsf_req *req) argument
436 zfcp_fsf_req_complete(struct zfcp_fsf_req *req) argument
468 struct zfcp_fsf_req *req, *tmp; local
481 zfcp_fsf_exchange_config_evaluate(struct zfcp_fsf_req *req) argument
537 zfcp_fsf_exchange_config_data_handler(struct zfcp_fsf_req *req) argument
612 zfcp_fsf_exchange_port_evaluate(struct zfcp_fsf_req *req) argument
634 zfcp_fsf_exchange_port_data_handler(struct zfcp_fsf_req *req) argument
655 struct zfcp_fsf_req *req; local
691 struct zfcp_fsf_req *req = zfcp_fsf_alloc(pool); local
734 zfcp_fsf_req_send(struct zfcp_fsf_req *req) argument
770 struct zfcp_fsf_req *req; local
812 zfcp_fsf_abort_fcp_command_handler(struct zfcp_fsf_req *req) argument
871 struct zfcp_fsf_req *req = NULL; local
909 zfcp_fsf_send_ct_handler(struct zfcp_fsf_req *req) argument
968 zfcp_fsf_setup_ct_els_sbals(struct zfcp_fsf_req *req, struct scatterlist *sg_req, struct scatterlist *sg_resp) argument
1010 zfcp_fsf_setup_ct_els(struct zfcp_fsf_req *req, struct scatterlist *sg_req, struct scatterlist *sg_resp, unsigned int timeout) argument
1041 struct zfcp_fsf_req *req; local
1080 zfcp_fsf_send_els_handler(struct zfcp_fsf_req *req) argument
1136 struct zfcp_fsf_req *req; local
1182 struct zfcp_fsf_req *req; local
1225 struct zfcp_fsf_req *req = NULL; local
1274 struct zfcp_fsf_req *req; local
1320 struct zfcp_fsf_req *req = NULL; local
1360 zfcp_fsf_open_port_handler(struct zfcp_fsf_req *req) argument
1423 struct zfcp_fsf_req *req; local
1461 zfcp_fsf_close_port_handler(struct zfcp_fsf_req *req) argument
1491 struct zfcp_fsf_req *req; local
1527 zfcp_fsf_open_wka_port_handler(struct zfcp_fsf_req *req) argument
1566 struct zfcp_fsf_req *req; local
1598 zfcp_fsf_close_wka_port_handler(struct zfcp_fsf_req *req) argument
1619 struct zfcp_fsf_req *req; local
1651 zfcp_fsf_close_physical_port_handler(struct zfcp_fsf_req *req) argument
1711 struct zfcp_fsf_req *req; local
1747 zfcp_fsf_open_unit_handler(struct zfcp_fsf_req *req) argument
1882 struct zfcp_fsf_req *req; local
1922 zfcp_fsf_close_unit_handler(struct zfcp_fsf_req *req) argument
1966 struct zfcp_fsf_req *req; local
2010 zfcp_fsf_req_trace(struct zfcp_fsf_req *req, struct scsi_cmnd *scsi) argument
2062 zfcp_fsf_send_fcp_command_task_handler(struct zfcp_fsf_req *req) argument
2114 zfcp_fsf_send_fcp_ctm_handler(struct zfcp_fsf_req *req) argument
2128 zfcp_fsf_send_fcp_command_handler(struct zfcp_fsf_req *req) argument
2251 struct zfcp_fsf_req *req; local
2343 struct zfcp_fsf_req *req = NULL; local
2389 zfcp_fsf_control_file_handler(struct zfcp_fsf_req *req) argument
2403 struct zfcp_fsf_req *req = NULL; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/cio/
H A Dccwreq.c39 struct ccw_request *req = &cdev->private->req; local
41 if (!req->singlepath) {
42 req->mask = 0;
45 req->retries = req->maxretries;
46 req->mask = lpm_adjust(req->mask >>= 1, req->lpm);
48 return req
56 struct ccw_request *req = &cdev->private->req; local
73 struct ccw_request *req = &cdev->private->req; local
118 struct ccw_request *req = &cdev->private->req; local
150 struct ccw_request *req = &cdev->private->req; local
229 struct ccw_request *req = &cdev->private->req; local
253 struct ccw_request *req = &cdev->private->req; local
325 struct ccw_request *req = &cdev->private->req; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nilfs2/
H A Difile.c64 struct nilfs_palloc_req req; local
67 req.pr_entry_nr = 0; /* 0 says find free inode from beginning of
69 req.pr_entry_bh = NULL;
71 ret = nilfs_palloc_prepare_alloc_entry(ifile, &req);
73 ret = nilfs_palloc_get_entry_block(ifile, req.pr_entry_nr, 1,
74 &req.pr_entry_bh);
76 nilfs_palloc_abort_alloc_entry(ifile, &req);
79 brelse(req.pr_entry_bh);
82 nilfs_palloc_commit_alloc_entry(ifile, &req);
83 nilfs_mdt_mark_buffer_dirty(req
106 struct nilfs_palloc_req req = { local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/rpc_server/c/
H A Dgen_db_server.c13 __db_env_create_4007__SVCSUFFIX__(msg, req)
15 struct svc_req *req;
18 COMPQUIET(req, NULL);
27 __db_env_cdsgroup_begin_4007__SVCSUFFIX__(msg, req)
29 struct svc_req *req;
32 COMPQUIET(req, NULL);
41 __db_env_close_4007__SVCSUFFIX__(msg, req)
43 struct svc_req *req;
46 COMPQUIET(req, NULL);
56 __db_env_dbremove_4007__SVCSUFFIX__(msg, req)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfs/
H A Dpagelist.c61 struct nfs_page *req; local
64 req = nfs_page_alloc();
65 if (req == NULL)
69 req->wb_lock_context = nfs_get_lock_context(ctx);
70 if (req->wb_lock_context == NULL) {
71 nfs_page_free(req);
78 req->wb_page = page;
79 atomic_set(&req->wb_complete, 0);
80 req->wb_index = page->index;
85 req
97 nfs_unlock_request(struct nfs_page *req) argument
114 nfs_set_page_tag_locked(struct nfs_page *req) argument
126 nfs_clear_page_tag_locked(struct nfs_page *req) argument
147 nfs_clear_request(struct nfs_page *req) argument
176 struct nfs_page *req = container_of(kref, struct nfs_page, wb_kref); local
183 nfs_release_request(struct nfs_page *req) argument
202 nfs_wait_on_request(struct nfs_page *req) argument
245 nfs_can_coalesce_requests(struct nfs_page *prev, struct nfs_page *req) argument
271 nfs_pageio_do_add_request(struct nfs_pageio_descriptor *desc, struct nfs_page *req) argument
326 nfs_pageio_add_request(struct nfs_pageio_descriptor *desc, struct nfs_page *req) argument
386 struct nfs_page *req; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/include/shared/
H A Dmconsole.h51 void (*handler)(struct mc_request *req);
72 extern int mconsole_reply_len(struct mc_request *req, const char *reply,
74 extern int mconsole_reply(struct mc_request *req, const char *str, int err,
77 extern void mconsole_version(struct mc_request *req);
78 extern void mconsole_help(struct mc_request *req);
79 extern void mconsole_halt(struct mc_request *req);
80 extern void mconsole_reboot(struct mc_request *req);
81 extern void mconsole_config(struct mc_request *req);
82 extern void mconsole_remove(struct mc_request *req);
83 extern void mconsole_sysrq(struct mc_request *req);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/RHEL/setup/
H A Dfilter-requires-samba.sh3 /usr/lib/rpm/perl.req $* | grep -E -v '(Net::LDAP|Crypt::SmbHash|CGI|Unicode::MapUTF8)'
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/tipc/
H A Ddiscover.c224 * @req: ptr to link request structure
227 void tipc_disc_stop_link_req(struct link_req *req) argument
229 if (!req)
232 k_cancel_timer(&req->timer);
233 k_term_timer(&req->timer);
234 buf_discard(req->buf);
235 kfree(req);
240 * @req: ptr to link request structure
243 void tipc_disc_update_link_req(struct link_req *req) argument
245 if (!req)
270 disc_timeout(struct link_req *req) argument
307 struct link_req *req; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/src/
H A Dtool_helpers.c68 int SetHTTPrequest(struct OperationConfig *config, HttpReq req, HttpReq *store) argument
71 (*store == req)) {
72 *store = req;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/cell/
H A Dcelleb_scc_sio.c47 struct uart_port req; local
63 memset(&req, 0, sizeof(req));
64 req.line = i;
65 req.iotype = UPIO_MEM;
66 req.mapbase = res.start + txx9_scc_tab[i].offset;
68 req.membase = ioremap(req.mapbase, 0x24);
70 req.irq = irq_create_of_mapping(irq.controller,
72 req
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/drbd/
H A Ddrbd_req.h233 struct drbd_request *req; local
235 hlist_for_each_entry(req, n, slot, colision) {
236 if ((unsigned long)req == (unsigned long)id) {
237 D_ASSERT(req->sector == sector);
238 return req;
248 struct drbd_request *req = local
250 if (likely(req)) {
253 req->rq_state = 0;
254 req->mdev = mdev;
255 req
272 drbd_req_free(struct drbd_request *req) argument
299 _req_mod(struct drbd_request *req, enum drbd_req_event what) argument
312 req_mod(struct drbd_request *req, enum drbd_req_event what) argument
[all...]

Completed in 206 milliseconds

1234567891011>>