Home
last modified time | relevance | path

Searched defs:connect (Results 1 – 6 of 6) sorted by relevance

/DragonOS/kernel/src/driver/input/serio/
H A Dserio_driver.rs37 fn connect(&self, device: &Arc<dyn SerioDevice>) -> Result<(), SystemError>; in connect() method
/DragonOS/kernel/src/net/socket/
H A Dunix.rs84 fn connect(&mut self, endpoint: Endpoint) -> Result<(), SystemError> { in connect() method
195 fn connect(&mut self, endpoint: Endpoint) -> Result<(), SystemError> { in connect() method
H A Dinet.rs214 fn connect(&mut self, _endpoint: Endpoint) -> Result<(), SystemError> { in connect() method
421 fn connect(&mut self, endpoint: Endpoint) -> Result<(), SystemError> { in connect() method
743 fn connect(&mut self, endpoint: Endpoint) -> Result<(), SystemError> { in connect() method
H A Dmod.rs124 fn connect(&mut self, _endpoint: Endpoint) -> Result<(), SystemError>; in connect() method
/DragonOS/kernel/src/driver/input/ps2_mouse/
H A Dps_mouse_driver.rs238 fn connect(&self, device: &Arc<dyn SerioDevice>) -> Result<(), system_error::SystemError> { in connect() method
/DragonOS/kernel/src/net/
H A Dsyscall.rs197 pub fn connect(fd: usize, addr: *const SockAddr, addrlen: usize) -> Result<usize, SystemError> { in connect() method