Searched defs:dest (Results 1 – 7 of 7) sorted by relevance
/spdk/lib/util/ |
H A D | xor.c | 23 buffers_aligned(void *dest, void **sources, uint32_t n, size_t alignment) in buffers_aligned() 37 xor_gen_unaligned(void *dest, void **sources, uint32_t n, uint32_t len) in xor_gen_unaligned() 52 xor_gen_basic(void *dest, void **sources, uint32_t n, uint32_t len) in xor_gen_basic() 93 do_xor_gen(void *dest, void **sources, uint32_t n, uint32_t len) in do_xor_gen() 120 do_xor_gen(void *dest, void **sources, uint32_t n, uint32_t len) in do_xor_gen() 129 spdk_xor_gen(void *dest, void **sources, uint32_t n, uint32_t len) in spdk_xor_gen()
|
/spdk/test/unit/lib/util/xor.c/ |
H A D | xor_ut.c | 22 uint8_t *ref, *dest; in test_xor_gen() local
|
/spdk/test/unit/lib/bdev/raid/bdev_raid_sb.c/ |
H A D | bdev_raid_sb_ut.c | 137 void *dest = g_buf; in spdk_bdev_write() local
|
/spdk/lib/json/ |
H A D | json_write.c | 325 write_hex_2(void *dest, uint8_t val) in write_hex_2() 335 write_hex_4(void *dest, uint16_t val) in write_hex_4()
|
/spdk/module/sock/posix/ |
H A D | posix.c | 121 posix_sock_copy_impl_opts(struct spdk_sock_impl_opts * dest,const struct spdk_sock_impl_opts * src,size_t len) posix_sock_copy_impl_opts() argument 212 _opts_get_impl_opts(const struct spdk_sock_opts * opts,struct spdk_sock_impl_opts * dest,const struct spdk_sock_impl_opts * default_impl) _opts_get_impl_opts() argument
|
/spdk/module/sock/uring/ |
H A D | uring.c | 158 uring_sock_copy_impl_opts(struct spdk_sock_impl_opts * dest,const struct spdk_sock_impl_opts * src,size_t len) uring_sock_copy_impl_opts() argument 218 uring_opts_get_impl_opts(const struct spdk_sock_opts * opts,struct spdk_sock_impl_opts * dest) uring_opts_get_impl_opts() argument
|
/spdk/test/unit/lib/bdev/raid/raid5f.c/ |
H A D | raid5f_ut.c | 414 struct iovec dest; in spdk_bdev_writev_blocks_with_md() local
|