Lines Matching refs:RANGE
131 _ => Err(io::Errno::RANGE),
191 UnalignedAccessControl::from_bits(r).ok_or(io::Errno::RANGE)
232 FloatingPointEmulationControl::from_bits(r).ok_or(io::Errno::RANGE)
335 _ => Err(io::Errno::RANGE),
395 _ => Err(io::Errno::RANGE),
455 _ => Err(io::Errno::RANGE),
542 _ => Err(io::Errno::RANGE),
662 let fd = usize::try_from(fd.as_raw_fd()).map_err(|_r| io::Errno::RANGE)?;
859 _ => Err(io::Errno::RANGE),
919 _ => Err(io::Errno::RANGE),
1048 PointerAuthenticationKeys::from_bits(r).ok_or(io::Errno::RANGE)