Home
last modified time | relevance | path

Searched defs:link (Results 1 – 10 of 10) sorted by relevance

/DragonOS/kernel/src/driver/tty/pty/
H A Dunix98pty.rs115 let link = link.core(); in set_termios() localVariable
166 let link = core.checked_link()?; in start() localVariable
184 let link = core.checked_link()?; in stop() localVariable
/DragonOS/kernel/src/driver/tty/tty_ldisc/
H A Dntty.rs1528 let link = tty.link().unwrap(); in packet_mode_flush() localVariable
1645 let link = core.link().unwrap(); in read() localVariable
1646 let link = link.core(); in read() localVariable
2066 let link = core.link(); in poll() localVariable
/DragonOS/kernel/src/driver/tty/
H A Dtty_core.rs326 link: RwLock<Weak<TtyCore>>, field
455 pub fn link(&self) -> Option<Arc<TtyCore>> { in link() method
/DragonOS/kernel/src/filesystem/ramfs/
H A Dmod.rs356 fn link(&self, name: &str, other: &Arc<dyn IndexNode>) -> Result<(), SystemError> { in link() method
/DragonOS/kernel/src/filesystem/overlayfs/
H A Dmod.rs375 fn link( in link() method
/DragonOS/kernel/src/filesystem/kernfs/
H A Dmod.rs200 fn link(&self, _name: &str, _other: &Arc<dyn IndexNode>) -> Result<(), SystemError> { in link() method
/DragonOS/kernel/src/filesystem/procfs/
H A Dmod.rs651 fn link(&self, name: &str, other: &Arc<dyn IndexNode>) -> Result<(), SystemError> { in link() method
/DragonOS/kernel/src/filesystem/vfs/
H A Dmount.rs339 fn link(&self, name: &str, other: &Arc<dyn IndexNode>) -> Result<(), SystemError> { in link() method
H A Dmod.rs270 fn link(&self, _name: &str, _other: &Arc<dyn IndexNode>) -> Result<(), SystemError> { in link() method
H A Dsyscall.rs886 pub fn link(old: *const u8, new: *const u8) -> Result<usize, SystemError> { in link() method