Searched refs:ic (Results 1 - 25 of 428) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/rds/
H A Dib_cm.c54 struct rds_ib_connection *ic = conn->c_transport_data; local
58 ic->i_flowctl = 1;
61 ic->i_flowctl = 0;
80 rds_ib_tune_rnr(struct rds_ib_connection *ic, struct ib_qp_attr *attr) argument
85 ret = ib_modify_qp(ic->i_cm_id->qp, attr, IB_QP_MIN_RNR_TIMER);
97 struct rds_ib_connection *ic = conn->c_transport_data; local
118 ic->i_flowctl ? ", flow control" : "");
124 rds_ib_send_init_ring(ic);
125 rds_ib_recv_init_ring(ic);
131 rds_ib_tune_rnr(ic,
165 struct rds_ib_connection *ic = conn->c_transport_data; local
197 struct rds_ib_connection *ic = conn->c_transport_data; local
220 struct rds_ib_connection *ic = conn->c_transport_data; local
403 struct rds_ib_connection *ic = NULL; local
497 struct rds_ib_connection *ic = conn->c_transport_data; local
532 struct rds_ib_connection *ic = conn->c_transport_data; local
577 struct rds_ib_connection *ic = conn->c_transport_data; local
684 struct rds_ib_connection *ic; local
723 struct rds_ib_connection *ic = arg; local
[all...]
H A Diw_cm.c54 struct rds_iw_connection *ic = conn->c_transport_data; local
58 ic->i_flowctl = 1;
61 ic->i_flowctl = 0;
72 struct rds_iw_connection *ic = conn->c_transport_data; local
86 rds_iwdev = ib_get_client_data(ic->i_cm_id->device, &rds_iw_client);
87 err = rds_iw_update_cm_id(rds_iwdev, ic->i_cm_id);
101 ic->i_flowctl ? ", flow control" : "");
111 struct rds_iw_connection *ic = conn->c_transport_data; local
124 dp->dp_ack_seq = rds_iw_piggyb_ack(ic);
127 if (ic
148 struct rds_iw_connection *ic = conn->c_transport_data; local
247 struct rds_iw_connection *ic = conn->c_transport_data; local
379 struct rds_iw_connection *ic = NULL; local
475 struct rds_iw_connection *ic = conn->c_transport_data; local
502 struct rds_iw_connection *ic = conn->c_transport_data; local
512 struct rds_iw_connection *ic = conn->c_transport_data; local
571 struct rds_iw_connection *ic = conn->c_transport_data; local
688 struct rds_iw_connection *ic; local
727 struct rds_iw_connection *ic = arg; local
[all...]
H A Dib_recv.c69 static void rds_ib_recv_unmap_page(struct rds_ib_connection *ic, argument
76 ib_dma_unmap_page(ic->i_cm_id->device,
82 void rds_ib_recv_init_ring(struct rds_ib_connection *ic) argument
87 for (i = 0, recv = ic->i_recvs; i < ic->i_recv_ring.w_nr; i++, recv++) {
98 sge = rds_ib_data_sge(ic, recv->r_sge);
101 sge->lkey = ic->i_mr->lkey;
103 sge = rds_ib_header_sge(ic, recv->r_sge);
104 sge->addr = ic->i_recv_hdrs_dma + (i * sizeof(struct rds_header));
106 sge->lkey = ic
110 rds_ib_recv_clear_one(struct rds_ib_connection *ic, struct rds_ib_recv_work *recv) argument
126 rds_ib_recv_clear_ring(struct rds_ib_connection *ic) argument
141 struct rds_ib_connection *ic = conn->c_transport_data; local
227 struct rds_ib_connection *ic = conn->c_transport_data; local
360 rds_ib_recv_init_ack(struct rds_ib_connection *ic) argument
399 rds_ib_set_ack(struct rds_ib_connection *ic, u64 seq, int ack_required) argument
411 rds_ib_get_ack(struct rds_ib_connection *ic) argument
425 rds_ib_set_ack(struct rds_ib_connection *ic, u64 seq, int ack_required) argument
435 rds_ib_get_ack(struct rds_ib_connection *ic) argument
445 rds_ib_send_ack(struct rds_ib_connection *ic, unsigned int adv_credits) argument
514 rds_ib_attempt_ack(struct rds_ib_connection *ic) argument
541 rds_ib_ack_send_complete(struct rds_ib_connection *ic) argument
551 rds_ib_piggyb_ack(struct rds_ib_connection *ic) argument
562 struct rds_ib_connection *ic = conn->c_transport_data; local
692 struct rds_ib_connection *ic = conn->c_transport_data; local
815 struct rds_ib_connection *ic = conn->c_transport_data; local
824 rds_poll_cq(struct rds_ib_connection *ic, struct rds_ib_ack_state *state) argument
864 struct rds_ib_connection *ic = (struct rds_ib_connection *) data; local
896 struct rds_ib_connection *ic = conn->c_transport_data; local
[all...]
H A Diw_recv.c69 static void rds_iw_recv_unmap_page(struct rds_iw_connection *ic, argument
76 ib_dma_unmap_page(ic->i_cm_id->device,
82 void rds_iw_recv_init_ring(struct rds_iw_connection *ic) argument
87 for (i = 0, recv = ic->i_recvs; i < ic->i_recv_ring.w_nr; i++, recv++) {
98 sge = rds_iw_data_sge(ic, recv->r_sge);
103 sge = rds_iw_header_sge(ic, recv->r_sge);
104 sge->addr = ic->i_recv_hdrs_dma + (i * sizeof(struct rds_header));
110 static void rds_iw_recv_clear_one(struct rds_iw_connection *ic, argument
118 rds_iw_recv_unmap_page(ic, rec
126 rds_iw_recv_clear_ring(struct rds_iw_connection *ic) argument
141 struct rds_iw_connection *ic = conn->c_transport_data; local
227 struct rds_iw_connection *ic = conn->c_transport_data; local
360 rds_iw_recv_init_ack(struct rds_iw_connection *ic) argument
399 rds_iw_set_ack(struct rds_iw_connection *ic, u64 seq, int ack_required) argument
411 rds_iw_get_ack(struct rds_iw_connection *ic) argument
425 rds_iw_set_ack(struct rds_iw_connection *ic, u64 seq, int ack_required) argument
435 rds_iw_get_ack(struct rds_iw_connection *ic) argument
445 rds_iw_send_ack(struct rds_iw_connection *ic, unsigned int adv_credits) argument
514 rds_iw_attempt_ack(struct rds_iw_connection *ic) argument
541 rds_iw_ack_send_complete(struct rds_iw_connection *ic) argument
551 rds_iw_piggyb_ack(struct rds_iw_connection *ic) argument
651 struct rds_iw_connection *ic = conn->c_transport_data; local
774 struct rds_iw_connection *ic = conn->c_transport_data; local
783 rds_poll_cq(struct rds_iw_connection *ic, struct rds_iw_ack_state *state) argument
823 struct rds_iw_connection *ic = (struct rds_iw_connection *) data; local
855 struct rds_iw_connection *ic = conn->c_transport_data; local
[all...]
H A Diw_send.c66 static void rds_iw_send_unmap_rdma(struct rds_iw_connection *ic, argument
70 ib_dma_unmap_sg(ic->i_cm_id->device,
77 static void rds_iw_send_unmap_rm(struct rds_iw_connection *ic, argument
83 rdsdebug("ic %p send %p rm %p\n", ic, send, rm);
85 ib_dma_unmap_sg(ic->i_cm_id->device,
90 rds_iw_send_unmap_rdma(ic, rm->m_rdma_op);
128 void rds_iw_send_init_ring(struct rds_iw_connection *ic) argument
133 for (i = 0, send = ic->i_sends; i < ic
171 rds_iw_send_clear_ring(struct rds_iw_connection *ic) argument
199 struct rds_iw_connection *ic = conn->c_transport_data; local
349 rds_iw_send_grab_credits(struct rds_iw_connection *ic, u32 wanted, u32 *adv_credits, int need_posted, int max_posted) argument
404 struct rds_iw_connection *ic = conn->c_transport_data; local
425 struct rds_iw_connection *ic = conn->c_transport_data; local
449 rds_iw_xmit_populate_wr(struct rds_iw_connection *ic, struct rds_iw_send_work *send, unsigned int pos, unsigned long buffer, unsigned int length, int send_flags) argument
500 struct rds_iw_connection *ic = conn->c_transport_data; local
765 rds_iw_build_send_fastreg(struct rds_iw_device *rds_iwdev, struct rds_iw_connection *ic, struct rds_iw_send_work *send, int nent, int len, u64 sg_addr) argument
787 struct rds_iw_connection *ic = conn->c_transport_data; local
966 struct rds_iw_connection *ic = conn->c_transport_data; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/rds/
H A Dib_cm.c54 struct rds_ib_connection *ic = conn->c_transport_data; local
58 ic->i_flowctl = 1;
61 ic->i_flowctl = 0;
80 rds_ib_tune_rnr(struct rds_ib_connection *ic, struct ib_qp_attr *attr) argument
85 ret = ib_modify_qp(ic->i_cm_id->qp, attr, IB_QP_MIN_RNR_TIMER);
97 struct rds_ib_connection *ic = conn->c_transport_data; local
118 ic->i_flowctl ? ", flow control" : "");
124 rds_ib_send_init_ring(ic);
125 rds_ib_recv_init_ring(ic);
131 rds_ib_tune_rnr(ic,
165 struct rds_ib_connection *ic = conn->c_transport_data; local
197 struct rds_ib_connection *ic = conn->c_transport_data; local
220 struct rds_ib_connection *ic = conn->c_transport_data; local
403 struct rds_ib_connection *ic = NULL; local
497 struct rds_ib_connection *ic = conn->c_transport_data; local
532 struct rds_ib_connection *ic = conn->c_transport_data; local
577 struct rds_ib_connection *ic = conn->c_transport_data; local
684 struct rds_ib_connection *ic; local
723 struct rds_ib_connection *ic = arg; local
[all...]
H A Diw_cm.c54 struct rds_iw_connection *ic = conn->c_transport_data; local
58 ic->i_flowctl = 1;
61 ic->i_flowctl = 0;
72 struct rds_iw_connection *ic = conn->c_transport_data; local
86 rds_iwdev = ib_get_client_data(ic->i_cm_id->device, &rds_iw_client);
87 err = rds_iw_update_cm_id(rds_iwdev, ic->i_cm_id);
101 ic->i_flowctl ? ", flow control" : "");
111 struct rds_iw_connection *ic = conn->c_transport_data; local
124 dp->dp_ack_seq = rds_iw_piggyb_ack(ic);
127 if (ic
148 struct rds_iw_connection *ic = conn->c_transport_data; local
247 struct rds_iw_connection *ic = conn->c_transport_data; local
379 struct rds_iw_connection *ic = NULL; local
475 struct rds_iw_connection *ic = conn->c_transport_data; local
502 struct rds_iw_connection *ic = conn->c_transport_data; local
512 struct rds_iw_connection *ic = conn->c_transport_data; local
571 struct rds_iw_connection *ic = conn->c_transport_data; local
688 struct rds_iw_connection *ic; local
727 struct rds_iw_connection *ic = arg; local
[all...]
H A Dib_recv.c69 static void rds_ib_recv_unmap_page(struct rds_ib_connection *ic, argument
76 ib_dma_unmap_page(ic->i_cm_id->device,
82 void rds_ib_recv_init_ring(struct rds_ib_connection *ic) argument
87 for (i = 0, recv = ic->i_recvs; i < ic->i_recv_ring.w_nr; i++, recv++) {
98 sge = rds_ib_data_sge(ic, recv->r_sge);
101 sge->lkey = ic->i_mr->lkey;
103 sge = rds_ib_header_sge(ic, recv->r_sge);
104 sge->addr = ic->i_recv_hdrs_dma + (i * sizeof(struct rds_header));
106 sge->lkey = ic
110 rds_ib_recv_clear_one(struct rds_ib_connection *ic, struct rds_ib_recv_work *recv) argument
126 rds_ib_recv_clear_ring(struct rds_ib_connection *ic) argument
141 struct rds_ib_connection *ic = conn->c_transport_data; local
227 struct rds_ib_connection *ic = conn->c_transport_data; local
360 rds_ib_recv_init_ack(struct rds_ib_connection *ic) argument
399 rds_ib_set_ack(struct rds_ib_connection *ic, u64 seq, int ack_required) argument
411 rds_ib_get_ack(struct rds_ib_connection *ic) argument
425 rds_ib_set_ack(struct rds_ib_connection *ic, u64 seq, int ack_required) argument
435 rds_ib_get_ack(struct rds_ib_connection *ic) argument
445 rds_ib_send_ack(struct rds_ib_connection *ic, unsigned int adv_credits) argument
514 rds_ib_attempt_ack(struct rds_ib_connection *ic) argument
541 rds_ib_ack_send_complete(struct rds_ib_connection *ic) argument
551 rds_ib_piggyb_ack(struct rds_ib_connection *ic) argument
562 struct rds_ib_connection *ic = conn->c_transport_data; local
692 struct rds_ib_connection *ic = conn->c_transport_data; local
815 struct rds_ib_connection *ic = conn->c_transport_data; local
824 rds_poll_cq(struct rds_ib_connection *ic, struct rds_ib_ack_state *state) argument
864 struct rds_ib_connection *ic = (struct rds_ib_connection *) data; local
896 struct rds_ib_connection *ic = conn->c_transport_data; local
[all...]
H A Diw_recv.c69 static void rds_iw_recv_unmap_page(struct rds_iw_connection *ic, argument
76 ib_dma_unmap_page(ic->i_cm_id->device,
82 void rds_iw_recv_init_ring(struct rds_iw_connection *ic) argument
87 for (i = 0, recv = ic->i_recvs; i < ic->i_recv_ring.w_nr; i++, recv++) {
98 sge = rds_iw_data_sge(ic, recv->r_sge);
103 sge = rds_iw_header_sge(ic, recv->r_sge);
104 sge->addr = ic->i_recv_hdrs_dma + (i * sizeof(struct rds_header));
110 static void rds_iw_recv_clear_one(struct rds_iw_connection *ic, argument
118 rds_iw_recv_unmap_page(ic, rec
126 rds_iw_recv_clear_ring(struct rds_iw_connection *ic) argument
141 struct rds_iw_connection *ic = conn->c_transport_data; local
227 struct rds_iw_connection *ic = conn->c_transport_data; local
360 rds_iw_recv_init_ack(struct rds_iw_connection *ic) argument
399 rds_iw_set_ack(struct rds_iw_connection *ic, u64 seq, int ack_required) argument
411 rds_iw_get_ack(struct rds_iw_connection *ic) argument
425 rds_iw_set_ack(struct rds_iw_connection *ic, u64 seq, int ack_required) argument
435 rds_iw_get_ack(struct rds_iw_connection *ic) argument
445 rds_iw_send_ack(struct rds_iw_connection *ic, unsigned int adv_credits) argument
514 rds_iw_attempt_ack(struct rds_iw_connection *ic) argument
541 rds_iw_ack_send_complete(struct rds_iw_connection *ic) argument
551 rds_iw_piggyb_ack(struct rds_iw_connection *ic) argument
651 struct rds_iw_connection *ic = conn->c_transport_data; local
774 struct rds_iw_connection *ic = conn->c_transport_data; local
783 rds_poll_cq(struct rds_iw_connection *ic, struct rds_iw_ack_state *state) argument
823 struct rds_iw_connection *ic = (struct rds_iw_connection *) data; local
855 struct rds_iw_connection *ic = conn->c_transport_data; local
[all...]
H A Diw_send.c66 static void rds_iw_send_unmap_rdma(struct rds_iw_connection *ic, argument
70 ib_dma_unmap_sg(ic->i_cm_id->device,
77 static void rds_iw_send_unmap_rm(struct rds_iw_connection *ic, argument
83 rdsdebug("ic %p send %p rm %p\n", ic, send, rm);
85 ib_dma_unmap_sg(ic->i_cm_id->device,
90 rds_iw_send_unmap_rdma(ic, rm->m_rdma_op);
128 void rds_iw_send_init_ring(struct rds_iw_connection *ic) argument
133 for (i = 0, send = ic->i_sends; i < ic
171 rds_iw_send_clear_ring(struct rds_iw_connection *ic) argument
199 struct rds_iw_connection *ic = conn->c_transport_data; local
349 rds_iw_send_grab_credits(struct rds_iw_connection *ic, u32 wanted, u32 *adv_credits, int need_posted, int max_posted) argument
404 struct rds_iw_connection *ic = conn->c_transport_data; local
425 struct rds_iw_connection *ic = conn->c_transport_data; local
449 rds_iw_xmit_populate_wr(struct rds_iw_connection *ic, struct rds_iw_send_work *send, unsigned int pos, unsigned long buffer, unsigned int length, int send_flags) argument
500 struct rds_iw_connection *ic = conn->c_transport_data; local
765 rds_iw_build_send_fastreg(struct rds_iw_device *rds_iwdev, struct rds_iw_connection *ic, struct rds_iw_send_work *send, int nent, int len, u64 sg_addr) argument
787 struct rds_iw_connection *ic = conn->c_transport_data; local
966 struct rds_iw_connection *ic = conn->c_transport_data; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/libsmb/
H A Dntlmssp_ndr.c25 #define NTLMSSP_PULL_MESSAGE(type, blob, mem_ctx, ic, r) \
28 __ndr_err = ndr_pull_struct_blob(blob, mem_ctx, ic, r, \
39 #define NTLMSSP_PUSH_MESSAGE(type, blob, mem_ctx, ic, r) \
42 __ndr_err = ndr_push_struct_blob(blob, mem_ctx, ic, r, \
55 * @param ic Iconv convenience structure
61 struct smb_iconv_convenience *ic,
64 NTLMSSP_PULL_MESSAGE(NEGOTIATE_MESSAGE, blob, mem_ctx, ic, r);
71 * @param ic Iconv convenience structure
77 struct smb_iconv_convenience *ic,
80 NTLMSSP_PULL_MESSAGE(CHALLENGE_MESSAGE, blob, mem_ctx, ic,
59 ntlmssp_pull_NEGOTIATE_MESSAGE(const DATA_BLOB *blob, TALLOC_CTX *mem_ctx, struct smb_iconv_convenience *ic, struct NEGOTIATE_MESSAGE *r) argument
75 ntlmssp_pull_CHALLENGE_MESSAGE(const DATA_BLOB *blob, TALLOC_CTX *mem_ctx, struct smb_iconv_convenience *ic, struct CHALLENGE_MESSAGE *r) argument
91 ntlmssp_pull_AUTHENTICATE_MESSAGE(const DATA_BLOB *blob, TALLOC_CTX *mem_ctx, struct smb_iconv_convenience *ic, struct AUTHENTICATE_MESSAGE *r) argument
107 ntlmssp_push_NEGOTIATE_MESSAGE(DATA_BLOB *blob, TALLOC_CTX *mem_ctx, struct smb_iconv_convenience *ic, const struct NEGOTIATE_MESSAGE *r) argument
123 ntlmssp_push_CHALLENGE_MESSAGE(DATA_BLOB *blob, TALLOC_CTX *mem_ctx, struct smb_iconv_convenience *ic, const struct CHALLENGE_MESSAGE *r) argument
139 ntlmssp_push_AUTHENTICATE_MESSAGE(DATA_BLOB *blob, TALLOC_CTX *mem_ctx, struct smb_iconv_convenience *ic, const struct AUTHENTICATE_MESSAGE *r) argument
[all...]
H A Dntlmssp_ndr.h23 struct smb_iconv_convenience *ic,
27 struct smb_iconv_convenience *ic,
31 struct smb_iconv_convenience *ic,
35 struct smb_iconv_convenience *ic,
39 struct smb_iconv_convenience *ic,
43 struct smb_iconv_convenience *ic,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/libsmb/
H A Dntlmssp_ndr.c25 #define NTLMSSP_PULL_MESSAGE(type, blob, mem_ctx, ic, r) \
28 __ndr_err = ndr_pull_struct_blob(blob, mem_ctx, ic, r, \
39 #define NTLMSSP_PUSH_MESSAGE(type, blob, mem_ctx, ic, r) \
42 __ndr_err = ndr_push_struct_blob(blob, mem_ctx, ic, r, \
55 * @param ic Iconv convenience structure
61 struct smb_iconv_convenience *ic,
64 NTLMSSP_PULL_MESSAGE(NEGOTIATE_MESSAGE, blob, mem_ctx, ic, r);
71 * @param ic Iconv convenience structure
77 struct smb_iconv_convenience *ic,
80 NTLMSSP_PULL_MESSAGE(CHALLENGE_MESSAGE, blob, mem_ctx, ic,
59 ntlmssp_pull_NEGOTIATE_MESSAGE(const DATA_BLOB *blob, TALLOC_CTX *mem_ctx, struct smb_iconv_convenience *ic, struct NEGOTIATE_MESSAGE *r) argument
75 ntlmssp_pull_CHALLENGE_MESSAGE(const DATA_BLOB *blob, TALLOC_CTX *mem_ctx, struct smb_iconv_convenience *ic, struct CHALLENGE_MESSAGE *r) argument
91 ntlmssp_pull_AUTHENTICATE_MESSAGE(const DATA_BLOB *blob, TALLOC_CTX *mem_ctx, struct smb_iconv_convenience *ic, struct AUTHENTICATE_MESSAGE *r) argument
107 ntlmssp_push_NEGOTIATE_MESSAGE(DATA_BLOB *blob, TALLOC_CTX *mem_ctx, struct smb_iconv_convenience *ic, const struct NEGOTIATE_MESSAGE *r) argument
123 ntlmssp_push_CHALLENGE_MESSAGE(DATA_BLOB *blob, TALLOC_CTX *mem_ctx, struct smb_iconv_convenience *ic, const struct CHALLENGE_MESSAGE *r) argument
139 ntlmssp_push_AUTHENTICATE_MESSAGE(DATA_BLOB *blob, TALLOC_CTX *mem_ctx, struct smb_iconv_convenience *ic, const struct AUTHENTICATE_MESSAGE *r) argument
[all...]
H A Dntlmssp_ndr.h23 struct smb_iconv_convenience *ic,
27 struct smb_iconv_convenience *ic,
31 struct smb_iconv_convenience *ic,
35 struct smb_iconv_convenience *ic,
39 struct smb_iconv_convenience *ic,
43 struct smb_iconv_convenience *ic,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/libsmb/
H A Dntlmssp_ndr.c25 #define NTLMSSP_PULL_MESSAGE(type, blob, mem_ctx, ic, r) \
28 __ndr_err = ndr_pull_struct_blob(blob, mem_ctx, ic, r, \
39 #define NTLMSSP_PUSH_MESSAGE(type, blob, mem_ctx, ic, r) \
42 __ndr_err = ndr_push_struct_blob(blob, mem_ctx, ic, r, \
55 * @param ic Iconv convenience structure
61 struct smb_iconv_convenience *ic,
64 NTLMSSP_PULL_MESSAGE(NEGOTIATE_MESSAGE, blob, mem_ctx, ic, r);
71 * @param ic Iconv convenience structure
77 struct smb_iconv_convenience *ic,
80 NTLMSSP_PULL_MESSAGE(CHALLENGE_MESSAGE, blob, mem_ctx, ic,
59 ntlmssp_pull_NEGOTIATE_MESSAGE(const DATA_BLOB *blob, TALLOC_CTX *mem_ctx, struct smb_iconv_convenience *ic, struct NEGOTIATE_MESSAGE *r) argument
75 ntlmssp_pull_CHALLENGE_MESSAGE(const DATA_BLOB *blob, TALLOC_CTX *mem_ctx, struct smb_iconv_convenience *ic, struct CHALLENGE_MESSAGE *r) argument
91 ntlmssp_pull_AUTHENTICATE_MESSAGE(const DATA_BLOB *blob, TALLOC_CTX *mem_ctx, struct smb_iconv_convenience *ic, struct AUTHENTICATE_MESSAGE *r) argument
107 ntlmssp_push_NEGOTIATE_MESSAGE(DATA_BLOB *blob, TALLOC_CTX *mem_ctx, struct smb_iconv_convenience *ic, const struct NEGOTIATE_MESSAGE *r) argument
123 ntlmssp_push_CHALLENGE_MESSAGE(DATA_BLOB *blob, TALLOC_CTX *mem_ctx, struct smb_iconv_convenience *ic, const struct CHALLENGE_MESSAGE *r) argument
139 ntlmssp_push_AUTHENTICATE_MESSAGE(DATA_BLOB *blob, TALLOC_CTX *mem_ctx, struct smb_iconv_convenience *ic, const struct AUTHENTICATE_MESSAGE *r) argument
[all...]
H A Dntlmssp_ndr.h23 struct smb_iconv_convenience *ic,
27 struct smb_iconv_convenience *ic,
31 struct smb_iconv_convenience *ic,
35 struct smb_iconv_convenience *ic,
39 struct smb_iconv_convenience *ic,
43 struct smb_iconv_convenience *ic,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavformat/
H A Dasus_utils.c85 AVFormatContext *ic; local
94 ic = av_alloc_format_context();
96 ic = *ic_ptr;
97 if (!ic) {
101 ic->iformat = fmt;
102 ic->pb = pb;
103 ic->duration = AV_NOPTS_VALUE;
104 ic->start_time = AV_NOPTS_VALUE;
105 av_strlcpy(ic->filename, filename, sizeof(ic
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavformat/
H A Dasus_utils.c85 AVFormatContext *ic; local
94 ic = av_alloc_format_context();
96 ic = *ic_ptr;
97 if (!ic) {
101 ic->iformat = fmt;
102 ic->pb = pb;
103 ic->duration = AV_NOPTS_VALUE;
104 ic->start_time = AV_NOPTS_VALUE;
105 av_strlcpy(ic->filename, filename, sizeof(ic
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavformat/
H A Dasus_utils.c85 AVFormatContext *ic; local
94 ic = av_alloc_format_context();
96 ic = *ic_ptr;
97 if (!ic) {
101 ic->iformat = fmt;
102 ic->pb = pb;
103 ic->duration = AV_NOPTS_VALUE;
104 ic->start_time = AV_NOPTS_VALUE;
105 av_strlcpy(ic->filename, filename, sizeof(ic
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/base/
H A Dattribute_container.c35 struct internal_container *ic = local
37 get_device(&ic->classdev);
42 struct internal_container *ic = local
44 put_device(&ic->classdev);
58 struct internal_container *ic = local
60 return ic->cont;
115 struct internal_container *ic local
119 kfree(ic);
151 struct internal_container *ic; local
159 ic
213 struct internal_container *ic; local
257 struct internal_container *ic; local
424 struct internal_container *ic; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/base/
H A Dattribute_container.c35 struct internal_container *ic = local
37 get_device(&ic->classdev);
42 struct internal_container *ic = local
44 put_device(&ic->classdev);
58 struct internal_container *ic = local
60 return ic->cont;
115 struct internal_container *ic local
119 kfree(ic);
151 struct internal_container *ic; local
159 ic
213 struct internal_container *ic; local
257 struct internal_container *ic; local
424 struct internal_container *ic; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/jffs2/
H A Dbuild.c34 next_inode(int *i, struct jffs2_inode_cache *ic, struct jffs2_sb_info *c) argument
37 if (ic->next)
38 return ic->next;
43 #define for_each_inode(i, c, ic) \
44 for (i = 0, ic = first_inode_chain(&i, (c)); \
45 ic; \
46 ic = next_inode(&i, ic, (c)))
50 struct jffs2_inode_cache *ic)
54 dbg_fsbuild("building directory inode #%u\n", ic
49 jffs2_build_inode_pass1(struct jffs2_sb_info *c, struct jffs2_inode_cache *ic) argument
97 struct jffs2_inode_cache *ic; local
193 jffs2_build_remove_unlinked_inode(struct jffs2_sb_info *c, struct jffs2_inode_cache *ic, struct jffs2_full_dirent **dead_fds) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/jffs2/
H A Dbuild.c34 next_inode(int *i, struct jffs2_inode_cache *ic, struct jffs2_sb_info *c) argument
37 if (ic->next)
38 return ic->next;
43 #define for_each_inode(i, c, ic) \
44 for (i = 0, ic = first_inode_chain(&i, (c)); \
45 ic; \
46 ic = next_inode(&i, ic, (c)))
50 struct jffs2_inode_cache *ic)
54 dbg_fsbuild("building directory inode #%u\n", ic
49 jffs2_build_inode_pass1(struct jffs2_sb_info *c, struct jffs2_inode_cache *ic) argument
97 struct jffs2_inode_cache *ic; local
193 jffs2_build_remove_unlinked_inode(struct jffs2_sb_info *c, struct jffs2_inode_cache *ic, struct jffs2_full_dirent **dead_fds) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/lib/util/charset/
H A Dcharcnv.c52 static const char *charset_name(struct smb_iconv_convenience *ic, charset_t ch) argument
56 case CH_UNIX: return ic->unix_charset;
57 case CH_DOS: return ic->dos_charset;
110 static smb_iconv_t get_conv_handle(struct smb_iconv_convenience *ic, argument
130 if (ic->conv_handles[from][to]) {
131 return ic->conv_handles[from][to];
134 n1 = charset_name(ic, from);
135 n2 = charset_name(ic, to);
137 ic->conv_handles[from][to] = smb_iconv_open_ex(ic, n
241 convert_string_convenience(struct smb_iconv_convenience *ic, charset_t from, charset_t to, void const *src, size_t srclen, void *dest, size_t destlen, size_t *converted_size, bool allow_badcharcnv) argument
314 convert_string_talloc_convenience(TALLOC_CTX *ctx, struct smb_iconv_convenience *ic, charset_t from, charset_t to, void const *src, size_t srclen, void *dst, size_t *converted_size, bool allow_badcharcnv) argument
360 next_codepoint_convenience(struct smb_iconv_convenience *ic, const char *str, size_t *size) argument
433 push_codepoint_convenience(struct smb_iconv_convenience *ic, char *str, codepoint_t c) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/lib/util/charset/
H A Dcharcnv.c52 static const char *charset_name(struct smb_iconv_convenience *ic, charset_t ch) argument
56 case CH_UNIX: return ic->unix_charset;
57 case CH_DOS: return ic->dos_charset;
110 static smb_iconv_t get_conv_handle(struct smb_iconv_convenience *ic, argument
130 if (ic->conv_handles[from][to]) {
131 return ic->conv_handles[from][to];
134 n1 = charset_name(ic, from);
135 n2 = charset_name(ic, to);
137 ic->conv_handles[from][to] = smb_iconv_open_ex(ic, n
241 convert_string_convenience(struct smb_iconv_convenience *ic, charset_t from, charset_t to, void const *src, size_t srclen, void *dest, size_t destlen, size_t *converted_size, bool allow_badcharcnv) argument
314 convert_string_talloc_convenience(TALLOC_CTX *ctx, struct smb_iconv_convenience *ic, charset_t from, charset_t to, void const *src, size_t srclen, void *dst, size_t *converted_size, bool allow_badcharcnv) argument
360 next_codepoint_convenience(struct smb_iconv_convenience *ic, const char *str, size_t *size) argument
433 push_codepoint_convenience(struct smb_iconv_convenience *ic, char *str, codepoint_t c) argument
[all...]

Completed in 242 milliseconds

1234567891011>>