Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/driver/tty/
Dmod.rs155 pub fn read_stdin(&self, buf: &mut [u8], block: bool) -> Result<usize, TtyError> { in read_stdin() method
Dtty_device.rs159 let r: Result<usize, TtyError> = self.core.read_stdin(&mut buf[0..len], true); in read_at()