Home
last modified time | relevance | path

Searched defs:hello_context_t (Results 1 – 3 of 3) sorted by relevance

/spdk/test/external_code/hello_world/
H A Dhello_bdev.c21 struct hello_context_t { struct
22 struct spdk_bdev *bdev;
23 struct spdk_bdev_desc *bdev_desc;
24 struct spdk_io_channel *bdev_io_channel;
25 char *buff;
26 uint32_t buff_size;
27 char *bdev_name;
28 struct spdk_bdev_io_wait_entry bdev_io_wait;
/spdk/examples/bdev/hello_world/
H A Dhello_bdev.c21 struct hello_context_t { struct
22 struct spdk_bdev *bdev;
23 struct spdk_bdev_desc *bdev_desc;
24 struct spdk_io_channel *bdev_io_channel;
25 char *buff;
26 uint32_t buff_size;
27 char *bdev_name;
28 struct spdk_bdev_io_wait_entry bdev_io_wait;
/spdk/examples/blob/hello_world/
H A Dhello_blob.c20 struct hello_context_t { struct
35 hello_cleanup(struct hello_context_t *hello_context) in hello_cleanup() argument