Lines Matching refs:EINVAL
49 return Err(SystemError::EINVAL); in socket()
372 return Err(SystemError::EINVAL); in getsockname()
378 let endpoint: Endpoint = socket.endpoint().ok_or(SystemError::EINVAL)?; in getsockname()
401 return Err(SystemError::EINVAL); in getpeername()
408 let endpoint: Endpoint = socket.peer_endpoint().ok_or(SystemError::EINVAL)?; in getpeername()
490 return Err(SystemError::EINVAL); in to_endpoint()
506 return Err(SystemError::EINVAL); in to_endpoint()
510 return Err(SystemError::EINVAL); in to_endpoint()
513 return Err(SystemError::EINVAL); in to_endpoint()
516 return Err(SystemError::EINVAL); in to_endpoint()
528 AddressFamily::Unix => Err(SystemError::EINVAL), in len()
529 _ => Err(SystemError::EINVAL), in len()
828 None => Err(SystemError::EINVAL), in try_from()
917 None => Err(SystemError::EINVAL), in try_from()