/linux-4.1.27/drivers/media/pci/ngene/ |
D | ngene-i2c.c | 49 u8 *out, u8 outlen, u8 *in, u8 inlen, int flag) in ngene_command_i2c_read() argument 54 com.cmd.hdr.Length = outlen + 3; in ngene_command_i2c_read() 56 memcpy(com.cmd.I2CRead.Data, out, outlen); in ngene_command_i2c_read() 57 com.cmd.I2CRead.Data[outlen] = inlen; in ngene_command_i2c_read() 58 com.cmd.I2CRead.Data[outlen + 1] = 0; in ngene_command_i2c_read() 59 com.in_len = outlen + 3; in ngene_command_i2c_read() 76 u8 *out, u8 outlen) in ngene_command_i2c_write() argument 82 com.cmd.hdr.Length = outlen + 1; in ngene_command_i2c_write() 84 memcpy(com.cmd.I2CRead.Data, out, outlen); in ngene_command_i2c_write() 85 com.in_len = outlen + 1; in ngene_command_i2c_write()
|
/linux-4.1.27/fs/jfs/ |
D | jfs_unicode.c | 36 int outlen = 0; in jfs_strfromUCS_le() local 45 &to[outlen], in jfs_strfromUCS_le() 48 outlen += charlen; in jfs_strfromUCS_le() 50 to[outlen++] = '?'; in jfs_strfromUCS_le() 70 outlen = i; in jfs_strfromUCS_le() 72 to[outlen] = 0; in jfs_strfromUCS_le() 73 return outlen; in jfs_strfromUCS_le()
|
D | jfs_dtree.c | 3025 int d_namleft, len, outlen; in jfs_readdir() local 3252 outlen = jfs_strfromUCS_le(name_ptr, d->name, len, in jfs_readdir() 3254 jfs_dirent->name_len = outlen; in jfs_readdir() 3260 name_ptr += outlen; in jfs_readdir() 3272 outlen = jfs_strfromUCS_le(name_ptr, t->name, in jfs_readdir() 3274 jfs_dirent->name_len += outlen; in jfs_readdir()
|
/linux-4.1.27/include/crypto/ |
D | drbg.h | 185 unsigned int outlen; /* size of output buffer */ member 204 unsigned char *outbuf, unsigned int outlen, in crypto_drbg_get_bytes_addtl() argument 210 genbuf.outlen = outlen; in crypto_drbg_get_bytes_addtl() 235 unsigned char *outbuf, unsigned int outlen, in crypto_drbg_get_bytes_addtl_test() argument 242 genbuf.outlen = outlen; in crypto_drbg_get_bytes_addtl_test() 270 genbuf.outlen = 0; in crypto_drbg_reset_test()
|
/linux-4.1.27/drivers/net/ethernet/sfc/ |
D | mcdi.c | 44 size_t outlen; member 449 min(async->outlen, data_len)); in efx_mcdi_complete_async() 533 efx_dword_t *outbuf, size_t outlen, in _efx_mcdi_rpc_finish() argument 588 min(outlen, data_len)); in _efx_mcdi_rpc_finish() 618 efx_dword_t *outbuf, size_t outlen, in _efx_mcdi_rpc() argument 629 return _efx_mcdi_rpc_finish(efx, cmd, inlen, outbuf, outlen, in _efx_mcdi_rpc() 635 efx_dword_t *outbuf, size_t outlen, in efx_mcdi_rpc() argument 638 return _efx_mcdi_rpc(efx, cmd, inbuf, inlen, outbuf, outlen, in efx_mcdi_rpc() 652 efx_dword_t *outbuf, size_t outlen, in efx_mcdi_rpc_quiet() argument 655 return _efx_mcdi_rpc(efx, cmd, inbuf, inlen, outbuf, outlen, in efx_mcdi_rpc_quiet() [all …]
|
D | mcdi_port.c | 40 size_t outlen; in efx_mcdi_get_phy_cfg() local 47 outbuf, sizeof(outbuf), &outlen); in efx_mcdi_get_phy_cfg() 51 if (outlen < MC_CMD_GET_PHY_CFG_OUT_LEN) { in efx_mcdi_get_phy_cfg() 99 size_t outlen; in efx_mcdi_loopback_modes() local 103 outbuf, sizeof(outbuf), &outlen); in efx_mcdi_loopback_modes() 107 if (outlen < (MC_CMD_GET_LOOPBACK_MODES_OUT_SUGGESTED_OFST + in efx_mcdi_loopback_modes() 128 size_t outlen; in efx_mcdi_mdio_read() local 137 outbuf, sizeof(outbuf), &outlen); in efx_mcdi_mdio_read() 154 size_t outlen; in efx_mcdi_mdio_write() local 164 outbuf, sizeof(outbuf), &outlen); in efx_mcdi_mdio_write() [all …]
|
D | ef10.c | 102 size_t outlen; in efx_ef10_init_datapath_caps() local 108 outbuf, sizeof(outbuf), &outlen); in efx_ef10_init_datapath_caps() 111 if (outlen < sizeof(outbuf)) { in efx_ef10_init_datapath_caps() 153 size_t outlen; in efx_ef10_get_mac_address() local 159 outbuf, sizeof(outbuf), &outlen); in efx_ef10_get_mac_address() 162 if (outlen < MC_CMD_GET_MAC_ADDRESSES_OUT_LEN) in efx_ef10_get_mac_address() 285 size_t outlen; in efx_ef10_free_vis() local 287 outbuf, sizeof(outbuf), &outlen); in efx_ef10_free_vis() 293 efx_mcdi_display_error(efx, MC_CMD_FREE_VIS, 0, outbuf, outlen, in efx_ef10_free_vis() 325 size_t outlen; in efx_ef10_alloc_piobufs() local [all …]
|
D | mcdi.h | 132 size_t inlen, efx_dword_t *outbuf, size_t outlen, 136 efx_dword_t *outbuf, size_t outlen, 142 efx_dword_t *outbuf, size_t outlen, 146 size_t outlen, size_t *outlen_actual); 153 const efx_dword_t *inbuf, size_t inlen, size_t outlen, 158 size_t outlen, 164 size_t outlen, int rc);
|
D | mcdi_mon.c | 313 size_t outlen; in efx_mcdi_mon_probe() local 325 outbuf, sizeof(outbuf), &outlen); in efx_mcdi_mon_probe() 328 if (outlen < MC_CMD_SENSOR_INFO_OUT_LENMIN) in efx_mcdi_mon_probe() 389 &outlen); in efx_mcdi_mon_probe() 392 if (outlen < MC_CMD_SENSOR_INFO_OUT_LENMIN) { in efx_mcdi_mon_probe() 402 if (outlen < in efx_mcdi_mon_probe()
|
D | siena.c | 734 size_t offset, size_t outlen) in siena_mcdi_read_response() argument 737 unsigned int outlen_dw = DIV_ROUND_UP(outlen, 4); in siena_mcdi_read_response()
|
D | siena_sriov.c | 203 size_t outlen; in efx_siena_sriov_cmd() local 211 outbuf, MC_CMD_SRIOV_OUT_LEN, &outlen); in efx_siena_sriov_cmd() 214 if (outlen < MC_CMD_SRIOV_OUT_LEN) in efx_siena_sriov_cmd()
|
/linux-4.1.27/fs/ncpfs/ |
D | symlink.c | 109 int length, err, i, outlen; in ncp_symlink() local 147 outlen = NCP_MAX_SYMLINK_SIZE - hdr; in ncp_symlink() 148 err = ncp_io2vol(NCP_SERVER(dir), rawlink + hdr, &outlen, symname, length, 0); in ncp_symlink() 152 outlen += hdr; in ncp_symlink() 165 0, outlen, rawlink, &i) || i!=outlen) { in ncp_symlink()
|
/linux-4.1.27/fs/cifs/ |
D | cifs_unicode.c | 186 int outlen = 0; in cifs_from_utf16() local 217 if (outlen >= safelen) { in cifs_from_utf16() 219 if ((outlen + charlen) > (tolen - nullsize)) in cifs_from_utf16() 224 charlen = cifs_mapchar(&to[outlen], ftmp, codepage, map_type); in cifs_from_utf16() 225 outlen += charlen; in cifs_from_utf16() 241 to[outlen++] = 0; in cifs_from_utf16() 243 return outlen; in cifs_from_utf16() 313 int charlen, outlen = 0; in cifs_utf16_bytes() local 332 outlen += charlen; in cifs_utf16_bytes() 335 return outlen; in cifs_utf16_bytes()
|
/linux-4.1.27/fs/logfs/ |
D | compr.c | 17 int logfs_compress(void *in, void *out, size_t inlen, size_t outlen) in logfs_compress() argument 31 stream.avail_out = outlen; in logfs_compress() 51 int logfs_uncompress(void *in, void *out, size_t inlen, size_t outlen) in logfs_uncompress() argument 65 stream.avail_out = outlen; in logfs_uncompress()
|
D | journal.c | 145 size_t inlen, outlen; in unpack() local 148 outlen = be16_to_cpu(jh->h_datalen); in unpack() 153 err = logfs_uncompress(data, to, inlen, outlen); in unpack()
|
D | logfs.h | 468 int logfs_compress(void *in, void *out, size_t inlen, size_t outlen); 469 int logfs_uncompress(void *in, void *out, size_t inlen, size_t outlen);
|
/linux-4.1.27/drivers/media/usb/dvb-usb/ |
D | vp7045.c | 28 int vp7045_usb_op(struct dvb_usb_device *d, u8 cmd, u8 *out, int outlen, u8 *in, int inlen, int mse… in vp7045_usb_op() argument 35 if (outlen > 19) in vp7045_usb_op() 36 outlen = 19; in vp7045_usb_op() 45 if (out != NULL && outlen > 0) in vp7045_usb_op() 46 memcpy(&buf[1], out, outlen); in vp7045_usb_op() 49 debug_dump(buf, outlen+1, deb_xfer); in vp7045_usb_op()
|
D | vp7045.h | 67 extern int vp7045_usb_op(struct dvb_usb_device *d, u8 cmd, u8 *out, int outlen, u8 *in, int inlen,i…
|
/linux-4.1.27/fs/fat/ |
D | namei_vfat.c | 498 int *longlen, int *outlen, int escape, int utf8, in xlate_to_uni() argument 509 *outlen = utf8s_to_utf16s(name, len, UTF16_HOST_ENDIAN, in xlate_to_uni() 511 if (*outlen < 0) in xlate_to_uni() 512 return *outlen; in xlate_to_uni() 513 else if (*outlen > FAT_LFN_LEN) in xlate_to_uni() 516 op = &outname[*outlen * sizeof(wchar_t)]; in xlate_to_uni() 518 for (i = 0, ip = name, op = outname, *outlen = 0; in xlate_to_uni() 519 i < len && *outlen < FAT_LFN_LEN; in xlate_to_uni() 520 *outlen += 1) { in xlate_to_uni() 560 *longlen = *outlen; in xlate_to_uni() [all …]
|
/linux-4.1.27/crypto/ |
D | algif_aead.c | 364 size_t outlen = 0; in aead_recvmsg() local 417 outlen = ((used + bs - 1) / bs * bs); in aead_recvmsg() 419 outlen += as; in aead_recvmsg() 422 outlen = used - as; in aead_recvmsg() 424 outlen = ((outlen + bs - 1) / bs * bs); in aead_recvmsg() 430 (outlen - usedpages)); in aead_recvmsg() 443 if (outlen <= usedpages) in aead_recvmsg() 451 if (usedpages < outlen) in aead_recvmsg() 519 return err ? err : outlen; in aead_recvmsg()
|
D | drbg.c | 594 int outlen = 0; in drbg_ctr_generate() local 601 outlen = (drbg_blocklen(drbg) < (buflen - len)) ? in drbg_ctr_generate() 609 memcpy(buf + len, drbg->scratchpad, outlen); in drbg_ctr_generate() 610 len += outlen; in drbg_ctr_generate() 726 unsigned int outlen = 0; in drbg_hmac_generate() local 731 outlen = (drbg_blocklen(drbg) < (buflen - len)) ? in drbg_hmac_generate() 737 memcpy(buf + len, drbg->V, outlen); in drbg_hmac_generate() 738 len += outlen; in drbg_hmac_generate() 824 unsigned char *outval, size_t outlen, in drbg_hash_df() argument 835 drbg_cpu_to_be32((outlen * 8), &input[1]); in drbg_hash_df() [all …]
|
D | testmgr.c | 1208 if (dlen != ctemplate[i].outlen) { in test_comp() 1241 if (dlen != dtemplate[i].outlen) { in test_comp() 1298 req.avail_out = ctemplate[i].outlen / 2; in test_pcomp() 1322 req.avail_out += COMP_BUF_SIZE - ctemplate[i].outlen / 2; in test_pcomp() 1332 if (COMP_BUF_SIZE - req.avail_out != ctemplate[i].outlen) { in test_pcomp() 1336 ctemplate[i].outlen); in test_pcomp() 1340 if (produced != ctemplate[i].outlen) { in test_pcomp() 1343 algo, produced, ctemplate[i].outlen); in test_pcomp() 1347 if (memcmp(result, ctemplate[i].output, ctemplate[i].outlen)) { in test_pcomp() 1350 hexdump(result, ctemplate[i].outlen); in test_pcomp() [all …]
|
D | testmgr.h | 28588 int inlen, outlen; member 28596 int inlen, outlen; member 28612 .outlen = 38, 28622 .outlen = 122, 28648 .outlen = 191, 28670 .outlen = 70, 28739 .outlen = 38, 28751 .outlen = 122, 28779 .outlen = 191, 28803 .outlen = 70, [all …]
|
/linux-4.1.27/include/linux/ |
D | olpc-ec.h | 33 size_t outlen); 38 size_t outlen) { return -ENODEV; } in olpc_ec_cmd() argument
|
/linux-4.1.27/drivers/platform/olpc/ |
D | olpc-ec.c | 23 size_t inlen, outlen; member 87 desc->outbuf, desc->outlen, ec_cb_arg); in olpc_ec_worker() 115 int olpc_ec_cmd(u8 cmd, u8 *inbuf, size_t inlen, u8 *outbuf, size_t outlen) in olpc_ec_cmd() argument 137 desc.outlen = outlen; in olpc_ec_cmd()
|
/linux-4.1.27/drivers/crypto/nx/ |
D | nx-aes-xcbc.c | 106 nx_ctx->op.outlen = (nx_ctx->out_sg - out_sg) * sizeof(struct nx_sg); in nx_xcbc_empty() 135 nx_ctx->op.outlen = (nx_ctx->out_sg - out_sg) * sizeof(struct nx_sg); in nx_xcbc_empty() 224 nx_ctx->op.outlen = (nx_ctx->out_sg - out_sg) * sizeof(struct nx_sg); in nx_xcbc_update() 277 if (!nx_ctx->op.inlen || !nx_ctx->op.outlen) { in nx_xcbc_update() 357 nx_ctx->op.outlen = (nx_ctx->out_sg - out_sg) * sizeof(struct nx_sg); in nx_xcbc_final() 359 if (!nx_ctx->op.outlen) { in nx_xcbc_final()
|
D | nx-sha256.c | 107 nx_ctx->op.outlen = (nx_ctx->out_sg - out_sg) * sizeof(struct nx_sg); in nx_sha256_update() 160 if (!nx_ctx->op.inlen || !nx_ctx->op.outlen) { in nx_sha256_update() 240 nx_ctx->op.outlen = (nx_ctx->out_sg - out_sg) * sizeof(struct nx_sg); in nx_sha256_final() 241 if (!nx_ctx->op.outlen) { in nx_sha256_final()
|
D | nx-sha512.c | 107 nx_ctx->op.outlen = (nx_ctx->out_sg - out_sg) * sizeof(struct nx_sg); in nx_sha512_update() 164 if (!nx_ctx->op.inlen || !nx_ctx->op.outlen) { in nx_sha512_update() 245 nx_ctx->op.outlen = (nx_ctx->out_sg - out_sg) * sizeof(struct nx_sg); in nx_sha512_final() 247 if (!nx_ctx->op.outlen) { in nx_sha512_final()
|
D | nx-842.c | 329 unsigned char *out, unsigned int *outlen, void *wmem) in nx842_compress() argument 370 bytesleft = *outlen - hdrsize; in nx842_compress() 434 op.outlen = -nx842_get_scatterlist_size(&slout); in nx842_compress() 483 *outlen = (unsigned int)(outbuf - (unsigned long)out); in nx842_compress() 529 unsigned char *out, unsigned int *outlen, void *wmem) in nx842_decompress() argument 548 if (!IS_ALIGNED(outbuf, PAGE_SIZE) || *outlen != PAGE_SIZE) in nx842_decompress() 626 op.outlen = max_sync_size; in nx842_decompress() 631 op.outlen = -nx842_get_scatterlist_size(&slout); in nx842_decompress() 679 *outlen = (unsigned int)(outbuf - (unsigned long)out); in nx842_decompress()
|
D | nx-aes-cbc.c | 92 if (!nx_ctx->op.inlen || !nx_ctx->op.outlen) { in cbc_aes_nx_crypt()
|
D | nx-aes-ecb.c | 92 if (!nx_ctx->op.inlen || !nx_ctx->op.outlen) { in ecb_aes_nx_crypt()
|
D | nx-aes-ctr.c | 105 if (!nx_ctx->op.inlen || !nx_ctx->op.outlen) { in ctr_aes_nx_crypt()
|
D | nx-aes-gcm.c | 306 nx_ctx->op.outlen = (nx_ctx->out_sg - out_sg) * sizeof(struct nx_sg); in gcm_empty()
|
D | nx-aes-ccm.c | 269 nx_ctx->op.outlen = (nx_ctx->out_sg - nx_outsg) * in generate_pat()
|
D | nx.c | 307 nx_ctx->op.outlen = trim_sg_list(nx_ctx->out_sg, nx_outsg, delta, nbytes); in nx_build_sg_lists()
|
/linux-4.1.27/fs/hfsplus/ |
D | unicode.c | 303 u16 *dstr, outlen = 0; in hfsplus_asc2uni() local 307 while (outlen < max_unistr_len && len > 0) { in hfsplus_asc2uni() 315 if (outlen + dsize > max_unistr_len) in hfsplus_asc2uni() 318 ustr->unicode[outlen++] = cpu_to_be16(*dstr++); in hfsplus_asc2uni() 321 ustr->unicode[outlen++] = cpu_to_be16(c); in hfsplus_asc2uni() 326 ustr->length = cpu_to_be16(outlen); in hfsplus_asc2uni()
|
/linux-4.1.27/drivers/infiniband/hw/ipath/ |
D | ipath_cq.c | 230 if (udata && udata->outlen >= sizeof(__u64)) in ipath_create_cq() 244 if (udata && udata->outlen >= sizeof(__u64)) { in ipath_create_cq() 389 if (udata && udata->outlen >= sizeof(__u64)) in ipath_resize_cq() 400 if (udata && udata->outlen >= sizeof(__u64)) { in ipath_resize_cq() 456 if (udata && udata->outlen >= sizeof(__u64)) { in ipath_resize_cq()
|
D | ipath_srq.c | 149 if (udata && udata->outlen >= sizeof(__u64)) { in ipath_create_srq()
|
D | ipath_qp.c | 885 if (udata && udata->outlen >= sizeof(__u64)) { in ipath_create_qp()
|
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx5/core/ |
D | cmd.c | 512 lay->outlen = cpu_to_be32(ent->out->len); in cmd_work_handler() 681 err = mlx5_cmd_exec(dev, dbg->in_msg, dbg->inlen, dbg->out_msg, dbg->outlen); in dbg_write() 896 copy = min_t(int, count, dbg->outlen); in data_read() 917 char outlen[8]; in outlen_read() local 923 err = snprintf(outlen, sizeof(outlen), "%d", dbg->outlen); in outlen_read() 927 if (copy_to_user(buf, &outlen, err)) in outlen_read() 941 int outlen; in outlen_write() local 950 dbg->outlen = 0; in outlen_write() 957 err = sscanf(outlen_str, "%d", &outlen); in outlen_write() 961 ptr = kzalloc(outlen, GFP_KERNEL); in outlen_write() [all …]
|
D | pagealloc.c | 365 int outlen; in reclaim_pages() local 374 outlen = sizeof(*out) + npages * sizeof(out->pas[0]); in reclaim_pages() 375 out = mlx5_vzalloc(outlen); in reclaim_pages() 383 mlx5_core_dbg(dev, "npages %d, outlen %d\n", npages, outlen); in reclaim_pages() 384 err = mlx5_cmd_exec(dev, &in, sizeof(in), out, outlen); in reclaim_pages()
|
D | mr.c | 142 struct mlx5_query_mkey_mbox_out *out, int outlen) in mlx5_core_query_mkey() argument 148 memset(out, 0, outlen); in mlx5_core_query_mkey() 152 err = mlx5_cmd_exec(dev, &in, sizeof(in), out, outlen); in mlx5_core_query_mkey()
|
D | qp.c | 352 struct mlx5_query_qp_mbox_out *out, int outlen) in mlx5_core_qp_query() argument 358 memset(out, 0, outlen); in mlx5_core_qp_query() 361 err = mlx5_cmd_exec(dev, &in, sizeof(in), out, outlen); in mlx5_core_qp_query()
|
D | eq.c | 521 struct mlx5_query_eq_mbox_out *out, int outlen) in mlx5_core_eq_query() argument 527 memset(out, 0, outlen); in mlx5_core_eq_query() 530 err = mlx5_cmd_exec(dev, &in, sizeof(in), out, outlen); in mlx5_core_eq_query()
|
/linux-4.1.27/drivers/infiniband/hw/qib/ |
D | qib_cq.c | 245 if (udata && udata->outlen >= sizeof(__u64)) in qib_create_cq() 259 if (udata && udata->outlen >= sizeof(__u64)) { in qib_create_cq() 405 if (udata && udata->outlen >= sizeof(__u64)) in qib_resize_cq() 416 if (udata && udata->outlen >= sizeof(__u64)) { in qib_resize_cq() 472 if (udata && udata->outlen >= sizeof(__u64)) { in qib_resize_cq()
|
D | qib_srq.c | 146 if (udata && udata->outlen >= sizeof(__u64)) { in qib_create_srq()
|
D | qib_qp.c | 1134 if (udata && udata->outlen >= sizeof(__u64)) { in qib_create_qp()
|
/linux-4.1.27/fs/pstore/ |
D | platform.c | 134 size_t outlen) in pstore_compress() argument 148 stream.avail_out = outlen; in pstore_compress() 168 static int pstore_decompress(void *in, void *out, size_t inlen, size_t outlen) in pstore_decompress() argument 181 stream.avail_out = outlen; in pstore_decompress()
|
/linux-4.1.27/arch/x86/platform/olpc/ |
D | olpc.c | 117 size_t outlen, void *arg) in olpc_xo1_ec_cmd() argument 169 if (outbuf && outlen) { in olpc_xo1_ec_cmd() 171 for (i = 0; i < outlen; i++) { in olpc_xo1_ec_cmd()
|
/linux-4.1.27/fs/dlm/ |
D | dir.c | 237 char *outbuf, int outlen, int nodeid) in dlm_copy_master_names() argument 276 if (offset + sizeof(uint16_t)*2 + r->res_length > outlen) { in dlm_copy_master_names() 299 (offset + sizeof(uint16_t) <= outlen)) { in dlm_copy_master_names()
|
D | dir.h | 22 char *outbuf, int outlen, int nodeid);
|
D | rcom.c | 299 int error, inlen, outlen, nodeid; in receive_rcom_names() local 303 outlen = dlm_config.ci_buffer_size - sizeof(struct dlm_rcom); in receive_rcom_names() 305 error = create_rcom(ls, nodeid, DLM_RCOM_NAMES_REPLY, outlen, &rc, &mh); in receive_rcom_names() 311 dlm_copy_master_names(ls, rc_in->rc_buf, inlen, rc->rc_buf, outlen, in receive_rcom_names()
|
/linux-4.1.27/drivers/crypto/ux500/cryp/ |
D | cryp_core.c | 82 u32 outlen; member 211 dev_dbg(ctx->device->dev, "[%s] (len: %d) %s, ", __func__, ctx->outlen, in cryp_interrupt_handler() 217 if (ctx->outlen / ctx->blocksize > 0) { in cryp_interrupt_handler() 222 ctx->outlen -= count; in cryp_interrupt_handler() 224 if (ctx->outlen == 0) { in cryp_interrupt_handler() 753 u32 outlen = datalen; in hw_crypt_noxts() local 757 ctx->outlen = ctx->datalen; in hw_crypt_noxts() 779 while (ctx->outlen > 0) in hw_crypt_noxts() 806 ctx->outlen = outlen; in hw_crypt_noxts() 837 ctx->outlen = areq->nbytes; in ablk_dma_crypt() [all …]
|
/linux-4.1.27/include/scsi/ |
D | scsi_ioctl.h | 28 unsigned int outlen; member
|
/linux-4.1.27/net/9p/ |
D | trans_virtio.c | 398 int inlen, int outlen, int in_hdr_len) in p9_virtio_zc_request() argument 413 outlen, &offs, &need_drop); in p9_virtio_zc_request() 417 if (n != outlen) { in p9_virtio_zc_request() 420 outlen = n; in p9_virtio_zc_request() 450 out_pages, out_nr_pages, offs, outlen); in p9_virtio_zc_request()
|
/linux-4.1.27/drivers/scsi/megaraid/ |
D | megaraid_mm.h | 67 uint32_t outlen; member
|
D | megaraid_mm.c | 420 if (mimd.outlen) kioc->data_dir = UIOC_RD; in mimd_to_kioc() 428 kioc->xferlen = (mimd.outlen > mimd.inlen) ? in mimd_to_kioc() 429 mimd.outlen : mimd.inlen; in mimd_to_kioc() 436 if (mimd.outlen) kioc->data_dir = UIOC_RD; in mimd_to_kioc()
|
/linux-4.1.27/drivers/infiniband/core/ |
D | uverbs.h | 55 (udata)->outlen = (olen); \ 63 (udata)->outlen = (olen); \
|
D | uverbs_main.c | 716 (unsigned long) ex_hdr.response + ucore.outlen, in ib_uverbs_write()
|
D | uverbs_cmd.c | 2803 if (ucore->outlen < sizeof(resp)) in ib_uverbs_ex_create_flow() 3332 if (ucore->outlen < resp.response_length) in ib_uverbs_ex_query_device() 3342 if (ucore->outlen < resp.response_length + sizeof(resp.odp_caps)) in ib_uverbs_ex_query_device()
|
/linux-4.1.27/lib/ |
D | digsig.c | 36 unsigned long *outlen) in pkcs_1_v1_5_decode_emsa() argument 62 *outlen = (msglen - (2 + ps_len + 1)); in pkcs_1_v1_5_decode_emsa()
|
/linux-4.1.27/arch/x86/include/asm/ |
D | intel_scu_ipc.h | 46 u32 *out, int outlen);
|
/linux-4.1.27/arch/cris/include/arch-v32/arch/ |
D | cryptocop.h | 124 size_t outlen; /* Total outlength. */ member
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | vio.h | 77 s64 outlen; member
|
/linux-4.1.27/drivers/net/ethernet/ti/ |
D | davinci_cpdma.c | 747 int outlen, int status) in __cpdma_chan_free() argument 761 (*chan->handler)(token, outlen, status); in __cpdma_chan_free() 768 int status, outlen; in __cpdma_chan_process() local 785 outlen = status & 0x7ff; in __cpdma_chan_process() 793 outlen -= CPDMA_DESC_CRC_LEN; in __cpdma_chan_process() 814 __cpdma_chan_free(chan, desc, outlen, cb_status); in __cpdma_chan_process()
|
/linux-4.1.27/drivers/net/wan/ |
D | sdla.c | 430 void *inbuf, short inlen, void *outbuf, short *outlen) in sdla_cmd() argument 481 if (outbuf && outlen) in sdla_cmd() 483 *outlen = *outlen >= len ? len : *outlen; in sdla_cmd() 485 if (*outlen) in sdla_cmd() 486 memcpy(outbuf, cmd_buf->data, *outlen); in sdla_cmd()
|
/linux-4.1.27/include/linux/mlx5/ |
D | driver.h | 208 u16 outlen; member 694 struct mlx5_query_mkey_mbox_out *out, int outlen); 742 struct mlx5_query_eq_mbox_out *out, int outlen);
|
D | qp.h | 605 struct mlx5_query_qp_mbox_out *out, int outlen);
|
D | device.h | 398 __be32 outlen; member
|
/linux-4.1.27/drivers/platform/x86/ |
D | intel_scu_ipc.c | 466 u32 *out, int outlen) in intel_scu_ipc_command() argument 483 for (i = 0; i < outlen; i++) in intel_scu_ipc_command()
|
/linux-4.1.27/drivers/net/wireless/ath/carl9170/ |
D | usb.c | 651 unsigned int plen, void *payload, unsigned int outlen, void *out) in carl9170_exec_cmd() argument 669 ar->readlen = outlen; in carl9170_exec_cmd() 681 if (ar->readlen != outlen) { in carl9170_exec_cmd()
|
/linux-4.1.27/arch/cris/arch-v32/drivers/ |
D | cryptocop.c | 544 …uced + tc->tcfg->inject_ix) > operation->tfrm_op.outlen) || (tc->produced && (operation->tfrm_op.o… in create_input_descriptors() 838 if (tcfg->inject_ix > operation->tfrm_op.outlen){ in cryptocop_setup_dma_list() 839 …_ix (%d) > operation->tfrm_op.outlen(%d)", tcfg->tid, tcfg->inject_ix, operation->tfrm_op.outlen)); in cryptocop_setup_dma_list() 2579 cop->tfrm_op.outlen = 0; in cryptocop_ioctl_process() 2769 cop->tfrm_op.outlen = 0; in cryptocop_ioctl_process() 2770 if (oper.do_cipher) cop->tfrm_op.outlen += oper.cipher_outlen; in cryptocop_ioctl_process() 2771 if (oper.do_digest) cop->tfrm_op.outlen += digest_length; in cryptocop_ioctl_process() 2772 if (oper.do_csum) cop->tfrm_op.outlen += 2; in cryptocop_ioctl_process() 3318 cop->tfrm_op.outlen); in print_cryptocop_operation()
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | nvram_64.c | 333 size_t outlen) in nvram_compress() argument 347 stream.avail_out = outlen; in nvram_compress()
|
D | vio.c | 1128 op->outlen, op->csbcpb); in vio_h_cop_sync()
|
/linux-4.1.27/drivers/scsi/ |
D | megaraid.h | 470 u32 outlen; member
|
D | megaraid.c | 3515 if( uioc_mimd.outlen ) uioc->flags = UIOC_RD; in mega_m_to_n() 3530 uioc->xferlen = uioc_mimd.outlen > uioc_mimd.inlen ? in mega_m_to_n() 3531 uioc_mimd.outlen : uioc_mimd.inlen; in mega_m_to_n() 3533 if( uioc_mimd.outlen ) uioc->flags = UIOC_RD; in mega_m_to_n()
|
/linux-4.1.27/block/ |
D | scsi_ioctl.c | 432 if (get_user(out_len, &sic->outlen)) in sg_scsi_ioctl()
|
/linux-4.1.27/drivers/infiniband/hw/cxgb4/ |
D | provider.c | 125 if (udata->outlen < sizeof(uresp) - sizeof(uresp.reserved)) { in c4iw_alloc_ucontext()
|
/linux-4.1.27/include/rdma/ |
D | ib_verbs.h | 1192 size_t outlen; member
|
/linux-4.1.27/drivers/infiniband/hw/cxgb3/ |
D | iwch_provider.c | 218 if (udata->outlen < sizeof uresp) { in iwch_create_cq()
|