Searched refs:spdk_json_write_string_fmt (Results 1 – 7 of 7) sorted by relevance
| /spdk/lib/json/ |
| H A D | spdk_json.map | 46 spdk_json_write_string_fmt;
|
| H A D | json_write.c | 493 spdk_json_write_string_fmt(struct spdk_json_write_ctx *w, const char *fmt, ...) in spdk_json_write_string_fmt() function
|
| /spdk/test/unit/lib/ |
| H A D | json_mock.c | 25 DEFINE_STUB(spdk_json_write_string_fmt, int, (struct spdk_json_write_ctx *w, const char *fmt, ...),
|
| /spdk/include/spdk/ |
| H A D | json.h | 233 int spdk_json_write_string_fmt(struct spdk_json_write_ctx *w, const char *fmt,
|
| /spdk/module/bdev/ftl/ |
| H A D | bdev_ftl_rpc.c | 115 spdk_json_write_string_fmt(w, "FTL bdev: %s creation deferred", conf.name); in rpc_bdev_ftl_create()
|
| /spdk/module/bdev/gpt/ |
| H A D | vbdev_gpt.c | 248 spdk_json_write_string_fmt(w, "%08x-%04x-%04x-%04x-%04x%08x", in write_guid()
|
| /spdk/module/bdev/nvme/ |
| H A D | bdev_nvme.c | 4069 spdk_json_write_string_fmt(w, "%u.%u.%u", vs.bits.mjr, vs.bits.mnr, vs.bits.ter); in nvme_generate_uuid() 4071 spdk_json_write_string_fmt(w, "%u.%u", vs.bits.mjr, vs.bits.mnr); in nvme_generate_uuid()
|