/spdk/include/spdk/ |
H A D | endian.h | 28 to_be16(void *out, uint16_t in) in to_be16() 46 to_be32(void *out, uint32_t in) in to_be32() 70 to_be64(void *out, uint64_t in) in to_be64() 91 to_le16(void *out, uint16_t in) in to_le16() 109 to_le32(void *out, uint32_t in) in to_le32() 133 to_le64(void *out, uint64_t in) in to_le64()
|
/spdk/module/event/subsystems/nvmf/ |
H A D | nvmf_rpc.c | 52 decode_admin_passthru(const struct spdk_json_val *val, void *out) in decode_admin_passthru() argument 67 decode_discovery_filter(const struct spdk_json_val *val, void *out) in decode_discovery_filter() argument 130 nvmf_decode_poll_groups_mask(const struct spdk_json_val * val,void * out) nvmf_decode_poll_groups_mask() argument 163 decode_digest(const struct spdk_json_val * val,void * out) decode_digest() argument 185 decode_digest_array(const struct spdk_json_val * val,void * out) decode_digest_array() argument 196 decode_dhgroup(const struct spdk_json_val * val,void * out) decode_dhgroup() argument 218 decode_dhgroup_array(const struct spdk_json_val * val,void * out) decode_dhgroup_array() argument [all...] |
/spdk/lib/json/ |
H A D | json_util.c | 297 const struct spdk_json_object_decoder *decoders, size_t num_decoders, void *out, bool relaxed) in _json_decode_object() 386 const struct spdk_json_object_decoder *decoders, size_t num_decoders, void *out) in spdk_json_decode_object() 393 const struct spdk_json_object_decoder *decoders, size_t num_decoders, void *out) in spdk_json_decode_object_relaxed() 400 void *out, size_t max_size, size_t *out_size, size_t stride) in spdk_json_decode_array() 431 spdk_json_decode_bool(const struct spdk_json_val *val, void *out) in spdk_json_decode_bool() 444 spdk_json_decode_uint8(const struct spdk_json_val *val, void *out) in spdk_json_decode_uint8() 452 spdk_json_decode_uint16(const struct spdk_json_val *val, void *out) in spdk_json_decode_uint16() 460 spdk_json_decode_int32(const struct spdk_json_val *val, void *out) in spdk_json_decode_int32() 468 spdk_json_decode_uint32(const struct spdk_json_val *val, void *out) in spdk_json_decode_uint32() 476 spdk_json_decode_uint64(const struct spdk_json_val *val, void *out) in spdk_json_decode_uint64() [all …]
|
H A D | json_parse.c | 28 json_decode_string_escape_unicode(uint8_t **strp, uint8_t *buf_end, uint8_t *out) in json_decode_string_escape_unicode() 108 json_decode_string_escape_twochar(uint8_t **strp, uint8_t *buf_end, uint8_t *out) in json_decode_string_escape_twochar() 150 json_decode_string_escape(uint8_t **strp, uint8_t *buf_end, uint8_t *out) in json_decode_string_escape() 173 uint8_t *out = str_start + 1; /* Decode string in place (skip the initial quote) */ in json_decode_string() local
|
/spdk/lib/jsonrpc/ |
H A D | jsonrpc_client.c | 10 capture_version(const struct spdk_json_val *val, void *out) in capture_version() 23 capture_id(const struct spdk_json_val *val, void *out) in capture_id() 36 capture_any(const struct spdk_json_val *val, void *out) in capture_any()
|
H A D | jsonrpc_server.c | 69 capture_val(const struct spdk_json_val *val, void *out) in capture_val()
|
/spdk/module/bdev/nvme/ |
H A D | nvme_rpc.c | 198 rpc_decode_cmd_type(const struct spdk_json_val *val, void *out) in rpc_decode_cmd_type() 215 rpc_decode_data_direction(const struct spdk_json_val *val, void *out) in rpc_decode_data_direction() 232 rpc_decode_cmdbuf(const struct spdk_json_val *val, void *out) in rpc_decode_cmdbuf() 271 rpc_decode_data(const struct spdk_json_val *val, void *out) in rpc_decode_data() 308 rpc_decode_data_len(const struct spdk_json_val *val, void *out) in rpc_decode_data_len() 337 rpc_decode_metadata(const struct spdk_json_val *val, void *out) in rpc_decode_metadata() 374 rpc_decode_metadata_len(const struct spdk_json_val *val, void *out) in rpc_decode_metadata_len()
|
H A D | bdev_nvme_rpc.c | 27 rpc_decode_action_on_timeout(const struct spdk_json_val *val, void *out) in rpc_decode_action_on_timeout() argument 46 rpc_decode_digest(const struct spdk_json_val *val, void *out) in rpc_decode_digest() argument 68 rpc_decode_digest_array(const struct spdk_json_val *val, void *out) in rpc_decode_digest_array() argument 79 rpc_decode_dhgroup(const struct spdk_json_val *val, void *out) in rpc_decode_dhgroup() argument 101 rpc_decode_dhgroup_array(const struct spdk_json_val *val, void *out) in rpc_decode_dhgroup_array() argument 265 bdev_nvme_decode_reftag(const struct spdk_json_val * val,void * out) bdev_nvme_decode_reftag() argument 280 bdev_nvme_decode_guard(const struct spdk_json_val * val,void * out) bdev_nvme_decode_guard() argument 295 bdev_nvme_decode_multipath(const struct spdk_json_val * val,void * out) bdev_nvme_decode_multipath() argument 1884 rpc_error_injection_decode_cmd_type(const struct spdk_json_val * val,void * out) rpc_error_injection_decode_cmd_type() argument 2306 rpc_decode_mp_policy(const struct spdk_json_val * val,void * out) rpc_decode_mp_policy() argument 2323 rpc_decode_mp_selector(const struct spdk_json_val * val,void * out) rpc_decode_mp_selector() argument [all...] |
/spdk/module/accel/error/ |
H A D | accel_error_rpc.c | 12 rpc_accel_error_decode_opcode(const struct spdk_json_val *val, void *out) in rpc_accel_error_decode_opcode() 38 rpc_accel_error_decode_type(const struct spdk_json_val *val, void *out) in rpc_accel_error_decode_type()
|
/spdk/lib/util/ |
H A D | iov.c | 30 void *out[2]; in spdk_ioviter_first() local 54 void **out) in spdk_ioviter_firstv() 76 void *out[2]; in spdk_ioviter_next() local 90 spdk_ioviter_nextv(struct spdk_ioviter *iter, void **out) in spdk_ioviter_nextv()
|
/spdk/module/bdev/error/ |
H A D | vbdev_error_rpc.c | 14 rpc_error_bdev_decode_io_type(const struct spdk_json_val *val, void *out) in rpc_error_bdev_decode_io_type() 39 rpc_error_bdev_decode_error_type(const struct spdk_json_val *val, void *out) in rpc_error_bdev_decode_error_type()
|
/spdk/lib/iscsi/ |
H A D | iscsi_rpc.c | 48 decode_rpc_initiator_list(const struct spdk_json_val *val, void *out) in decode_rpc_initiator_list() 72 decode_rpc_netmask_list(const struct spdk_json_val *val, void *out) in decode_rpc_netmask_list() 289 decode_rpc_pg_ig_map(const struct spdk_json_val *val, void *out) in decode_rpc_pg_ig_map() 304 decode_rpc_pg_ig_maps(const struct spdk_json_val *val, void *out) in decode_rpc_pg_ig_maps() 326 decode_rpc_lun(const struct spdk_json_val *val, void *out) in decode_rpc_lun() 340 decode_rpc_luns(const struct spdk_json_val *val, void *out) in decode_rpc_luns() 706 decode_rpc_portal(const struct spdk_json_val *val, void *out) in decode_rpc_portal() 716 decode_rpc_portal_list(const struct spdk_json_val *val, void *out) in decode_rpc_portal_list() 1417 decode_rpc_auth_secret(const struct spdk_json_val *val, void *out) in decode_rpc_auth_secret() 1441 decode_rpc_auth_secrets(const struct spdk_json_val *val, void *out) in decode_rpc_auth_secrets()
|
/spdk/lib/init/ |
H A D | json_config.c | 263 cap_string(const struct spdk_json_val *val, void *out) in cap_string() argument 276 cap_object(const struct spdk_json_val *val, void *out) in cap_object() argument 290 cap_array_or_null(const struct spdk_json_val *val, void *out) in cap_array_or_null() argument [all...] |
/spdk/module/bdev/raid/ |
H A D | bdev_raid_rpc.c | 146 decode_raid_level(const struct spdk_json_val *val, void *out) in decode_raid_level() argument 170 decode_base_bdevs(const struct spdk_json_val *val, void *out) in decode_base_bdevs() argument
|
/spdk/test/unit/lib/json/json_write.c/ |
H A D | json_write_ut.c | 65 #define STR_PASS(in, out) \ argument 77 #define STR_UTF16LE_PASS(in, out) \ argument
|
/spdk/test/unit/lib/rpc/rpc.c/ |
H A D | rpc_ut.c | 42 const struct spdk_json_object_decoder *decoders, size_t num_decoders, void *out) in spdk_json_decode_object()
|
/spdk/lib/nvmf/ |
H A D | nvmf_rpc.c | 31 char *str, *out; json_write_hex_str() local 93 decode_hex_string_be(const char * str,uint8_t * out,size_t size) decode_hex_string_be() argument 119 decode_ns_nguid(const struct spdk_json_val * val,void * out) decode_ns_nguid() argument 135 decode_ns_eui64(const struct spdk_json_val * val,void * out) decode_ns_eui64() argument 603 decode_rpc_listen_address(const struct spdk_json_val * val,void * out) decode_rpc_listen_address() argument 1430 decode_rpc_ns_params(const struct spdk_json_val * val,void * out) decode_rpc_ns_params() argument 2125 decode_discovery_filter(const struct spdk_json_val * val,void * out) decode_discovery_filter() argument 2316 nvmf_rpc_decode_max_io_qpairs(const struct spdk_json_val * val,void * out) nvmf_rpc_decode_max_io_qpairs() argument [all...] |
/spdk/module/blobfs/bdev/ |
H A D | blobfs_bdev_rpc.c | 152 rpc_decode_cluster_sz(const struct spdk_json_val *val, void *out) in rpc_decode_cluster_sz()
|
/spdk/lib/mlx5/ |
H A D | mlx5_crypto.c | 226 spdk_mlx5_crypto_keytag_create(struct spdk_mlx5_crypto_dek_create_attr * attr,struct spdk_mlx5_crypto_keytag ** out) spdk_mlx5_crypto_keytag_create() argument [all...] |
/spdk/test/unit/lib/json/json_parse.c/ |
H A D | json_parse_ut.c | 93 #define STR_PASS(in, out) \ argument
|
/spdk/module/bdev/rbd/ |
H A D | bdev_rbd_rpc.c | 35 bdev_rbd_decode_config(const struct spdk_json_val *values, void *out) in bdev_rbd_decode_config()
|
/spdk/app/spdk_top/ |
H A D | spdk_top.c | 310 rpc_decode_threads_array(struct spdk_json_val *val, struct rpc_thread_info *out, in rpc_decode_threads_array() 378 rpc_decode_pollers_array(struct spdk_json_val *poller, struct rpc_poller_info *out, in rpc_decode_pollers_array() 412 rpc_decode_pollers_threads_array(struct spdk_json_val *val, struct rpc_poller_info *out, in rpc_decode_pollers_threads_array() 487 rpc_decode_core_threads_object(const struct spdk_json_val *val, void *out) in rpc_decode_core_threads_object() 498 rpc_decode_cores_lw_threads(const struct spdk_json_val *val, void *out) in rpc_decode_cores_lw_threads() 527 rpc_decode_core_object(const struct spdk_json_val *val, void *out) in rpc_decode_core_object() 536 rpc_decode_cores_array(struct spdk_json_val *val, struct rpc_core_info *out, in rpc_decode_cores_array()
|
/spdk/lib/ftl/utils/ |
H A D | ftl_property.c | 309 bool *out = output; in ftl_property_decode_bool() local
|
/spdk/module/bdev/crypto/ |
H A D | vbdev_crypto.c | 554 vbdev_crypto_insert_name(struct vbdev_crypto_opts *opts, struct bdev_names **out) in vbdev_crypto_insert_name() argument
|
/spdk/lib/nvme/ |
H A D | nvme_auth.c | 214 const void *keyin, size_t keylen, void *out, size_t outlen) in nvme_auth_transform_key() argument [all...] |