Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/tty/tty_ldisc/
H A Dntty.rs256 self.receive_buf_standard(tty.clone(), buf, flags, look_ahead, true); in receive_buf()
260 self.receive_buf_standard(tty.clone(), buf, flags, count - look_ahead, false); in receive_buf()
338 pub fn receive_buf_standard( in receive_buf_standard() method