Lines Matching full:handle
41 int do_read(int fd, int handle, void *buf, int offset, int size)
51 read.handle = handle;
59 int do_write(int fd, int handle, void *buf, int offset, int size)
64 write.handle = handle;
82 int handle;
91 mmap.handle = 0x10101010;
102 handle = create.handle;
105 mmap.handle = handle;
120 ret = do_write(fd, handle, buf, 0, OBJECT_SIZE);
125 unref.handle = handle;