Lines Matching refs:Errno
5 use crate::{Errno, Result};
13 use crate::errno::Errno;
124 Errno::result(res).map(Pid::from_raw)
133 Errno::result(res).map(drop)
142 Errno::result(res).map(drop)
161 use crate::errno::Errno;
192 Err(Errno::EINVAL)
202 Err(Errno::EINVAL)
215 Err(Errno::EINVAL)
271 Errno::result(res).map(drop)
306 Errno::result(res).and(Ok(cpuset))
313 Errno::result(res).map(|int| int as usize)
323 Errno::result(res).map(drop)