/kernel/linux/linux-5.10/fs/cifs/ |
H A D | smb2inode.c | 513 move_smb2_info_to_cifs(FILE_ALL_INFO *dst, struct smb2_file_all_info *src) in move_smb2_info_to_cifs() argument 515 memcpy(dst, src, (size_t)(&src->CurrentByteOffset) - (size_t)src); in move_smb2_info_to_cifs() 516 dst->CurrentByteOffset = src->CurrentByteOffset; in move_smb2_info_to_cifs() 517 dst->Mode = src->Mode; in move_smb2_info_to_cifs() 518 dst->AlignmentRequirement = src->AlignmentRequirement; in move_smb2_info_to_cifs() 519 dst->IndexNumber1 = 0; /* we don't use it */ in move_smb2_info_to_cifs()
|
/kernel/linux/linux-5.10/net/batman-adv/ |
H A D | routing.c | 256 ether_addr_copy(icmph->dst, icmph->orig); in batadv_recv_my_icmp_packet() 305 icmp_packet->orig, icmp_packet->dst); in batadv_recv_icmp_ttl_exceeded() 324 ether_addr_copy(icmp_packet->dst, icmp_packet->orig); in batadv_recv_icmp_ttl_exceeded() 408 if (batadv_is_my_mac(bat_priv, icmph->dst)) in batadv_recv_icmp_packet() 416 orig_node = batadv_orig_hash_find(bat_priv, icmph->dst); in batadv_recv_icmp_packet() 843 "Rerouting unicast packet to %pM (dst=%pM): Local Roaming\n", in batadv_check_unicast_ttvn() 888 "Rerouting unicast packet to %pM (dst=%pM): TTVN mismatch old_ttvn=%u new_ttvn=%u\n", in batadv_check_unicast_ttvn() 1099 unicast_tvlv_packet->dst, in batadv_recv_unicast_tvlv()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/device_include/ |
H A D | svga3d_cmd.h | 1278 SVGA3dSurfaceImageId dst; member 1296 SVGA3dSurfaceImageId dst; member 1316 SVGA3dSurfaceImageId dst; member 1335 SVGA3dSurfaceImageId dst; member 1354 SVGA3dSurfaceImageId dst; member 1378 SVGA3dSurfaceImageId dst; member
|
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/ |
H A D | vf610_nfc.c | 211 * @dst: destination address in regular memory 228 static inline void vf610_nfc_rd_from_sram(void *dst, const void __iomem *src, in vf610_nfc_rd_from_sram() argument 237 memcpy(dst + i, &val, min(sizeof(val), len - i)); in vf610_nfc_rd_from_sram() 240 memcpy_fromio(dst, src, len); in vf610_nfc_rd_from_sram() 246 * @dst: destination address in SRAM buffer 263 static inline void vf610_nfc_wr_to_sram(void __iomem *dst, const void *src, in vf610_nfc_wr_to_sram() argument 273 __raw_writel(swab32(val), dst + i); in vf610_nfc_wr_to_sram() 276 memcpy_toio(dst, src, len); in vf610_nfc_wr_to_sram()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpaa2-switch-flower.c | 50 ether_addr_copy(acl_h->l2_dest_mac, &match.key->dst[0]); in dpaa2_switch_flower_parse_key() 52 ether_addr_copy(acl_m->l2_dest_mac, &match.mask->dst[0]); in dpaa2_switch_flower_parse_key() 76 acl_h->l3_dest_ip = be32_to_cpu(match.key->dst); in dpaa2_switch_flower_parse_key() 78 acl_m->l3_dest_ip = be32_to_cpu(match.mask->dst); in dpaa2_switch_flower_parse_key() 86 acl_h->l4_dest_port = be16_to_cpu(match.key->dst); in dpaa2_switch_flower_parse_key() 88 acl_m->l4_dest_port = be16_to_cpu(match.mask->dst); in dpaa2_switch_flower_parse_key()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | item.h | 178 static inline void __mlxsw_item_memcpy_from(const char *buf, char *dst, in __mlxsw_item_memcpy_from() argument 184 memcpy(dst, &buf[offset], item->size.bytes); in __mlxsw_item_memcpy_from() 481 mlxsw_##_type##_##_cname##_##_iname##_memcpy_from(const char *buf, char *dst) \ 483 __mlxsw_item_memcpy_from(buf, dst, \ 510 char *dst) \ 512 __mlxsw_item_memcpy_from(buf, dst, \
|
/kernel/linux/linux-6.6/drivers/virt/coco/sev-guest/ |
H A D | sev-guest.c | 216 struct scatterlist src[3], dst[3]; in enc_dec_message() local 238 sg_init_table(dst, 3); in enc_dec_message() 239 sg_set_buf(&dst[0], &hdr->algo, AAD_LEN); in enc_dec_message() 240 sg_set_buf(&dst[1], dst_buf, hdr->msg_sz); in enc_dec_message() 241 sg_set_buf(&dst[2], hdr->authtag, crypto->a_len); in enc_dec_message() 247 aead_request_set_crypt(req, src, dst, len, crypto->iv); in enc_dec_message()
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | tree-mod-log.c | 538 int btrfs_tree_mod_log_eb_copy(struct extent_buffer *dst, in btrfs_tree_mod_log_eb_copy() argument 544 struct btrfs_fs_info *fs_info = dst->fs_info; in btrfs_tree_mod_log_eb_copy() 553 u32 dst_move_nr_items = btrfs_header_nritems(dst) - dst_offset; in btrfs_tree_mod_log_eb_copy() 559 if (btrfs_header_level(dst) == 0 && btrfs_header_level(src) == 0) in btrfs_tree_mod_log_eb_copy() 570 dst_move_tm = tree_mod_log_alloc_move(dst, dst_offset + nr_items, in btrfs_tree_mod_log_eb_copy() 599 tm_list_add[i] = alloc_tree_mod_elem(dst, i + dst_offset, in btrfs_tree_mod_log_eb_copy()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | s1d13xxxfb.c | 435 u32 dst, src; in s1d13xxxfb_bitblt_copyarea() local 451 dst = (((dy + height - 1) * stride) + (bpp * (dx + width - 1))); in s1d13xxxfb_bitblt_copyarea() 456 dst = (dy * stride) + (bpp * dx); in s1d13xxxfb_bitblt_copyarea() 466 s1d13xxxfb_writereg(info->par, S1DREG_BBLT_DST_START0, (dst & 0xff)); in s1d13xxxfb_bitblt_copyarea() 467 s1d13xxxfb_writereg(info->par, S1DREG_BBLT_DST_START1, (dst >> 8) & 0x00ff); in s1d13xxxfb_bitblt_copyarea() 468 s1d13xxxfb_writereg(info->par, S1DREG_BBLT_DST_START2, (dst >> 16) & 0x00ff); in s1d13xxxfb_bitblt_copyarea()
|
/kernel/linux/linux-6.6/drivers/crypto/nx/ |
H A D | nx.c | 157 char *dst; in nx_walk_and_build() local 182 dst = scatterwalk_map(&walk); in nx_walk_and_build() 184 nx_sg = nx_build_sg_list(nx_sg, dst, &n, sglen - (nx_sg - nx_dst)); in nx_walk_and_build() 187 scatterwalk_unmap(dst); in nx_walk_and_build() 248 * @dst: destination scatterlist 261 struct scatterlist *dst, in nx_build_sg_lists() 283 nx_outsg = nx_walk_and_build(nx_outsg, max_sg_len, dst, in nx_build_sg_lists() 259 nx_build_sg_lists(struct nx_crypto_ctx *nx_ctx, const u8 *iv, struct scatterlist *dst, struct scatterlist *src, unsigned int *nbytes, unsigned int offset, u8 *oiv) nx_build_sg_lists() argument
|
/kernel/linux/linux-6.6/drivers/crypto/intel/keembay/ |
H A D | keembay-ocs-ecc.c | 158 /* MMIO Write src uint32 to dst. */ in ocs_ecc_write_cmd_and_data() 639 copied = sg_copy_from_buffer(req->dst, in kmb_ecc_do_shared_secret() 640 sg_nents_for_len(req->dst, nbytes), in kmb_ecc_do_shared_secret() 691 /* Copy public key to req->dst. */ in kmb_ecc_do_public_key() 692 copied = sg_copy_from_buffer(req->dst, in kmb_ecc_do_public_key() 693 sg_nents_for_len(req->dst, pubk_len), in kmb_ecc_do_public_key() 732 /* Ensure dst is present. */ in kmb_ocs_ecdh_generate_public_key() 733 if (!req->dst) in kmb_ocs_ecdh_generate_public_key() 736 /* Check the request dst is big enough to hold the public key. */ in kmb_ocs_ecdh_generate_public_key() 757 /* Ensure dst i in kmb_ocs_ecdh_compute_shared_secret() [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/ |
H A D | vxlan_symmetric_ipv6.sh | 447 local dst=$1; shift 450 dst $dst vlan 10 452 dst $dst vlan 20 482 dst $vtep_ip vlan 4001
|
/kernel/linux/linux-6.6/net/netfilter/ipvs/ |
H A D | ip_vs_est.c | 917 void ip_vs_read_estimator(struct ip_vs_kstats *dst, struct ip_vs_stats *stats) in ip_vs_read_estimator() argument 921 dst->cps = (e->cps + 0x1FF) >> 10; in ip_vs_read_estimator() 922 dst->inpps = (e->inpps + 0x1FF) >> 10; in ip_vs_read_estimator() 923 dst->outpps = (e->outpps + 0x1FF) >> 10; in ip_vs_read_estimator() 924 dst->inbps = (e->inbps + 0xF) >> 5; in ip_vs_read_estimator() 925 dst->outbps = (e->outbps + 0xF) >> 5; in ip_vs_read_estimator()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_drawbox.c | 274 AVFilterContext *ctx = inlink->dst; in config_input() 375 DrawBoxContext *s = inlink->dst->priv; in filter_frame() 388 return ff_filter_frame(inlink->dst->outputs[0], frame); in filter_frame() 405 return ff_filter_frame(inlink->dst->outputs[0], frame); in filter_frame() 522 DrawBoxContext *drawgrid = inlink->dst->priv; in drawgrid_filter_frame() 526 return ff_filter_frame(inlink->dst->outputs[0], frame); in drawgrid_filter_frame()
|
H A D | vf_deband.c | 293 uint16_t *dst = (uint16_t *)out->data[p] + y * dst_linesize + x; in deband_16_coupling_c() local 295 dst[0] = avg[p]; in deband_16_coupling_c() 300 uint16_t *dst = (uint16_t *)out->data[p] + y * dst_linesize + x; in deband_16_coupling_c() local 302 dst[0] = src[p]; in deband_16_coupling_c() 363 AVFilterContext *ctx = inlink->dst; in config_input() 411 AVFilterContext *ctx = inlink->dst; in filter_frame()
|
H A D | vf_geq.c | 53 uint8_t *dst; ///< reference pointer to the 8bits output member 371 GEQContext *geq = inlink->dst->priv; in geq_config_props() 411 uint8_t *ptr = geq->dst + linesize * slice_start; in slice_geq_filter() 449 AVFilterContext *ctx = inlink->dst; in geq_filter_frame() 452 AVFilterLink *outlink = inlink->dst->outputs[0]; in geq_filter_frame() 472 geq->dst = out->data[plane]; in geq_filter_frame()
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_sched.c | 568 foreach_dst (dst, instr) { in new_regs() 569 if (!is_dest_gpr(dst)) in new_regs() 571 regs += reg_elems(dst); in new_regs() 1316 * src or dst, ir3_cp should enforce this. in get_array_id() 1319 foreach_dst (dst, instr) in get_array_id() 1320 if (dst->flags & IR3_REG_ARRAY) in get_array_id() 1321 return dst->array.id; in get_array_id()
|
/third_party/mesa3d/src/gallium/frontends/vdpau/ |
H A D | output.c | 627 struct vertex4f *dst = result; in ColorsToPipe() local 633 dst->x = colors->red; in ColorsToPipe() 634 dst->y = colors->green; in ColorsToPipe() 635 dst->z = colors->blue; in ColorsToPipe() 636 dst->w = colors->alpha; in ColorsToPipe() 638 ++dst; in ColorsToPipe()
|
/third_party/mesa3d/src/imgui/ |
H A D | imgui_memory_editor.h | 569 uint8_t* dst = (uint8_t*)_dst; in EndianessCopyBigEndian() local 572 memcpy(dst++, src--, 1); in EndianessCopyBigEndian() 589 uint8_t* dst = (uint8_t*)_dst; in EndianessCopyLittleEndian() local 592 memcpy(dst++, src--, 1); in EndianessCopyLittleEndian() 597 void* EndianessCopy(void *dst, void *src, size_t size) const in EndianessCopy() 602 return fp(dst, src, size, PreviewEndianess); in EndianessCopy()
|
/third_party/musl/src/crypt/ |
H A D | crypt_blowfish.c | 365 #define BF_safe_atoi64(dst, src) \ 371 (dst) = tmp; \ 374 static int BF_decode(BF_word *dst, const char *src, int size) in BF_decode() argument 376 unsigned char *dptr = (unsigned char *)dst; in BF_decode() 398 static void BF_encode(char *dst, const BF_word *src, int size) in BF_encode() argument 402 unsigned char *dptr = (unsigned char *)dst; in BF_encode()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | arbprogram.c | 1066 char *dst = (char *) string; in _mesa_GetProgramStringARB() local 1088 memcpy(dst, prog->String, strlen((char *) prog->String)); in _mesa_GetProgramStringARB() 1090 *dst = '\0'; in _mesa_GetProgramStringARB() 1097 char *dst = (char *) string; in _mesa_GetNamedProgramStringEXT() local 1110 memcpy(dst, prog->String, strlen((char *) prog->String)); in _mesa_GetNamedProgramStringEXT() 1112 *dst = '\0'; in _mesa_GetNamedProgramStringEXT()
|
/third_party/lz4/lib/ |
H A D | xxhash.c | 565 XXH_PUBLIC_API void XXH32_canonicalFromHash(XXH32_canonical_t* dst, XXH32_hash_t hash) in XXH32_canonicalFromHash() argument 569 memcpy(dst, &hash, sizeof(*dst)); in XXH32_canonicalFromHash() 1018 XXH_PUBLIC_API void XXH64_canonicalFromHash(XXH64_canonical_t* dst, XXH64_hash_t hash) in XXH64_canonicalFromHash() argument 1022 memcpy(dst, &hash, sizeof(*dst)); in XXH64_canonicalFromHash()
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
H A D | sb_gcm.cpp | 144 td_release_uses(op->dst); in sched_early() 167 td_release_uses(n->dst); in td_schedule() 530 bu_release_defs(n->dst, false); in bu_schedule() 644 if (a->bc.op_ptr->flags & AF_PRED && a->dst[2]) { in add_ready() 705 unsigned uc = get_uc_vec(n->dst); in init_use_count() 755 unsigned dc = get_dc_vec(n->src, true) + get_dc_vec(n->dst, false); in init_def_count()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_vbo_translate.c | 688 copy_indices_u8(uint32_t *dst, const uint8_t *elts, uint32_t bias, unsigned n) in copy_indices_u8() argument 692 dst[i] = elts[i] + bias; in copy_indices_u8() 696 copy_indices_u16(uint32_t *dst, const uint16_t *elts, uint32_t bias, unsigned n) in copy_indices_u16() argument 700 dst[i] = elts[i] + bias; in copy_indices_u16() 704 copy_indices_u32(uint32_t *dst, const uint32_t *elts, uint32_t bias, unsigned n) in copy_indices_u32() argument 708 dst[i] = elts[i] + bias; in copy_indices_u32()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/ |
H A D | vktYCbCrImageQueryTests.cpp | 767 void initImageQueryPrograms (SourceCollections& dst, TestParameters params) in initImageQueryPrograms() argument 769 const ShaderSpec spec = getShaderSpec(params, &dst); in initImageQueryPrograms() 771 generateSources(params.shaderType, spec, dst); in initImageQueryPrograms() 774 void initImageQueryLodPrograms (SourceCollections& dst, TestParameters) in initImageQueryLodPrograms() argument 776 dst.glslSources.add("vert") in initImageQueryLodPrograms() 786 dst.glslSources.add("frag") in initImageQueryLodPrograms()
|