Home
last modified time | relevance | path

Searched defs:dest (Results 1 – 7 of 7) sorted by relevance

/spdk/lib/util/
H A Dxor.c23 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 Dxor_ut.c22 uint8_t *ref, *dest; in test_xor_gen() local
/spdk/test/unit/lib/bdev/raid/bdev_raid_sb.c/
H A Dbdev_raid_sb_ut.c137 void *dest = g_buf; in spdk_bdev_write() local
/spdk/lib/json/
H A Djson_write.c325 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 Dposix.c121 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 During.c158 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 Draid5f_ut.c414 struct iovec dest; in spdk_bdev_writev_blocks_with_md() local