/spdk/lib/util/ |
H A D | base64.c | 74 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 D | cpuset.c | 30 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 D | base64_neon.c | 96 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 D | iov.c | 26 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 D | crc16.c | 23 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 D | uuid.c | 50 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 D | string.c | 193 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 D | base64_sve.c | 161 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 D | dif.c | 116 _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 D | ctx.c | 106 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 D | ioat.c | 173 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 D | module.c | 23 void *src, *dst; in ex_accel_copy_iovs() local 54 void *dst; in ex_accel_fill() local
|
H A D | driver.c | 15 void *dst; in ex_accel_fill() local
|
/spdk/lib/ftl/utils/ |
H A D | ftl_conf.c | 55 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 D | idxd.c | 88 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 D | idxd_internal.h | 22 static inline void movdir64b(void *dst, const void *src) in movdir64b()
|
/spdk/module/scheduler/dynamic/ |
H A D | scheduler_dynamic.c | 104 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 D | task.c | 229 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 D | esnap_dev.c | 44 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 D | histogram_data.h | 183 spdk_histogram_data_merge(const struct spdk_histogram_data *dst, in spdk_histogram_data_merge()
|
/spdk/test/unit/lib/accel/accel.c/ |
H A D | accel_ut.c | 228 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 D | virtio_vfio_user.c | 28 void *dst, int length) in virtio_vfio_user_read_dev_config() argument
|
/spdk/test/unit/lib/bdev/compress.c/ |
H A D | compress_ut.c | 180 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 D | vmd.c | 798 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 D | conn_ut.c | 156 spdk_scsi_task_copy_status(struct spdk_scsi_task *dst, in spdk_scsi_task_copy_status()
|