Lines Matching refs:EINVAL
382 return Err(SystemError::EINVAL); in write()
471 Err(_) => return Err(SystemError::EINVAL), in do_bind()
474 return Err(SystemError::EINVAL); in do_bind()
584 return Err(SystemError::EINVAL); in connect()
703 Err(_) => Err(SystemError::EINVAL), in do_listen()
856 return Err(SystemError::EINVAL); in connect()
868 let local_endpoint = self.local_endpoint.ok_or(SystemError::EINVAL)?; in listen()
893 return Err(SystemError::EINVAL); in bind()
904 let endpoint = self.local_endpoint.ok_or(SystemError::EINVAL)?; in accept()
1097 return <Self as FromPrimitive>::from_u16(x).ok_or_else(|| SystemError::EINVAL); in try_from()
1117 return <Self as FromPrimitive>::from_u8(x).ok_or_else(|| SystemError::EINVAL); in try_from()