Home
last modified time | relevance | path

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

/qemu/scripts/
H A Danalyse-9p-simpletrace.py135 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 D9p.c2307 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 Dtest-qobject-output-visitor.c273 int i, max_count = 1024; in test_visitor_out_list_qapi_free() local