Searched refs:to_errno (Results 1 – 5 of 5) sorted by relevance
194 Err(err) => return err.to_errno(), in open()242 Err(err) => err.to_errno() as c_long, in ioctl()267 Err(err) => err.to_errno() as c_long, in compat_ioctl()
143 pub fn to_errno(self) -> crate::ffi::c_int { in to_errno() method464 Err(e) => T::from(e.to_errno() as i16), in from_result()
75 Err(err) => return Error::to_errno(err), in probe_callback()
83 Err(err) => return Error::to_errno(err), in probe_callback()
97 goto to_errno; in sof_ipc4_check_reply_status()104 to_errno: in sof_ipc4_check_reply_status()