Searched defs:max_count (Results 1 – 3 of 3) sorted by relevance
/qemu/scripts/ |
H A D | analyse-9p-simpletrace.py | 135 def v9fs_read(self, tag, id, fid, off, max_count): argument 141 def v9fs_readdir(self, tag, id, fid, offset, max_count): argument
|
/qemu/hw/9pfs/ |
H A D | 9p.c | 2307 uint64_t off, uint32_t max_count) in v9fs_xattr_read() 2342 uint32_t max_count) in v9fs_do_readdir_with_stat() 2422 uint32_t max_count; in v9fs_read() local 2536 off_t offset, int32_t max_count) in v9fs_do_readdir() 2639 uint32_t max_count; in v9fs_readdir() local
|
/qemu/tests/unit/ |
H A D | test-qobject-output-visitor.c | 273 int i, max_count = 1024; in test_visitor_out_list_qapi_free() local
|