Searched refs:spdk_json_decode_uuid (Results 1 – 16 of 16) sorted by relevance
/spdk/lib/json/ |
H A D | spdk_json.map | 16 spdk_json_decode_uuid;
|
H A D | json_util.c | 500 spdk_json_decode_uuid(const struct spdk_json_val *val, void *out) in spdk_json_decode_uuid() function
|
/spdk/module/bdev/passthru/ |
H A D | vbdev_passthru_rpc.c | 32 {"uuid", offsetof(struct rpc_bdev_passthru_create, uuid), spdk_json_decode_uuid, true},
|
/spdk/module/bdev/malloc/ |
H A D | bdev_malloc_rpc.c | 20 {"uuid", offsetof(struct malloc_bdev_opts, uuid), spdk_json_decode_uuid, true},
|
/spdk/module/bdev/uring/ |
H A D | bdev_uring_rpc.c | 33 {"uuid", offsetof(struct rpc_create_uring, uuid), spdk_json_decode_uuid, true},
|
/spdk/module/bdev/daos/ |
H A D | bdev_daos_rpc.c | 35 {"uuid", offsetof(struct rpc_construct_daos, uuid), spdk_json_decode_uuid, true},
|
/spdk/module/bdev/error/ |
H A D | vbdev_error_rpc.c | 72 {"uuid", offsetof(struct rpc_bdev_error_create, uuid), spdk_json_decode_uuid, true},
|
/spdk/module/bdev/delay/ |
H A D | vbdev_delay_rpc.c | 104 {"uuid", offsetof(struct rpc_construct_delay, uuid), spdk_json_decode_uuid, true},
|
/spdk/test/unit/lib/json/json_util.c/ |
H A D | json_util_ut.c | 788 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 D | bdev_null_rpc.c | 22 {"uuid", offsetof(struct null_bdev_opts, uuid), spdk_json_decode_uuid, true},
|
/spdk/include/spdk/ |
H A D | json.h | 149 int spdk_json_decode_uuid(const struct spdk_json_val *val, void *out);
|
/spdk/module/bdev/rbd/ |
H A D | bdev_rbd_rpc.c | 84 {"uuid", offsetof(struct rpc_create_rbd, uuid), spdk_json_decode_uuid, true}
|
/spdk/module/bdev/ftl/ |
H A D | bdev_ftl_rpc.c | 39 {"uuid", offsetof(struct spdk_ftl_conf, uuid), spdk_json_decode_uuid, true},
|
/spdk/module/bdev/raid/ |
H A D | bdev_raid_rpc.c | 185 {"uuid", offsetof(struct rpc_bdev_raid_create, uuid), spdk_json_decode_uuid, true},
|
/spdk/test/unit/lib/bdev/raid/bdev_raid.c/ |
H A D | bdev_raid_ut.c | 154 DEFINE_STUB(spdk_json_decode_uuid, int, (const struct spdk_json_val *val, void *out), 0);
|
/spdk/lib/nvmf/ |
H A D | nvmf_rpc.c | 1389 {"uuid", offsetof(struct nvmf_rpc_ns_params, uuid), spdk_json_decode_uuid, true}, in rpc_nvmf_subsystem_listener_set_ana_state()
|