Home
last modified time | relevance | path

Searched defs:shutdown (Results 1 – 3 of 3) sorted by relevance

/DragonOS-0.1.8/kernel/src/net/
Dmod.rs112 fn shutdown(&self, _type: ShutdownType) -> Result<(), SystemError> { in shutdown() method
Dsyscall.rs314 pub fn shutdown(fd: usize, how: usize) -> Result<usize, SystemError> { in shutdown() method
Dsocket.rs896 fn shutdown(&self, _type: super::ShutdownType) -> Result<(), SystemError> { in shutdown() method