Home
last modified time | relevance | path

Searched refs:src (Results 13551 - 13575 of 14328) sorted by relevance

1...<<541542543544545546547548549550>>...574

/kernel/linux/linux-6.6/net/netlink/
H A Dgenetlink.c385 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 Dauth_gss.c723 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 Dwm5100.c47 int src; member
1868 fll->src = source; in wm5100_set_fll()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dprobe-finder.c1826 /* 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 Dima_policy.c312 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 Daloop.c530 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 Dtest_sockmap.c1320 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 Dcs4281.c719 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 Drme96.c323 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 Drme32.c255 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 Drme9652.c1847 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 Dfc_exch.c2435 * @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 Dzsmalloc.c1479 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 Dtrace_osnoise.c847 * 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 Dip_gre.c610 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 Dmediacodec_wrapper.c904 void *src = *data; in ff_AMediaFormat_getBuffer() local
911 memcpy(*data, src, *size); in ff_AMediaFormat_getBuffer()
H A Dspeexdec.c81 #define SPEEX_COPY(dst, src, n) (memcpy((dst), (src), (n) * sizeof(*(dst))))
/third_party/eudev/src/libudev/
H A Dlibudev-device.c2090 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 Dvp9lpf.asm85 %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 Dvf_zscale.c245 AVFilterContext *ctx = outlink->src; in config_props()
246 AVFilterLink *inlink = outlink->src->inputs[0]; in config_props()
/third_party/ffmpeg/libavformat/
H A Dmux.c1356 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 Dpcm_direct.c840 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 Dpre-process-object.c799 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 Doptions.c1149 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 DCollationTest.java365 private static void addLeadSurrogatesForSupplementary(UnicodeSet src, UnicodeSet dest) { in addLeadSurrogatesForSupplementary() argument
368 if(src.containsSome(c, next - 1)) { in addLeadSurrogatesForSupplementary()

Completed in 73 milliseconds

1...<<541542543544545546547548549550>>...574