Searched refs:writev (Results 1 – 2 of 2) sorted by relevance
758 SYS_WRITEV => Self::writev(args[0] as i32, args[1], args[2]), in handle()
1534 pub fn writev(fd: i32, iov: usize, count: usize) -> Result<usize, SystemError> { in writev() method