Home
last modified time | relevance | path

Searched refs:fifo_client_t (Results 1 – 8 of 8) sorted by relevance

/system/ulib/block-client/include/block-client/
A Dclient.h15 typedef struct fifo_client fifo_client_t; typedef
22 zx_status_t block_fifo_create_client(zx_handle_t fifo, fifo_client_t** out);
25 void block_fifo_release_client(fifo_client_t* client);
41 zx_status_t block_fifo_txn(fifo_client_t* client, block_fifo_request_t* requests, size_t count);
/system/ulib/block-client/include/block-client/cpp/
A Dclient.h32 explicit Client(fifo_client_t* client);
49 void Reset(fifo_client_t* client = nullptr);
52 fifo_client_t* Release();
54 fifo_client_t* client_;
/system/ulib/block-client/
A Dclient.cpp18 Client::Client(fifo_client_t* client) : client_(client) {} in Client()
31 fifo_client_t* client; in Create()
45 void Client::Reset(fifo_client_t* client) { in Reset()
52 fifo_client_t* Client::Release() { in Release()
53 fifo_client_t* client = client_; in Release()
A Dclient.c70 } fifo_client_t; typedef
72 zx_status_t block_fifo_create_client(zx_handle_t fifo, fifo_client_t** out) { in block_fifo_create_client()
73 fifo_client_t* client = calloc(sizeof(fifo_client_t), 1); in block_fifo_create_client()
83 void block_fifo_release_client(fifo_client_t* client) { in block_fifo_release_client()
92 zx_status_t block_fifo_txn(fifo_client_t* client, block_fifo_request_t* requests, size_t count) { in block_fifo_txn()
/system/ulib/blktest/
A Dblktest.cpp212 fifo_client_t* client; in blkdev_test_fifo_basic()
276 fifo_client_t* client; in blkdev_test_fifo_whole_disk()
407 fifo_client_t* client; in blkdev_test_fifo_multiple_vmo()
441 fifo_client_t* client;
452 fifo_client_t* client = fifoarg->client; in fifo_vmo_thread()
471 fifo_client_t* client; in blkdev_test_fifo_multiple_vmo_multithreaded()
525 fifo_client_t* client; in blkdev_test_fifo_unclean_shutdown()
589 fifo_client_t* client; in blkdev_test_fifo_bad_client_vmoid()
624 fifo_client_t* client; in blkdev_test_fifo_bad_client_unaligned_request()
662 fifo_client_t* client; in blkdev_test_fifo_bad_client_overflow()
[all …]
/system/uapp/iotime/
A Diotime.c138 fifo_client_t* client; in iotime_fifo()
/system/utest/zxcrypt/
A Dtest-device.h202 fifo_client_t* client_;
/system/utest/fvm/
A Dfvm.cpp296 fifo_client_t* client_;

Completed in 19 milliseconds