Searched defs:dst (Results 126 - 150 of 1761) sorted by relevance

1234567891011>>

/linux-master/mm/
H A Dmaccess.c24 long copy_from_kernel_nofault(void *dst, const void *src, size_t size) argument
58 copy_to_kernel_nofault(void *dst, const void *src, size_t size) argument
80 strncpy_from_kernel_nofault(char *dst, const void *unsafe_addr, long count) argument
114 copy_from_user_nofault(void *dst, const void __user *src, size_t size) argument
143 copy_to_user_nofault(void __user *dst, const void *src, size_t size) argument
177 strncpy_from_user_nofault(char *dst, const void __user *unsafe_addr, long count) argument
[all...]
/linux-master/net/bridge/
H A Dbr_nf_core.c24 static void fake_update_pmtu(struct dst_entry *dst, struct sock *sk, argument
30 static void fake_redirect(struct dst_entry *dst, struct sock *sk, argument
35 static u32 *fake_cow_metrics(struct dst_entry *dst, unsigned long old) argument
40 static struct neighbour *fake_neigh_lookup(const struct dst_entry *dst, argument
47 static unsigned int fake_mtu(const struct dst_entry *dst) argument
[all...]
/linux-master/tools/testing/selftests/bpf/progs/
H A Dcgroup_skb_sk_lookup_kern.c21 static inline void set_ip(__u32 *dst, const struct in6_addr *src) argument
/linux-master/arch/x86/include/asm/
H A Dstring_64.h80 static __always_inline void memcpy_flushcache(void *dst, const void *src, size_t cnt) argument
/linux-master/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-prng.c57 sun8i_ss_prng_generate(struct crypto_rng *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int dlen) argument
/linux-master/arch/x86/lib/
H A Dusercopy_64.c46 long __copy_user_flushcache(void *dst, const void __user *src, unsigned size) argument
/linux-master/crypto/
H A Daegis128-neon.c39 void crypto_aegis128_encrypt_chunk_simd(struct aegis_state *state, u8 *dst, argument
47 void crypto_aegis128_decrypt_chunk_simd(struct aegis_state *state, u8 *dst, argument
/linux-master/drivers/staging/wlan-ng/
H A Dp80211wep.c140 wep_encrypt(struct wlandevice *wlandev, u8 *buf, u8 *dst, u32 len, int keynum, u8 *iv, u8 *icv) argument
/linux-master/arch/powerpc/crypto/
H A Dpoly1305-p10-glue.c133 static int crypto_poly1305_p10_final(struct shash_desc *desc, u8 *dst) argument
H A Daes.c81 static void p8_aes_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) argument
98 static void p8_aes_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) argument
/linux-master/fs/bcachefs/
H A Dsiphash.c138 void SipHash_Final(void *dst, SIPHASH_CTX *ctx, int rc, int rf) argument
/linux-master/net/netfilter/
H A Dnf_conntrack_labels.c35 u32 *dst; local
/linux-master/arch/arm64/include/asm/
H A Dtraps.h111 unsigned long dst, src, size; local
/linux-master/lib/
H A Ducs2_string.c52 ssize_t ucs2_strscpy(ucs2_char_t *dst, const ucs2_char_t *src, size_t count) argument
/linux-master/net/ipv4/
H A Dnetfilter.c66 struct dst_entry *dst = skb_dst(skb); local
86 int nf_ip_route(struct net *net, struct dst_entry **dst, struct flowi *fl, argument
[all...]
H A Ddatagram.c105 struct dst_entry *dst; local
[all...]
/linux-master/drivers/gpu/drm/xe/
H A Dxe_map.h23 static inline void xe_map_memcpy_to(struct xe_device *xe, struct iosys_map *dst, argument
31 static inline void xe_map_memcpy_from(struct xe_device *xe, void *dst, argument
39 xe_map_memset(struct xe_device *xe, struct iosys_map *dst, size_t offset, int value, size_t len) argument
H A Dxe_guc_hwconfig.c96 void xe_guc_hwconfig_copy(struct xe_guc *guc, void *dst) argument
/linux-master/drivers/video/fbdev/core/
H A Dfb_io_fops.c10 u8 *buffer, *dst; local
75 u8 __iomem *dst; local
/linux-master/include/linux/
H A Dnetfilter_bridge.h21 struct dst_entry *dst = skb_dst(skb); local
/linux-master/tools/perf/util/
H A Dzstd.c31 ssize_t zstd_compress_stream_to_records(struct zstd_data *data, void *dst, size_t dst_size, argument
81 zstd_decompress_stream(struct zstd_data *data, void *src, size_t src_size, void *dst, size_t dst_size) argument
[all...]
/linux-master/drivers/gpu/drm/vboxvideo/
H A Dvbva_base.c34 u8 *dst = &vbva->data[offset]; local
/linux-master/drivers/video/fbdev/
H A Dc2p_iplan2.c48 static inline void store_iplan2(void *dst, u32 bpp, u32 d[4]) argument
61 static inline void store_iplan2_masked(void *dst, u32 bpp, u32 d[4], u32 mask) argument
68 dst); local
85 void c2p_iplan2(void *dst, const void *src, u32 dx, u32 dy, u32 width, argument
[all...]
H A Dc2p_planar.c48 static inline void store_planar(void *dst, u32 dst_inc, u32 bpp, u32 d[8]) argument
61 static inline void store_planar_masked(void *dst, u32 dst_inc, u32 bpp, argument
69 dst); local
86 void c2p_planar(void *dst, const void *src, u32 dx, u32 dy, u32 width, argument
[all...]
H A Datafb_utils.h220 static inline void fast_memmove(char *dst, const char *src, size_t size) argument
280 static inline void fill8_col(u8 *dst, u32 m[]) argument
301 fill8_2col(u8 *dst, u8 fg, u8 bg, u32 mask) argument
359 fill16_col(u32 *dst, int rows, u32 m[]) argument
375 memmove32_col(void *dst, void *src, u32 mask, u32 h, u32 bytes) argument
[all...]

Completed in 487 milliseconds

1234567891011>>