Searched refs:spdk_json_decode_object_relaxed (Results 1 – 16 of 16) sorted by relevance
/spdk/lib/json/ |
H A D | spdk_json.map | 7 spdk_json_decode_object_relaxed;
|
H A D | json_util.c | 392 spdk_json_decode_object_relaxed(const struct spdk_json_val *values, in spdk_json_decode_object_relaxed() function
|
/spdk/module/keyring/file/ |
H A D | keyring_rpc.c | 35 if (spdk_json_decode_object_relaxed(params, rpc_keyring_file_add_key_decoders, in rpc_keyring_file_add_key()
|
/spdk/lib/vhost/ |
H A D | vhost_rpc.c | 285 if (spdk_json_decode_object_relaxed(params, rpc_construct_vhost_blk_ctrlr, in rpc_vhost_create_blk_controller() 635 if (spdk_json_decode_object_relaxed(params, rpc_create_virtio_blk_transport,
|
H A D | vhost_blk.c | 1780 if (spdk_json_decode_object_relaxed(params, rpc_construct_vhost_blk,
|
/spdk/include/spdk/ |
H A D | json.h | 123 int spdk_json_decode_object_relaxed(const struct spdk_json_val *values,
|
/spdk/lib/ublk/ |
H A D | ublk_rpc.c | 35 if (spdk_json_decode_object_relaxed(params, rpc_ublk_create_target_decoders, in rpc_ublk_create_target()
|
H A D | ublk.c | 716 if (spdk_json_decode_object_relaxed(params, rpc_ublk_create_target, in ublk_create_target()
|
/spdk/lib/nvmf/ |
H A D | nvmf_rpc.c | 880 if (spdk_json_decode_object_relaxed(params, nvmf_rpc_listener_decoder, in rpc_listen_address_to_trid() 883 SPDK_ERRLOG("spdk_json_decode_object_relaxed failed\n"); in rpc_listen_address_to_trid() 1054 if (spdk_json_decode_object_relaxed(params, nvmf_rpc_referral_decoder, in rpc_nvmf_subsystem_remove_listener() 1057 SPDK_ERRLOG("spdk_json_decode_object_relaxed failed\n"); 1549 if (spdk_json_decode_object_relaxed(params, nvmf_rpc_subsystem_ns_decoder, in nvmf_rpc_ns_paused() 1993 if (spdk_json_decode_object_relaxed(params, nvmf_rpc_subsystem_host_decoder, in rpc_nvmf_subsystem_remove_host_done() 2603 if (spdk_json_decode_object_relaxed(params, nvmf_rpc_create_transport_decoder, 2606 SPDK_ERRLOG("spdk_json_decode_object_relaxed failed\n"); 2635 if (spdk_json_decode_object_relaxed(params, nvmf_rpc_create_transport_decoder, in _rpc_nvmf_get_stats() 2638 SPDK_ERRLOG("spdk_json_decode_object_relaxed faile in _rpc_nvmf_get_stats() [all...] |
H A D | tcp.c | 748 spdk_json_decode_object_relaxed(opts->transport_specific, tcp_transport_opts_decoder, in nvmf_tcp_create() 751 SPDK_ERRLOG("spdk_json_decode_object_relaxed failed\n"); in nvmf_tcp_create() 3758 if (spdk_json_decode_object_relaxed(transport_specific, tcp_subsystem_add_host_opts_decoder, in nvmf_tcp_subsystem_add_host()
|
H A D | vfio_user.c | 1317 spdk_json_decode_object_relaxed(opts->transport_specific, vfio_user_transport_opts_decoder, in nvmf_vfio_user_create() 1320 SPDK_ERRLOG("spdk_json_decode_object_relaxed failed\n"); in nvmf_vfio_user_create()
|
H A D | rdma.c | 2704 spdk_json_decode_object_relaxed(opts->transport_specific, rdma_transport_opts_decoder, in nvmf_rdma_create() 2707 SPDK_ERRLOG("spdk_json_decode_object_relaxed failed\n"); in nvmf_rdma_create()
|
/spdk/module/scheduler/dynamic/ |
H A D | scheduler_dynamic.c | 420 if (spdk_json_decode_object_relaxed(opts, sched_decoders, in set_opts()
|
/spdk/lib/event/ |
H A D | app_rpc.c | 476 ret = spdk_json_decode_object_relaxed(params, rpc_set_scheduler_decoders, in rpc_framework_set_scheduler()
|
/spdk/test/unit/lib/vhost/vhost.c/ |
H A D | vhost_ut.c | 138 DEFINE_STUB(spdk_json_decode_object_relaxed, int,
|
/spdk/app/spdk_top/ |
H A D | spdk_top.c | 433 rc = spdk_json_decode_object_relaxed(thread, rpc_thread_pollers_decoders, in rpc_decode_pollers_threads_array() 1113 if (spdk_json_decode_object_relaxed(json_resp->result, rpc_scheduler_decoders, in get_scheduler_data() 3464 rc = spdk_json_decode_object_relaxed(val, rpc_tick_rate_decoder, in rpc_decode_tick_rate()
|