/kernel/linux/linux-6.6/net/netlink/ |
H A D | genetlink.c | 385 genl_op_iter_copy(struct genl_op_iter *dst, struct genl_op_iter *src) in genl_op_iter_copy() argument 387 *dst = *src; in genl_op_iter_copy()
|
/kernel/linux/linux-6.6/net/sunrpc/auth_gss/ |
H A D | auth_gss.c | 723 gss_pipe_downcall(struct file *filp, const char __user *src, size_t mlen) in gss_pipe_downcall() argument 742 if (copy_from_user(buf, src, mlen)) in gss_pipe_downcall()
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | wm5100.c | 47 int src; member 1868 fll->src = source; in wm5100_set_fll()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | probe-finder.c | 1826 /* Add a line and store the src path */ 1827 static int line_range_add_line(const char *src, unsigned int lineno, in line_range_add_line() argument 1832 lr->path = strdup(src); in line_range_add_line() 2048 * Find a src file from a DWARF tag path. Prepend optional source path prefix
|
/kernel/linux/linux-6.6/security/integrity/ima/ |
H A D | ima_policy.c | 312 static struct ima_rule_opt_list *ima_alloc_rule_opt_list(const substring_t *src) in ima_alloc_rule_opt_list() argument 320 src_copy = match_strdup(src); in ima_alloc_rule_opt_list()
|
/kernel/linux/linux-6.6/sound/drivers/ |
H A D | aloop.c | 530 char *src = runtime->dma_area; in copy_play_buf() local 559 memcpy(dst + dst_off, src + src_off, size); in copy_play_buf()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | test_sockmap.c | 1320 static void append_str(char *dst, const char *src, size_t dst_cap) in append_str() argument 1327 strncat(dst, src, avail - 1); /* strncat() adds + 1 for zero byte */ in append_str()
|
/kernel/linux/linux-6.6/sound/pci/ |
H A D | cs4281.c | 719 int capture, int src) in snd_cs4281_mode() 750 if (!src) in snd_cs4281_mode() 717 snd_cs4281_mode(struct cs4281 *chip, struct cs4281_dma *dma, struct snd_pcm_runtime *runtime, int capture, int src) snd_cs4281_mode() argument
|
H A D | rme96.c | 323 struct iov_iter *src, unsigned long count) in snd_rme96_playback_copy() 328 src, count); in snd_rme96_playback_copy() 321 snd_rme96_playback_copy(struct snd_pcm_substream *substream, int channel, unsigned long pos, struct iov_iter *src, unsigned long count) snd_rme96_playback_copy() argument
|
H A D | rme32.c | 255 struct iov_iter *src, unsigned long count) in snd_rme32_playback_copy() 260 src, count); in snd_rme32_playback_copy() 253 snd_rme32_playback_copy(struct snd_pcm_substream *substream, int channel, unsigned long pos, struct iov_iter *src, unsigned long count) snd_rme32_playback_copy() argument
|
/kernel/linux/linux-6.6/sound/pci/rme9652/ |
H A D | rme9652.c | 1847 struct iov_iter *src, unsigned long count) in snd_rme9652_playback_copy() 1860 if (copy_from_iter(channel_buf + pos, count, src) != count) in snd_rme9652_playback_copy() 1845 snd_rme9652_playback_copy(struct snd_pcm_substream *substream, int channel, unsigned long pos, struct iov_iter *src, unsigned long count) snd_rme9652_playback_copy() argument
|
/kernel/linux/linux-6.6/drivers/scsi/libfc/ |
H A D | fc_exch.c | 2435 * @src: Source lport to clone exchange managers from 2438 int fc_exch_mgr_list_clone(struct fc_lport *src, struct fc_lport *dst) in fc_exch_mgr_list_clone() argument 2442 list_for_each_entry(ema, &src->ema_list, ema_list) { in fc_exch_mgr_list_clone()
|
/kernel/linux/linux-6.6/mm/ |
H A D | zsmalloc.c | 1479 unsigned long src) in zs_object_copy() 1490 obj_to_location(src, &s_page, &s_objidx); in zs_object_copy() 1478 zs_object_copy(struct size_class *class, unsigned long dst, unsigned long src) zs_object_copy() argument
|
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | trace_osnoise.c | 847 * copy_int_safe_time - Copy *src into *desc aware of interference 850 copy_int_safe_time(struct osnoise_variables *osn_var, u64 *dst, u64 *src) in copy_int_safe_time() argument 859 *dst = *src; in copy_int_safe_time()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | ip_gre.c | 610 ip_tunnel_init_flow(&fl4, IPPROTO_GRE, key->u.ipv4.dst, key->u.ipv4.src, in gre_fill_metadata_dst() 619 info->key.u.ipv4.src = fl4.saddr; in gre_fill_metadata_dst()
|
/third_party/ffmpeg/libavcodec/ |
H A D | mediacodec_wrapper.c | 904 void *src = *data; in ff_AMediaFormat_getBuffer() local 911 memcpy(*data, src, *size); in ff_AMediaFormat_getBuffer()
|
H A D | speexdec.c | 81 #define SPEEX_COPY(dst, src, n) (memcpy((dst), (src), (n) * sizeof(*(dst))))
|
/third_party/eudev/src/libudev/ |
H A D | libudev-device.c | 2090 int udev_device_copy_properties(struct udev_device *dst, struct udev_device *src) { in udev_device_copy_properties() argument 2093 for ((entry = udev_device_get_properties_list_entry(src)); entry; entry = udev_list_entry_get_next(entry)) { in udev_device_copy_properties()
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | vp9lpf.asm | 85 %macro CMP_GT 2-3 ; src/dst, cmp, pb_80 143 ; mask, [source], [unpack + src], [unpack_is_mem_on_x86_32]
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_zscale.c | 245 AVFilterContext *ctx = outlink->src; in config_props() 246 AVFilterLink *inlink = outlink->src->inputs[0]; in config_props()
|
/third_party/ffmpeg/libavformat/ |
H A D | mux.c | 1356 AVFormatContext *src, int interleave) in ff_write_chained() 1366 src->streams[stream_index]->time_base, in ff_write_chained() 1355 ff_write_chained(AVFormatContext *dst, int dst_stream, AVPacket *pkt, AVFormatContext *src, int interleave) ff_write_chained() argument
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_direct.c | 840 snd_interval_t *src) 851 if (snd_interval_refine(i, src)) 838 hw_param_interval_refine_one(snd_pcm_hw_params_t *params, snd_pcm_hw_param_t var, snd_interval_t *src) global() argument
|
/third_party/alsa-utils/topology/ |
H A D | pre-process-object.c | 799 snd_config_t *src) in tplg_object_add_attributes() 813 ret = snd_config_search(src, id, &attr); in tplg_object_add_attributes() 798 tplg_object_add_attributes(snd_config_t *dst, snd_config_t *template, snd_config_t *src) tplg_object_add_attributes() argument
|
/third_party/cups-filters/filter/foomatic-rip/ |
H A D | options.c | 1149 static void unhtmlify(char *dest, size_t size, const char *src) in unhtmlify() argument 1153 const char *psrc = src, *p = NULL; in unhtmlify()
|
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
H A D | CollationTest.java | 365 private static void addLeadSurrogatesForSupplementary(UnicodeSet src, UnicodeSet dest) { in addLeadSurrogatesForSupplementary() argument 368 if(src.containsSome(c, next - 1)) { in addLeadSurrogatesForSupplementary()
|