Searched defs:io_read (Results 1 – 5 of 5) sorted by relevance
58 static inline void io_read(const char *filename, int filesize, volatile int *run_child) in io_read() function
269 int io_read(uintptr_t handle, in io_read() function
610 static int io_read (lua_State *L) { in io_read() function
512 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