Searched defs:connect (Results 1 – 6 of 6) sorted by relevance
/DragonOS/kernel/src/driver/input/serio/ |
H A D | serio_driver.rs | 37 fn connect(&self, device: &Arc<dyn SerioDevice>) -> Result<(), SystemError>; in connect() method
|
/DragonOS/kernel/src/net/socket/ |
H A D | unix.rs | 84 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 D | inet.rs | 214 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 D | mod.rs | 124 fn connect(&mut self, _endpoint: Endpoint) -> Result<(), SystemError>; in connect() method
|
/DragonOS/kernel/src/driver/input/ps2_mouse/ |
H A D | ps_mouse_driver.rs | 238 fn connect(&self, device: &Arc<dyn SerioDevice>) -> Result<(), system_error::SystemError> { in connect() method
|
/DragonOS/kernel/src/net/ |
H A D | syscall.rs | 197 pub fn connect(fd: usize, addr: *const SockAddr, addrlen: usize) -> Result<usize, SystemError> { in connect() method
|