Searched defs:io_read (Results 1 – 4 of 4) sorted by relevance
269 int io_read(uintptr_t handle, in io_read() function
610 static int io_read (lua_State *L) { in io_read() function
493 pub fn io_read(&self, addr: u64, data: &mut [u8], vcpu: &Vcpu) -> bool { in io_read() method
72 def io_read(self, len = -1): member in ioWrapper