Searched refs:to_errno (Results 1 – 7 of 7) sorted by relevance
151 Err(e) => e.to_errno(),153 .unwrap_or($crate::error::code::ERANGE.to_errno()),
152 return e.to_errno() as isize;282 Err(e) => e.to_errno() as isize,336 Err(e) => e.to_errno() as isize,
161 pub fn to_errno(self) -> crate::ffi::c_int { in to_errno() method519 Err(e) => T::from(e.to_errno() as i16), in from_result()
67 return EINVAL.to_errno(); in set_param()
567 Err(err) => err.to_errno() as isize, in show() 605 Err(err) => err.to_errno() as isize, in store()
46 self.source.unwrap_or(EINVAL).to_errno() in as_errno()
98 goto to_errno; in sof_ipc4_check_reply_status() 105 to_errno: in sof_ipc4_check_reply_status()