Searched refs:ioctl_helper (Results 1 – 1 of 1) sorted by relevance
54 fn ioctl_helper(&self, tty: Arc<TtyCore>, cmd: u32, arg: usize) -> Result<usize, SystemError> { in ioctl_helper() method1894 return self.ioctl_helper(tty, cmd, arg); in ioctl()