Home
last modified time | relevance | path

Searched refs:spdk_json_decode_uuid (Results 1 – 16 of 16) sorted by relevance

/spdk/lib/json/
H A Dspdk_json.map16 spdk_json_decode_uuid;
H A Djson_util.c500 spdk_json_decode_uuid(const struct spdk_json_val *val, void *out) in spdk_json_decode_uuid() function
/spdk/module/bdev/passthru/
H A Dvbdev_passthru_rpc.c32 {"uuid", offsetof(struct rpc_bdev_passthru_create, uuid), spdk_json_decode_uuid, true},
/spdk/module/bdev/malloc/
H A Dbdev_malloc_rpc.c20 {"uuid", offsetof(struct malloc_bdev_opts, uuid), spdk_json_decode_uuid, true},
/spdk/module/bdev/uring/
H A Dbdev_uring_rpc.c33 {"uuid", offsetof(struct rpc_create_uring, uuid), spdk_json_decode_uuid, true},
/spdk/module/bdev/daos/
H A Dbdev_daos_rpc.c35 {"uuid", offsetof(struct rpc_construct_daos, uuid), spdk_json_decode_uuid, true},
/spdk/module/bdev/error/
H A Dvbdev_error_rpc.c72 {"uuid", offsetof(struct rpc_bdev_error_create, uuid), spdk_json_decode_uuid, true},
/spdk/module/bdev/delay/
H A Dvbdev_delay_rpc.c104 {"uuid", offsetof(struct rpc_construct_delay, uuid), spdk_json_decode_uuid, true},
/spdk/test/unit/lib/json/json_util.c/
H A Djson_util_ut.c788 rc = spdk_json_decode_uuid(&v, &uuid); in test_decode_uuid()
796 rc = spdk_json_decode_uuid(&v, &uuid); in test_decode_uuid()
803 rc = spdk_json_decode_uuid(&v, &uuid); in test_decode_uuid()
810 rc = spdk_json_decode_uuid(&v, &uuid); in test_decode_uuid()
/spdk/module/bdev/null/
H A Dbdev_null_rpc.c22 {"uuid", offsetof(struct null_bdev_opts, uuid), spdk_json_decode_uuid, true},
/spdk/include/spdk/
H A Djson.h149 int spdk_json_decode_uuid(const struct spdk_json_val *val, void *out);
/spdk/module/bdev/rbd/
H A Dbdev_rbd_rpc.c84 {"uuid", offsetof(struct rpc_create_rbd, uuid), spdk_json_decode_uuid, true}
/spdk/module/bdev/ftl/
H A Dbdev_ftl_rpc.c39 {"uuid", offsetof(struct spdk_ftl_conf, uuid), spdk_json_decode_uuid, true},
/spdk/module/bdev/raid/
H A Dbdev_raid_rpc.c185 {"uuid", offsetof(struct rpc_bdev_raid_create, uuid), spdk_json_decode_uuid, true},
/spdk/test/unit/lib/bdev/raid/bdev_raid.c/
H A Dbdev_raid_ut.c154 DEFINE_STUB(spdk_json_decode_uuid, int, (const struct spdk_json_val *val, void *out), 0);
/spdk/lib/nvmf/
H A Dnvmf_rpc.c1389 {"uuid", offsetof(struct nvmf_rpc_ns_params, uuid), spdk_json_decode_uuid, true}, in rpc_nvmf_subsystem_listener_set_ana_state()