Searched refs:P9Req (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/tests/qtest/libqos/ |
H A D | virtio-9p-client.h | 37 } P9Req; typedef 107 P9Req *req; 129 P9Req *req; 156 P9Req *req; 182 P9Req *req; 212 P9Req *req; 239 P9Req *req; 265 P9Req *req; 287 P9Req *req; 320 P9Req *req; [all …]
|
H A D | virtio-9p-client.c | 85 void v9fs_memwrite(P9Req *req, const void *addr, size_t len) in v9fs_memwrite() 91 void v9fs_memskip(P9Req *req, size_t len) in v9fs_memskip() 96 void v9fs_memread(P9Req *req, void *addr, size_t len) in v9fs_memread() 102 void v9fs_uint8_read(P9Req *req, uint8_t *val) in v9fs_uint8_read() 107 void v9fs_uint16_write(P9Req *req, uint16_t val) in v9fs_uint16_write() 114 void v9fs_uint16_read(P9Req *req, uint16_t *val) in v9fs_uint16_read() 120 void v9fs_uint32_write(P9Req *req, uint32_t val) in v9fs_uint32_write() 127 void v9fs_uint64_write(P9Req *req, uint64_t val) in v9fs_uint64_write() 134 void v9fs_uint32_read(P9Req *req, uint32_t *val) in v9fs_uint32_read() 140 void v9fs_uint64_read(P9Req *req, uint64_t *val) in v9fs_uint64_read() [all …]
|
/openbmc/qemu/tests/qtest/ |
H A D | virtio-9p-test.c | 408 P9Req *req, *flush_req; in fs_flush_success() 449 P9Req *req, *flush_req; in fs_flush_ignored()
|