Lines Matching defs:ctx_buf
488 channel_create(void *io_device, void *ctx_buf)
497 channel_destroy(void *io_device, void *ctx_buf)
713 create_cb_1(void *io_device, void *ctx_buf)
716 *(uint64_t *)ctx_buf = g_ctx1;
722 destroy_cb_1(void *io_device, void *ctx_buf)
725 CU_ASSERT(*(uint64_t *)ctx_buf == g_ctx1);
730 create_cb_2(void *io_device, void *ctx_buf)
733 *(uint64_t *)ctx_buf = g_ctx2;
739 destroy_cb_2(void *io_device, void *ctx_buf)
742 CU_ASSERT(*(uint64_t *)ctx_buf == g_ctx2);
809 create_cb(void *io_device, void *ctx_buf)
811 uint64_t *refcnt = (uint64_t *)ctx_buf;
820 destroy_cb(void *io_device, void *ctx_buf)
822 uint64_t *refcnt = (uint64_t *)ctx_buf;
1135 ut_nested_ch_create_cb(void *io_device, void *ctx_buf)
1137 struct ut_nested_ch *_ch = ctx_buf;
1157 ut_nested_ch_destroy_cb(void *io_device, void *ctx_buf)
1159 struct ut_nested_ch *_ch = ctx_buf;
1301 create_cb2(void *io_device, void *ctx_buf)
1311 destroy_cb2(void *io_device, void *ctx_buf)
1656 dummy_create_cb(void *io_device, void *ctx_buf)
1662 dummy_destroy_cb(void *io_device, void *ctx_buf)