Home
last modified time | relevance | path

Searched refs:to_errno (Results 1 – 7 of 7) sorted by relevance

/linux/rust/kernel/drm/
H A Dioctl.rs151 Err(e) => e.to_errno(),
153 .unwrap_or($crate::error::code::ERANGE.to_errno()),
/linux/rust/kernel/debugfs/
H A Dfile_ops.rs152 return e.to_errno() as isize;
282 Err(e) => e.to_errno() as isize,
336 Err(e) => e.to_errno() as isize,
/linux/rust/kernel/
H A Derror.rs161 pub fn to_errno(self) -> crate::ffi::c_int { in to_errno() method
519 Err(e) => T::from(e.to_errno() as i16), in from_result()
H A Dmodule_param.rs67 return EINVAL.to_errno(); in set_param()
H A Dconfigfs.rs567 Err(err) => err.to_errno() as isize, in show()
605 Err(err) => err.to_errno() as isize, in store()
/linux/drivers/android/binder/
H A Derror.rs46 self.source.unwrap_or(EINVAL).to_errno() in as_errno()
/linux/sound/soc/sof/
H A Dipc4.c98 goto to_errno; in sof_ipc4_check_reply_status()
105 to_errno: in sof_ipc4_check_reply_status()