Searched defs:link (Results 1 – 10 of 10) sorted by relevance
/DragonOS/kernel/src/driver/tty/pty/ |
H A D | unix98pty.rs | 115 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 D | ntty.rs | 1528 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 D | tty_core.rs | 326 link: RwLock<Weak<TtyCore>>, field 455 pub fn link(&self) -> Option<Arc<TtyCore>> { in link() method
|
/DragonOS/kernel/src/filesystem/ramfs/ |
H A D | mod.rs | 356 fn link(&self, name: &str, other: &Arc<dyn IndexNode>) -> Result<(), SystemError> { in link() method
|
/DragonOS/kernel/src/filesystem/overlayfs/ |
H A D | mod.rs | 375 fn link( in link() method
|
/DragonOS/kernel/src/filesystem/kernfs/ |
H A D | mod.rs | 200 fn link(&self, _name: &str, _other: &Arc<dyn IndexNode>) -> Result<(), SystemError> { in link() method
|
/DragonOS/kernel/src/filesystem/procfs/ |
H A D | mod.rs | 651 fn link(&self, name: &str, other: &Arc<dyn IndexNode>) -> Result<(), SystemError> { in link() method
|
/DragonOS/kernel/src/filesystem/vfs/ |
H A D | mount.rs | 339 fn link(&self, name: &str, other: &Arc<dyn IndexNode>) -> Result<(), SystemError> { in link() method
|
H A D | mod.rs | 270 fn link(&self, _name: &str, _other: &Arc<dyn IndexNode>) -> Result<(), SystemError> { in link() method
|
H A D | syscall.rs | 886 pub fn link(old: *const u8, new: *const u8) -> Result<usize, SystemError> { in link() method
|