Searched refs:req (Results 126 - 150 of 4261) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/ntvfs/nbench/
H A Dvfs_nbench.c38 static void nbench_log(struct ntvfs_request *req,
41 static void nbench_log(struct ntvfs_request *req, argument
44 struct nbench_private *nprivates = req->async_states->ntvfs->private_data;
56 static char *nbench_ntvfs_handle_string(struct ntvfs_request *req, struct ntvfs_handle *h) argument
61 key = ntvfs_handle_get_wire_key(h, req);
73 return talloc_asprintf(req, "%u", fnum);
83 #define PASS_THRU_REQ_PRE_ASYNC(ntvfs, req, op, par1) do { \
84 status = ntvfs_async_state_push(ntvfs, req, par1, nbench_##op##_send); \
90 #define PASS_THRU_REQ_POST_ASYNC(req) do { \
91 req
113 nbench_connect(struct ntvfs_module_context *ntvfs, struct ntvfs_request *req, union smb_tcon* con) argument
161 nbench_unlink_send(struct ntvfs_request *req) argument
172 nbench_unlink(struct ntvfs_module_context *ntvfs, struct ntvfs_request *req, union smb_unlink *unl) argument
186 nbench_ioctl_send(struct ntvfs_request *req) argument
193 nbench_ioctl(struct ntvfs_module_context *ntvfs, struct ntvfs_request *req, union smb_ioctl *io) argument
206 nbench_chkpath_send(struct ntvfs_request *req) argument
217 nbench_chkpath(struct ntvfs_module_context *ntvfs, struct ntvfs_request *req, union smb_chkpath *cp) argument
231 nbench_qpathinfo_send(struct ntvfs_request *req) argument
243 nbench_qpathinfo(struct ntvfs_module_context *ntvfs, struct ntvfs_request *req, union smb_fileinfo *info) argument
256 nbench_qfileinfo_send(struct ntvfs_request *req) argument
268 nbench_qfileinfo(struct ntvfs_module_context *ntvfs, struct ntvfs_request *req, union smb_fileinfo *info) argument
281 nbench_setpathinfo_send(struct ntvfs_request *req) argument
293 nbench_setpathinfo(struct ntvfs_module_context *ntvfs, struct ntvfs_request *req, union smb_setfileinfo *st) argument
306 nbench_open_send(struct ntvfs_request *req) argument
332 nbench_open(struct ntvfs_module_context *ntvfs, struct ntvfs_request *req, union smb_open *io) argument
346 nbench_mkdir_send(struct ntvfs_request *req) argument
353 nbench_mkdir(struct ntvfs_module_context *ntvfs, struct ntvfs_request *req, union smb_mkdir *md) argument
366 nbench_rmdir_send(struct ntvfs_request *req) argument
377 nbench_rmdir(struct ntvfs_module_context *ntvfs, struct ntvfs_request *req, struct smb_rmdir *rd) argument
390 nbench_rename_send(struct ntvfs_request *req) argument
411 nbench_rename(struct ntvfs_module_context *ntvfs, struct ntvfs_request *req, union smb_rename *ren) argument
424 nbench_copy_send(struct ntvfs_request *req) argument
431 nbench_copy(struct ntvfs_module_context *ntvfs, struct ntvfs_request *req, struct smb_copy *cp) argument
444 nbench_read_send(struct ntvfs_request *req) argument
469 nbench_read(struct ntvfs_module_context *ntvfs, struct ntvfs_request *req, union smb_read *rd) argument
482 nbench_write_send(struct ntvfs_request *req) argument
520 nbench_write(struct ntvfs_module_context *ntvfs, struct ntvfs_request *req, union smb_write *wr) argument
533 nbench_seek_send(struct ntvfs_request *req) argument
540 nbench_seek(struct ntvfs_module_context *ntvfs, struct ntvfs_request *req, union smb_seek *io) argument
554 nbench_flush_send(struct ntvfs_request *req) argument
578 nbench_flush(struct ntvfs_module_context *ntvfs, struct ntvfs_request *req, union smb_flush *io) argument
592 nbench_close_send(struct ntvfs_request *req) argument
612 nbench_close(struct ntvfs_module_context *ntvfs, struct ntvfs_request *req, union smb_close *io) argument
625 nbench_exit_send(struct ntvfs_request *req) argument
632 nbench_exit(struct ntvfs_module_context *ntvfs, struct ntvfs_request *req) argument
645 nbench_logoff_send(struct ntvfs_request *req) argument
652 nbench_logoff(struct ntvfs_module_context *ntvfs, struct ntvfs_request *req) argument
665 nbench_async_setup_send(struct ntvfs_request *req) argument
673 nbench_async_setup(struct ntvfs_module_context *ntvfs, struct ntvfs_request *req, void *private_data) argument
685 nbench_cancel_send(struct ntvfs_request *req) argument
693 nbench_cancel(struct ntvfs_module_context *ntvfs, struct ntvfs_request *req) argument
706 nbench_lock_send(struct ntvfs_request *req) argument
732 nbench_lock(struct ntvfs_module_context *ntvfs, struct ntvfs_request *req, union smb_lock *lck) argument
745 nbench_setfileinfo_send(struct ntvfs_request *req) argument
757 nbench_setfileinfo(struct ntvfs_module_context *ntvfs, struct ntvfs_request *req, union smb_setfileinfo *info) argument
771 nbench_fsinfo_send(struct ntvfs_request *req) argument
782 nbench_fsinfo(struct ntvfs_module_context *ntvfs, struct ntvfs_request *req, union smb_fsinfo *fs) argument
795 nbench_lpq_send(struct ntvfs_request *req) argument
804 nbench_lpq(struct ntvfs_module_context *ntvfs, struct ntvfs_request *req, union smb_lpq *lpq) argument
817 nbench_search_first_send(struct ntvfs_request *req) argument
842 nbench_search_first(struct ntvfs_module_context *ntvfs, struct ntvfs_request *req, union smb_search_first *io, void *search_private, bool (*callback)(void *, const union smb_search_data *)) argument
855 nbench_search_next_send(struct ntvfs_request *req) argument
864 nbench_search_next(struct ntvfs_module_context *ntvfs, struct ntvfs_request *req, union smb_search_next *io, void *search_private, bool (*callback)(void *, const union smb_search_data *)) argument
877 nbench_search_close_send(struct ntvfs_request *req) argument
886 nbench_search_close(struct ntvfs_module_context *ntvfs, struct ntvfs_request *req, union smb_search_close *io) argument
897 nbench_trans_send(struct ntvfs_request *req) argument
904 nbench_trans(struct ntvfs_module_context *ntvfs, struct ntvfs_request *req, struct smb_trans2 *trans2) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/ntvfs/nbench/
H A Dvfs_nbench.c38 static void nbench_log(struct ntvfs_request *req,
41 static void nbench_log(struct ntvfs_request *req, argument
44 struct nbench_private *nprivates = req->async_states->ntvfs->private_data;
56 static char *nbench_ntvfs_handle_string(struct ntvfs_request *req, struct ntvfs_handle *h) argument
61 key = ntvfs_handle_get_wire_key(h, req);
73 return talloc_asprintf(req, "%u", fnum);
83 #define PASS_THRU_REQ_PRE_ASYNC(ntvfs, req, op, par1) do { \
84 status = ntvfs_async_state_push(ntvfs, req, par1, nbench_##op##_send); \
90 #define PASS_THRU_REQ_POST_ASYNC(req) do { \
91 req
113 nbench_connect(struct ntvfs_module_context *ntvfs, struct ntvfs_request *req, union smb_tcon* con) argument
161 nbench_unlink_send(struct ntvfs_request *req) argument
172 nbench_unlink(struct ntvfs_module_context *ntvfs, struct ntvfs_request *req, union smb_unlink *unl) argument
186 nbench_ioctl_send(struct ntvfs_request *req) argument
193 nbench_ioctl(struct ntvfs_module_context *ntvfs, struct ntvfs_request *req, union smb_ioctl *io) argument
206 nbench_chkpath_send(struct ntvfs_request *req) argument
217 nbench_chkpath(struct ntvfs_module_context *ntvfs, struct ntvfs_request *req, union smb_chkpath *cp) argument
231 nbench_qpathinfo_send(struct ntvfs_request *req) argument
243 nbench_qpathinfo(struct ntvfs_module_context *ntvfs, struct ntvfs_request *req, union smb_fileinfo *info) argument
256 nbench_qfileinfo_send(struct ntvfs_request *req) argument
268 nbench_qfileinfo(struct ntvfs_module_context *ntvfs, struct ntvfs_request *req, union smb_fileinfo *info) argument
281 nbench_setpathinfo_send(struct ntvfs_request *req) argument
293 nbench_setpathinfo(struct ntvfs_module_context *ntvfs, struct ntvfs_request *req, union smb_setfileinfo *st) argument
306 nbench_open_send(struct ntvfs_request *req) argument
332 nbench_open(struct ntvfs_module_context *ntvfs, struct ntvfs_request *req, union smb_open *io) argument
346 nbench_mkdir_send(struct ntvfs_request *req) argument
353 nbench_mkdir(struct ntvfs_module_context *ntvfs, struct ntvfs_request *req, union smb_mkdir *md) argument
366 nbench_rmdir_send(struct ntvfs_request *req) argument
377 nbench_rmdir(struct ntvfs_module_context *ntvfs, struct ntvfs_request *req, struct smb_rmdir *rd) argument
390 nbench_rename_send(struct ntvfs_request *req) argument
411 nbench_rename(struct ntvfs_module_context *ntvfs, struct ntvfs_request *req, union smb_rename *ren) argument
424 nbench_copy_send(struct ntvfs_request *req) argument
431 nbench_copy(struct ntvfs_module_context *ntvfs, struct ntvfs_request *req, struct smb_copy *cp) argument
444 nbench_read_send(struct ntvfs_request *req) argument
469 nbench_read(struct ntvfs_module_context *ntvfs, struct ntvfs_request *req, union smb_read *rd) argument
482 nbench_write_send(struct ntvfs_request *req) argument
520 nbench_write(struct ntvfs_module_context *ntvfs, struct ntvfs_request *req, union smb_write *wr) argument
533 nbench_seek_send(struct ntvfs_request *req) argument
540 nbench_seek(struct ntvfs_module_context *ntvfs, struct ntvfs_request *req, union smb_seek *io) argument
554 nbench_flush_send(struct ntvfs_request *req) argument
578 nbench_flush(struct ntvfs_module_context *ntvfs, struct ntvfs_request *req, union smb_flush *io) argument
592 nbench_close_send(struct ntvfs_request *req) argument
612 nbench_close(struct ntvfs_module_context *ntvfs, struct ntvfs_request *req, union smb_close *io) argument
625 nbench_exit_send(struct ntvfs_request *req) argument
632 nbench_exit(struct ntvfs_module_context *ntvfs, struct ntvfs_request *req) argument
645 nbench_logoff_send(struct ntvfs_request *req) argument
652 nbench_logoff(struct ntvfs_module_context *ntvfs, struct ntvfs_request *req) argument
665 nbench_async_setup_send(struct ntvfs_request *req) argument
673 nbench_async_setup(struct ntvfs_module_context *ntvfs, struct ntvfs_request *req, void *private_data) argument
685 nbench_cancel_send(struct ntvfs_request *req) argument
693 nbench_cancel(struct ntvfs_module_context *ntvfs, struct ntvfs_request *req) argument
706 nbench_lock_send(struct ntvfs_request *req) argument
732 nbench_lock(struct ntvfs_module_context *ntvfs, struct ntvfs_request *req, union smb_lock *lck) argument
745 nbench_setfileinfo_send(struct ntvfs_request *req) argument
757 nbench_setfileinfo(struct ntvfs_module_context *ntvfs, struct ntvfs_request *req, union smb_setfileinfo *info) argument
771 nbench_fsinfo_send(struct ntvfs_request *req) argument
782 nbench_fsinfo(struct ntvfs_module_context *ntvfs, struct ntvfs_request *req, union smb_fsinfo *fs) argument
795 nbench_lpq_send(struct ntvfs_request *req) argument
804 nbench_lpq(struct ntvfs_module_context *ntvfs, struct ntvfs_request *req, union smb_lpq *lpq) argument
817 nbench_search_first_send(struct ntvfs_request *req) argument
842 nbench_search_first(struct ntvfs_module_context *ntvfs, struct ntvfs_request *req, union smb_search_first *io, void *search_private, bool (*callback)(void *, const union smb_search_data *)) argument
855 nbench_search_next_send(struct ntvfs_request *req) argument
864 nbench_search_next(struct ntvfs_module_context *ntvfs, struct ntvfs_request *req, union smb_search_next *io, void *search_private, bool (*callback)(void *, const union smb_search_data *)) argument
877 nbench_search_close_send(struct ntvfs_request *req) argument
886 nbench_search_close(struct ntvfs_module_context *ntvfs, struct ntvfs_request *req, union smb_search_close *io) argument
897 nbench_trans_send(struct ntvfs_request *req) argument
904 nbench_trans(struct ntvfs_module_context *ntvfs, struct ntvfs_request *req, struct smb_trans2 *trans2) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/smb_server/smb2/
H A Dsesssetup.c30 static void smb2srv_sesssetup_send(struct smb2srv_request *req, union smb_sesssetup *io) argument
34 if (NT_STATUS_IS_OK(req->status)) {
36 } else if (NT_STATUS_EQUAL(req->status, NT_STATUS_MORE_PROCESSING_REQUIRED)) {
39 smb2srv_send_error(req, req->status);
43 SMB2SRV_CHECK(smb2srv_setup_reply(req, 0x08, true, io->smb2.out.secblob.length));
45 SSVAL(req->out.hdr, SMB2_HDR_CREDIT, credit);
46 SBVAL(req->out.hdr, SMB2_HDR_SESSION_ID, io->smb2.out.uid);
48 SSVAL(req->out.body, 0x02, io->smb2.out.session_flags);
49 SMB2SRV_CHECK(smb2_push_o16s16_blob(&req
55 struct smb2srv_request *req; member in struct:smb2srv_sesssetup_callback_ctx
64 struct smb2srv_request *req = ctx->req; local
105 smb2srv_sesssetup_backend(struct smb2srv_request *req, union smb_sesssetup *io) argument
204 smb2srv_sesssetup_recv(struct smb2srv_request *req) argument
230 smb2srv_logoff_backend(struct smb2srv_request *req) argument
244 smb2srv_logoff_send(struct smb2srv_request *req) argument
258 smb2srv_logoff_recv(struct smb2srv_request *req) argument
[all...]
H A Dsmb2_server.h79 #define SMB2SRV_CHECK_BODY_SIZE(req, size, dynamic) do { \
80 size_t is_size = req->in.body_size; \
86 smb2srv_send_error(req, NT_STATUS_INVALID_PARAMETER); \
89 field_size = SVAL(req->in.body, 0); \
93 smb2srv_send_error(req, NT_STATUS_INVALID_PARAMETER); \
102 smb2srv_send_error(req, _status); \
109 ptr = talloc(req, type); \
111 smb2srv_send_error(req, NT_STATUS_NO_MEMORY); \
114 req->io_ptr = ptr; \
118 req
[all...]
H A Dnegprot.c34 static NTSTATUS smb2srv_negprot_secblob(struct smb2srv_request *req, DATA_BLOB *_blob) argument
42 server_credentials = cli_credentials_init(req);
44 smbsrv_terminate_connection(req->smb_conn, "Failed to init server credentials\n");
48 cli_credentials_set_conf(server_credentials, req->smb_conn->lp_ctx);
49 nt_status = cli_credentials_set_machine_account(server_credentials, req->smb_conn->lp_ctx);
56 req->smb_conn->negotiate.server_credentials = talloc_steal(req->smb_conn, server_credentials);
58 nt_status = samba_server_gensec_start(req,
59 req->smb_conn->connection->event.ctx,
60 req
93 smb2srv_negprot_backend(struct smb2srv_request *req, struct smb2_negprot *io) argument
153 smb2srv_negprot_send(struct smb2srv_request *req, struct smb2_negprot *io) argument
196 smb2srv_negprot_recv(struct smb2srv_request *req) argument
250 struct smb2srv_request *req; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/smb_server/smb2/
H A Dsesssetup.c30 static void smb2srv_sesssetup_send(struct smb2srv_request *req, union smb_sesssetup *io) argument
34 if (NT_STATUS_IS_OK(req->status)) {
36 } else if (NT_STATUS_EQUAL(req->status, NT_STATUS_MORE_PROCESSING_REQUIRED)) {
39 smb2srv_send_error(req, req->status);
43 SMB2SRV_CHECK(smb2srv_setup_reply(req, 0x08, true, io->smb2.out.secblob.length));
45 SSVAL(req->out.hdr, SMB2_HDR_CREDIT, credit);
46 SBVAL(req->out.hdr, SMB2_HDR_SESSION_ID, io->smb2.out.uid);
48 SSVAL(req->out.body, 0x02, io->smb2.out.session_flags);
49 SMB2SRV_CHECK(smb2_push_o16s16_blob(&req
55 struct smb2srv_request *req; member in struct:smb2srv_sesssetup_callback_ctx
64 struct smb2srv_request *req = ctx->req; local
105 smb2srv_sesssetup_backend(struct smb2srv_request *req, union smb_sesssetup *io) argument
204 smb2srv_sesssetup_recv(struct smb2srv_request *req) argument
230 smb2srv_logoff_backend(struct smb2srv_request *req) argument
244 smb2srv_logoff_send(struct smb2srv_request *req) argument
258 smb2srv_logoff_recv(struct smb2srv_request *req) argument
[all...]
H A Dsmb2_server.h79 #define SMB2SRV_CHECK_BODY_SIZE(req, size, dynamic) do { \
80 size_t is_size = req->in.body_size; \
86 smb2srv_send_error(req, NT_STATUS_INVALID_PARAMETER); \
89 field_size = SVAL(req->in.body, 0); \
93 smb2srv_send_error(req, NT_STATUS_INVALID_PARAMETER); \
102 smb2srv_send_error(req, _status); \
109 ptr = talloc(req, type); \
111 smb2srv_send_error(req, NT_STATUS_NO_MEMORY); \
114 req->io_ptr = ptr; \
118 req
[all...]
H A Dnegprot.c34 static NTSTATUS smb2srv_negprot_secblob(struct smb2srv_request *req, DATA_BLOB *_blob) argument
42 server_credentials = cli_credentials_init(req);
44 smbsrv_terminate_connection(req->smb_conn, "Failed to init server credentials\n");
48 cli_credentials_set_conf(server_credentials, req->smb_conn->lp_ctx);
49 nt_status = cli_credentials_set_machine_account(server_credentials, req->smb_conn->lp_ctx);
56 req->smb_conn->negotiate.server_credentials = talloc_steal(req->smb_conn, server_credentials);
58 nt_status = samba_server_gensec_start(req,
59 req->smb_conn->connection->event.ctx,
60 req
93 smb2srv_negprot_backend(struct smb2srv_request *req, struct smb2_negprot *io) argument
153 smb2srv_negprot_send(struct smb2srv_request *req, struct smb2_negprot *io) argument
196 smb2srv_negprot_recv(struct smb2srv_request *req) argument
250 struct smb2srv_request *req; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/smb_server/smb2/
H A Dsesssetup.c30 static void smb2srv_sesssetup_send(struct smb2srv_request *req, union smb_sesssetup *io) argument
34 if (NT_STATUS_IS_OK(req->status)) {
36 } else if (NT_STATUS_EQUAL(req->status, NT_STATUS_MORE_PROCESSING_REQUIRED)) {
39 smb2srv_send_error(req, req->status);
43 SMB2SRV_CHECK(smb2srv_setup_reply(req, 0x08, true, io->smb2.out.secblob.length));
45 SSVAL(req->out.hdr, SMB2_HDR_CREDIT, credit);
46 SBVAL(req->out.hdr, SMB2_HDR_SESSION_ID, io->smb2.out.uid);
48 SSVAL(req->out.body, 0x02, io->smb2.out.session_flags);
49 SMB2SRV_CHECK(smb2_push_o16s16_blob(&req
55 struct smb2srv_request *req; member in struct:smb2srv_sesssetup_callback_ctx
64 struct smb2srv_request *req = ctx->req; local
105 smb2srv_sesssetup_backend(struct smb2srv_request *req, union smb_sesssetup *io) argument
204 smb2srv_sesssetup_recv(struct smb2srv_request *req) argument
230 smb2srv_logoff_backend(struct smb2srv_request *req) argument
244 smb2srv_logoff_send(struct smb2srv_request *req) argument
258 smb2srv_logoff_recv(struct smb2srv_request *req) argument
[all...]
H A Dsmb2_server.h79 #define SMB2SRV_CHECK_BODY_SIZE(req, size, dynamic) do { \
80 size_t is_size = req->in.body_size; \
86 smb2srv_send_error(req, NT_STATUS_INVALID_PARAMETER); \
89 field_size = SVAL(req->in.body, 0); \
93 smb2srv_send_error(req, NT_STATUS_INVALID_PARAMETER); \
102 smb2srv_send_error(req, _status); \
109 ptr = talloc(req, type); \
111 smb2srv_send_error(req, NT_STATUS_NO_MEMORY); \
114 req->io_ptr = ptr; \
118 req
[all...]
H A Dnegprot.c34 static NTSTATUS smb2srv_negprot_secblob(struct smb2srv_request *req, DATA_BLOB *_blob) argument
42 server_credentials = cli_credentials_init(req);
44 smbsrv_terminate_connection(req->smb_conn, "Failed to init server credentials\n");
48 cli_credentials_set_conf(server_credentials, req->smb_conn->lp_ctx);
49 nt_status = cli_credentials_set_machine_account(server_credentials, req->smb_conn->lp_ctx);
56 req->smb_conn->negotiate.server_credentials = talloc_steal(req->smb_conn, server_credentials);
58 nt_status = samba_server_gensec_start(req,
59 req->smb_conn->connection->event.ctx,
60 req
93 smb2srv_negprot_backend(struct smb2srv_request *req, struct smb2_negprot *io) argument
153 smb2srv_negprot_send(struct smb2srv_request *req, struct smb2_negprot *io) argument
196 smb2srv_negprot_recv(struct smb2srv_request *req) argument
250 struct smb2srv_request *req; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/winbindd/
H A Dwb_lookupusergroups.c37 struct tevent_req *req, *subreq; local
40 req = tevent_req_create(mem_ctx, &state,
42 if (req == NULL) {
49 if (tevent_req_nomem(subreq, req)) {
50 return tevent_req_post(req, ev);
52 tevent_req_set_callback(subreq, wb_lookupusergroups_done, req);
53 return req;
58 struct tevent_req *req = tevent_req_callback_data( local
61 req, struct wb_lookupusergroups_state);
67 tevent_req_nterror(req, statu
77 wb_lookupusergroups_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx, int *num_sids, struct dom_sid **sids) argument
[all...]
H A Dwb_query_user_list.c34 struct tevent_req *req, *subreq; local
37 req = tevent_req_create(mem_ctx, &state,
39 if (req == NULL) {
46 if (tevent_req_nomem(subreq, req)) {
47 return tevent_req_post(req, ev);
49 tevent_req_set_callback(subreq, wb_query_user_list_done, req);
50 return req;
55 struct tevent_req *req = tevent_req_callback_data( local
58 req, struct wb_query_user_list_state);
64 tevent_req_nterror(req, statu
78 wb_query_user_list_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx, int *num_users, struct wbint_userinfo **users) argument
[all...]
H A Dwb_seqnum.c34 struct tevent_req *req, *subreq; local
37 req = tevent_req_create(mem_ctx, &state, struct wb_seqnum_state);
38 if (req == NULL) {
43 if (tevent_req_nomem(subreq, req)) {
44 return tevent_req_post(req, ev);
46 tevent_req_set_callback(subreq, wb_seqnum_done, req);
47 return req;
52 struct tevent_req *req = tevent_req_callback_data( local
55 req, struct wb_seqnum_state);
61 tevent_req_nterror(req, statu
71 wb_seqnum_recv(struct tevent_req *req, uint32_t *seqnum) argument
[all...]
H A Dwinbindd_allocate_gid.c35 struct tevent_req *req, *subreq; local
39 req = tevent_req_create(mem_ctx, &state,
41 if (req == NULL) {
51 if (tevent_req_nomem(subreq, req)) {
52 return tevent_req_post(req, ev);
54 tevent_req_set_callback(subreq, winbindd_allocate_gid_done, req);
55 return req;
60 struct tevent_req *req = tevent_req_callback_data( local
63 req, struct winbindd_allocate_gid_state);
69 tevent_req_nterror(req, statu
79 winbindd_allocate_gid_recv(struct tevent_req *req, struct winbindd_response *response) argument
[all...]
H A Dwinbindd_allocate_uid.c35 struct tevent_req *req, *subreq; local
39 req = tevent_req_create(mem_ctx, &state,
41 if (req == NULL) {
51 if (tevent_req_nomem(subreq, req)) {
52 return tevent_req_post(req, ev);
54 tevent_req_set_callback(subreq, winbindd_allocate_uid_done, req);
55 return req;
60 struct tevent_req *req = tevent_req_callback_data( local
63 req, struct winbindd_allocate_uid_state);
69 tevent_req_nterror(req, statu
79 winbindd_allocate_uid_recv(struct tevent_req *req, struct winbindd_response *response) argument
[all...]
H A Dwinbindd_getpwsid.c35 struct tevent_req *req, *subreq; local
38 req = tevent_req_create(mem_ctx, &state,
40 if (req == NULL) {
52 tevent_req_nterror(req, NT_STATUS_INVALID_PARAMETER);
53 return tevent_req_post(req, ev);
57 if (tevent_req_nomem(subreq, req)) {
58 return tevent_req_post(req, ev);
60 tevent_req_set_callback(subreq, winbindd_getpwsid_done, req);
61 return req;
66 struct tevent_req *req local
79 winbindd_getpwsid_recv(struct tevent_req *req, struct winbindd_response *response) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/winbindd/
H A Dwb_lookupusergroups.c37 struct tevent_req *req, *subreq; local
40 req = tevent_req_create(mem_ctx, &state,
42 if (req == NULL) {
49 if (tevent_req_nomem(subreq, req)) {
50 return tevent_req_post(req, ev);
52 tevent_req_set_callback(subreq, wb_lookupusergroups_done, req);
53 return req;
58 struct tevent_req *req = tevent_req_callback_data( local
61 req, struct wb_lookupusergroups_state);
67 tevent_req_nterror(req, statu
77 wb_lookupusergroups_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx, int *num_sids, struct dom_sid **sids) argument
[all...]
H A Dwb_query_user_list.c34 struct tevent_req *req, *subreq; local
37 req = tevent_req_create(mem_ctx, &state,
39 if (req == NULL) {
46 if (tevent_req_nomem(subreq, req)) {
47 return tevent_req_post(req, ev);
49 tevent_req_set_callback(subreq, wb_query_user_list_done, req);
50 return req;
55 struct tevent_req *req = tevent_req_callback_data( local
58 req, struct wb_query_user_list_state);
64 tevent_req_nterror(req, statu
78 wb_query_user_list_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx, int *num_users, struct wbint_userinfo **users) argument
[all...]

Completed in 302 milliseconds

1234567891011>>