Home
last modified time | relevance | path

Searched defs:dst (Results 1 – 25 of 43) sorted by relevance

12

/spdk/lib/util/
H A Dbase64.c74 base64_encode(char *dst, const char *enc_table, const void *src, size_t src_len) in base64_encode()
123 spdk_base64_encode(char *dst, const void *src, size_t src_len) in spdk_base64_encode()
129 spdk_base64_urlsafe_encode(char *dst, const void *src, size_t src_len) in spdk_base64_urlsafe_encode()
136 base64_decode(void *dst, size_t *_dst_len, const uint8_t *dec_table, in base64_decode()
232 spdk_base64_decode(void *dst, size_t *dst_len, const char *src) in spdk_base64_decode()
242 spdk_base64_urlsafe_decode(void *dst, size_t *dst_len, const char *src) in spdk_base64_urlsafe_decode()
H A Dcpuset.c30 spdk_cpuset_copy(struct spdk_cpuset *dst, const struct spdk_cpuset *src) in spdk_cpuset_copy()
48 spdk_cpuset_and(struct spdk_cpuset *dst, const struct spdk_cpuset *src) in spdk_cpuset_and()
59 spdk_cpuset_or(struct spdk_cpuset *dst, const struct spdk_cpuset *src) in spdk_cpuset_or()
70 spdk_cpuset_xor(struct spdk_cpuset *dst, const struct spdk_cpuset *src) in spdk_cpuset_xor()
H A Dbase64_neon.c96 base64_encode_neon64(char **dst, const char *enc_table, const void **src, size_t *src_len) in base64_encode_neon64()
135 base64_decode_neon64(void **dst, const uint8_t *dec_table_neon64, const uint8_t **src, in base64_decode_neon64()
H A Diov.c26 void **src, void **dst) in spdk_ioviter_first()
74 spdk_ioviter_next(struct spdk_ioviter *iter, void **src, void **dst) in spdk_ioviter_next()
136 void *src, *dst; in spdk_iovcpy() local
154 void *src, *dst; in spdk_iovmove() local
H A Dcrc16.c23 spdk_crc16_t10dif_copy(uint16_t init_crc, uint8_t *dst, uint8_t *src, in spdk_crc16_t10dif_copy()
634 spdk_crc16_t10dif_copy(uint16_t init_crc, uint8_t *dst, uint8_t *src, size_t len) in spdk_crc16_t10dif_copy()
H A Duuid.c50 spdk_uuid_copy(struct spdk_uuid *dst, const struct spdk_uuid *src) in spdk_uuid_copy()
127 spdk_uuid_copy(struct spdk_uuid *dst, const struct spdk_uuid *src) in spdk_uuid_copy()
H A Dstring.c193 spdk_strcpy_pad(void *dst, const char *src, size_t size, int pad) in spdk_strcpy_pad()
553 spdk_strcpy_replace(char *dst, size_t size, const char *src, const char *search, in spdk_strcpy_replace()
H A Dbase64_sve.c161 base64_encode_sve(char **dst, const char *enc_table, const void **src, size_t *src_len) in base64_encode_sve()
256 base64_decode_sve(void **dst, const uint8_t *dec_table, const uint8_t **src, size_t *src_len) in base64_decode_sve()
H A Ddif.c116 _dif_sgl_append_split(struct _dif_sgl *dst, struct _dif_sgl *src, uint32_t data_len) in _dif_sgl_append_split() argument
303 _dif_generate_guard_copy(uint64_t guard_seed,void * dst,void * src,size_t buf_len,enum spdk_dif_pi_format dif_pi_format) _dif_generate_guard_copy() argument
1088 uint8_t *src, *dst; dif_generate_copy() local
1120 uint8_t *src, *dst; _dif_generate_copy_split() local
1213 uint8_t *src, *dst; dif_verify_copy() local
1252 uint8_t *src, *dst; _dif_verify_copy_split() local
[all...]
/spdk/module/bdev/ocf/
H A Dctx.c106 vbdev_ocf_ctx_data_rd(void *dst, ctx_data_t *src, uint32_t size) in vbdev_ocf_ctx_data_rd() argument
147 vbdev_ocf_ctx_data_wr(ctx_data_t *dst, const void *src, uint32_t size) in vbdev_ocf_ctx_data_wr() argument
187 vbdev_ocf_ctx_data_zero(ctx_data_t *dst, uint32_t size) in vbdev_ocf_ctx_data_zero() argument
199 vbdev_ocf_ctx_data_seek(ctx_data_t *dst, ctx_data_seek_t seek, uint32_t offset) in vbdev_ocf_ctx_data_seek() argument
219 vbdev_ocf_ctx_data_cpy(ctx_data_t *dst, ctx_data_t *src, uint64_t to, in vbdev_ocf_ctx_data_cpy() argument
[all...]
/spdk/lib/ioat/
H A Dioat.c173 ioat_prep_copy(struct spdk_ioat_chan *ioat, uint64_t dst, in ioat_prep_copy() argument
203 ioat_prep_fill(struct spdk_ioat_chan *ioat, uint64_t dst, in ioat_prep_fill() argument
576 void *dst, const void *src, uint64_t nbytes) in spdk_ioat_build_copy() argument
642 void *dst, const void *src, uint64_t nbytes) in spdk_ioat_submit_copy() argument
657 void *dst, uint64_t fill_pattern, uint64_t nbytes) in spdk_ioat_build_fill() argument
715 spdk_ioat_submit_fill(struct spdk_ioat_chan * ioat,void * cb_arg,spdk_ioat_req_cb cb_fn,void * dst,uint64_t fill_pattern,uint64_t nbytes) spdk_ioat_submit_fill() argument
[all...]
/spdk/test/external_code/accel/
H A Dmodule.c23 void *src, *dst; in ex_accel_copy_iovs() local
54 void *dst; in ex_accel_fill() local
H A Ddriver.c15 void *dst; in ex_accel_fill() local
/spdk/lib/ftl/utils/
H A Dftl_conf.c55 spdk_ftl_conf_copy(struct spdk_ftl_conf *dst, const struct spdk_ftl_conf *src) in spdk_ftl_conf_copy()
/spdk/lib/idxd/
H A Didxd.c88 void *dst; member
99 const void *src, void *dst, uint64_t len) in idxd_vtophys_iter_init() argument
114 void *dst; in idxd_vtophys_iter_next() local
653 void *src, *dst; in spdk_idxd_submit_copy() local
906 void *dst; spdk_idxd_submit_fill() local
1077 void *src, *dst; spdk_idxd_submit_copy_crc32c() local
1163 _idxd_submit_compress_single(struct spdk_idxd_io_channel * chan,void * dst,const void * src,uint64_t nbytes_dst,uint64_t nbytes_src,uint32_t * output_size,int flags,spdk_idxd_req_cb cb_fn,void * cb_arg) _idxd_submit_compress_single() argument
1209 spdk_idxd_submit_compress(struct spdk_idxd_io_channel * chan,void * dst,uint64_t nbytes,struct iovec * siov,uint32_t siovcnt,uint32_t * output_size,int flags,spdk_idxd_req_cb cb_fn,void * cb_arg) spdk_idxd_submit_compress() argument
1232 _idxd_submit_decompress_single(struct spdk_idxd_io_channel * chan,void * dst,const void * src,uint64_t nbytes_dst,uint64_t nbytes,int flags,spdk_idxd_req_cb cb_fn,void * cb_arg) _idxd_submit_decompress_single() argument
[all...]
H A Didxd_internal.h22 static inline void movdir64b(void *dst, const void *src) in movdir64b()
/spdk/module/scheduler/dynamic/
H A Dscheduler_dynamic.c104 struct core_stats *dst = &g_cores[dst_core]; _move_thread() local
178 struct core_stats *dst = &g_cores[dst_core]; _can_core_fit_thread() local
[all...]
/spdk/lib/scsi/
H A Dtask.c229 spdk_scsi_task_copy_status(struct spdk_scsi_task *dst, in spdk_scsi_task_copy_status()
/spdk/test/unit/lib/blob/blob.c/
H A Desnap_dev.c44 ut_memset4(void *dst, uint32_t pat, size_t len) in ut_memset4()
55 ut_memset8(void *dst, uint64_t pat, size_t len) in ut_memset8()
/spdk/include/spdk/
H A Dhistogram_data.h183 spdk_histogram_data_merge(const struct spdk_histogram_data *dst, in spdk_histogram_data_merge()
/spdk/test/unit/lib/accel/accel.c/
H A Daccel_ut.c228 uint8_t dst[TEST_SUBMIT_SIZE] = {0}; test_spdk_accel_submit_copy() local
367 void *dst; test_spdk_accel_submit_fill() local
493 uint8_t dst[TEST_SUBMIT_SIZE]; test_spdk_accel_submit_copy_crc32c() local
527 uint8_t dst[TEST_SUBMIT_SIZE] = {0}; test_spdk_accel_submit_xor() local
3711 struct iovec dst; global() member
[all...]
/spdk/lib/virtio/
H A Dvirtio_vfio_user.c28 void *dst, int length) in virtio_vfio_user_read_dev_config() argument
/spdk/test/unit/lib/bdev/compress.c/
H A Dcompress_ut.c180 spdk_accel_submit_compress(struct spdk_io_channel * ch,void * dst,uint64_t nbytes,struct iovec * src_iovs,size_t src_iovcnt,uint32_t * output_size,spdk_accel_completion_cb cb_fn,void * cb_arg) spdk_accel_submit_compress() argument
/spdk/lib/vmd/
H A Dvmd.c798 uint8_t *dst = value; in vmd_dev_cfg_read() local
817 volatile uint8_t *dst = (volatile uint8_t *)dev->header; in vmd_dev_cfg_write() local
/spdk/test/unit/lib/iscsi/conn.c/
H A Dconn_ut.c156 spdk_scsi_task_copy_status(struct spdk_scsi_task *dst, in spdk_scsi_task_copy_status()

12