Searched refs:in_buf (Results 1 - 25 of 50) sorted by last modified time

12

/linux-master/fs/smb/client/
H A Dtransport.c703 static int allocate_mid(struct cifs_ses *ses, struct smb_hdr *in_buf, argument
708 if ((in_buf->Command != SMB_COM_SESSION_SETUP_ANDX) &&
709 (in_buf->Command != SMB_COM_NEGOTIATE)) {
718 if (in_buf->Command != SMB_COM_LOGOFF_ANDX) {
726 *ppmidQ = alloc_mid(in_buf, ses->server);
869 char *in_buf, int flags)
876 iov[0].iov_base = in_buf;
877 iov[0].iov_len = get_rfc1002_length(in_buf) + 4;
1355 struct smb_hdr *in_buf, struct smb_hdr *out_buf,
1360 unsigned int len = be32_to_cpu(in_buf
868 SendReceiveNoRsp(const unsigned int xid, struct cifs_ses *ses, char *in_buf, int flags) argument
1354 SendReceive(const unsigned int xid, struct cifs_ses *ses, struct smb_hdr *in_buf, struct smb_hdr *out_buf, int *pbytes_returned, const int flags) argument
1472 send_lock_cancel(const unsigned int xid, struct cifs_tcon *tcon, struct smb_hdr *in_buf, struct smb_hdr *out_buf) argument
1494 SendReceiveBlockingLock(const unsigned int xid, struct cifs_tcon *tcon, struct smb_hdr *in_buf, struct smb_hdr *out_buf, int *pbytes_returned) argument
[all...]
H A Dcifsproto.h115 char *in_buf, int flags);
132 struct smb_hdr *in_buf,
H A Dsmb1ops.c33 struct smb_hdr *in_buf = (struct smb_hdr *)rqst->rq_iov[0].iov_base; local
36 in_buf->smb_buf_length = cpu_to_be32(sizeof(struct smb_hdr) - 4 + 2);
37 in_buf->Command = SMB_COM_NT_CANCEL;
38 in_buf->WordCount = 0;
39 put_bcc(0, in_buf);
42 rc = cifs_sign_smb(in_buf, server, &mid->sequence_number);
54 rc = smb_send(server, in_buf, be32_to_cpu(in_buf->smb_buf_length));
61 get_mid(in_buf), rc);
/linux-master/drivers/gpu/drm/amd/pm/
H A Damdgpu_pm.c3664 const char *in_buf,
3676 ret = parse_input_od_command_lines(in_buf,
3662 amdgpu_distribute_custom_od_settings(struct amdgpu_device *adev, enum PP_OD_DPM_TABLE_COMMAND cmd_type, const char *in_buf, size_t count) argument
/linux-master/drivers/accessibility/speakup/
H A Dmain.c109 static void spkup_write(const u16 *in_buf, int count);
1079 static void spkup_write(const u16 *in_buf, int count) argument
1090 if ((in_buf == sentmarks[bn][currsentence]) &&
1094 ch = *in_buf++;
/linux-master/drivers/net/ethernet/microsoft/mana/
H A Dmana_en.c732 static int mana_send_request(struct mana_context *ac, void *in_buf, argument
737 struct gdma_req_hdr *req = in_buf;
745 err = mana_gd_send_request(gc, in_len, in_buf, out_len,
/linux-master/fs/ubifs/
H A Dubifs.h2109 void ubifs_compress(const struct ubifs_info *c, const void *in_buf, int in_len,
/linux-master/arch/powerpc/platforms/pseries/
H A Dpapr_scm.c669 data = *(uint64_t *)(hdr->in_buf + data_offset);
673 data = *(uint32_t *)(hdr->in_buf + data_offset);
678 data = *(uint16_t *)(hdr->in_buf + data_offset);
683 data_be = *(uint8_t *)(hdr->in_buf + data_offset);
/linux-master/drivers/net/ieee802154/
H A Dca8210.c2439 * @in_buf: Buffer containing message to write
2447 const char __user *in_buf,
2466 ret = copy_from_user(command, in_buf, len);
2445 ca8210_test_int_user_write( struct file *filp, const char __user *in_buf, size_t len, loff_t *off ) argument
/linux-master/drivers/gpu/drm/i915/display/
H A Ddvo_tfp410.c99 u8 in_buf[2]; local
112 .buf = in_buf,
120 *ch = in_buf[0];
H A Ddvo_sil164.c78 u8 in_buf[2]; local
91 .buf = in_buf,
99 *ch = in_buf[0];
H A Ddvo_ns2501.c398 u8 in_buf[2]; local
411 .buf = in_buf,
419 *ch = in_buf[0];
H A Ddvo_ivch.c197 u8 in_buf[2]; local
215 .buf = in_buf,
222 *data = (in_buf[1] << 8) | in_buf[0];
H A Ddvo_ch7xxx.c152 u8 in_buf[2]; local
165 .buf = in_buf,
173 *ch = in_buf[0];
/linux-master/drivers/acpi/nfit/
H A Dcore.c442 union acpi_object in_obj, in_buf, *out_obj; local
514 in_obj.package.elements = &in_buf;
515 in_buf.type = ACPI_TYPE_BUFFER;
516 in_buf.buffer.pointer = buf;
517 in_buf.buffer.length = 0;
521 in_buf.buffer.length += nd_cmd_in_size(nvdimm, cmd, desc,
526 in_buf.buffer.pointer = (void *) &call_pkg->nd_payload;
527 in_buf.buffer.length = call_pkg->nd_size_in;
531 dimm_name, cmd, family, func, in_buf.buffer.length);
534 in_buf
1721 union acpi_object in_buf = { local
[all...]
/linux-master/drivers/acpi/
H A Dpfr_update.c332 union acpi_object *out_obj, in_obj, in_buf; local
338 memset(&in_buf, 0, sizeof(in_buf));
341 in_obj.package.elements = &in_buf;
342 in_buf.type = ACPI_TYPE_INTEGER;
343 in_buf.integer.value = action;
H A Dpfr_telemetry.c83 union acpi_object *out_obj, in_obj, in_buf; local
88 memset(&in_buf, 0, sizeof(in_buf));
91 in_obj.package.elements = &in_buf;
92 in_buf.type = ACPI_TYPE_INTEGER;
93 in_buf.integer.value = pfrt_log_dev->info.log_type;
155 union acpi_object *out_obj, *obj, in_obj, in_buf; local
160 memset(&in_buf, 0, sizeof(in_buf));
163 in_obj.package.elements = &in_buf;
[all...]
/linux-master/fs/btrfs/
H A Dzstd.c52 zstd_in_buffer in_buf; member in struct:workspace
410 workspace->in_buf.src = kmap_local_page(in_page);
411 workspace->in_buf.pos = 0;
412 workspace->in_buf.size = min_t(size_t, len, PAGE_SIZE);
429 &workspace->in_buf);
438 if (tot_in + workspace->in_buf.pos > 8192 &&
439 tot_in + workspace->in_buf.pos <
473 if (workspace->in_buf.pos >= len) {
474 tot_in += workspace->in_buf.pos;
479 if (workspace->in_buf
[all...]
/linux-master/net/ceph/
H A Dmessenger_v2.c1064 sg_init_one(&sg, con->v2.in_buf, CEPH_PREAMBLE_SECURE_LEN);
1080 sg_set_buf(&sgs[1], con->v2.in_buf, pt_len);
1148 ret = setup_message_sgs(&sgt, con->in_msg, FRONT_PAD(con->v2.in_buf),
1149 MIDDLE_PAD(con->v2.in_buf), DATA_PAD(con->v2.in_buf),
1150 con->v2.in_buf, pages, dpos, true);
1798 add_in_kvec(con, con->v2.in_buf,
1819 memcpy(buf, con->v2.in_buf, CEPH_PREAMBLE_LEN);
1832 add_in_kvec(con, CTRL_BODY(con->v2.in_buf), ctrl_len);
1834 add_in_kvec(con, con->v2.in_buf, CEPH_CRC_LE
[all...]
/linux-master/include/linux/ceph/
H A Dmessenger.h448 u8 in_buf[CEPH_PREAMBLE_SECURE_LEN]; member in struct:ceph_connection_v2_info
/linux-master/drivers/tty/
H A Dn_gsm.c3912 static void gsm_mux_rx_netchar(struct gsm_dlci *dlci, const u8 *in_buf, int size) argument
3928 skb_put_data(skb, in_buf, size);
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_i2c.c1046 u8 in_buf[2]; local
1058 .buf = in_buf,
1066 *val = in_buf[0];
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_i2c.c288 u8 in_buf[2]; local
300 .buf = in_buf,
308 *val = in_buf[0];
/linux-master/drivers/nvdimm/
H A Ddimm_devs.c155 memcpy(cmd->in_buf, buf + buf_offset, cmd->in_length);
/linux-master/tools/testing/nvdimm/test/
H A Dndtest.c227 memcpy(p->label_area + hdr->in_offset, hdr->in_buf, len);

Completed in 510 milliseconds

12