Home
last modified time | relevance | path

Searched refs:ioctl_helper (Results 1 – 1 of 1) sorted by relevance

/DragonOS/kernel/src/driver/tty/tty_ldisc/
H A Dntty.rs54 fn ioctl_helper(&self, tty: Arc<TtyCore>, cmd: u32, arg: usize) -> Result<usize, SystemError> { in ioctl_helper() method
1894 return self.ioctl_helper(tty, cmd, arg); in ioctl()