Home
last modified time | relevance | path

Searched defs:Error (Results 1 – 7 of 7) sorted by relevance

/linux-6.12.1/rust/kernel/
Derror.rs91 pub struct Error(core::ffi::c_int); struct
93 impl Error { implementation
98 pub(crate) fn from_errno(errno: core::ffi::c_int) -> Error { in from_errno()
118 unsafe fn from_errno_unchecked(errno: core::ffi::c_int) -> Error { in from_errno_unchecked()
169 impl fmt::Debug for Error { implementation
182 impl From<AllocError> for Error { implementation
183 fn from(_: AllocError) -> Error { in from()
188 impl From<TryFromIntError> for Error { implementation
189 fn from(_: TryFromIntError) -> Error { in from()
194 impl From<Utf8Error> for Error { implementation
[all …]
Dstr.rs141 impl From<CStrConvertError> for Error { implementation
143 fn from(_: CStrConvertError) -> Error { in from()
798 pub fn try_from_fmt(args: fmt::Arguments<'_>) -> Result<Self, Error> { in try_from_fmt() argument
850 type Error = AllocError; typedef
/linux-6.12.1/rust/kernel/block/mq/
Dtag_set.rs41 ) -> impl PinInit<Self, error::Error> { in new()
/linux-6.12.1/drivers/gpu/drm/msm/registers/
Dgen_header.py15 class Error(Exception): class
/linux-6.12.1/rust/kernel/net/
Dphy.rs30 Error, enumerator
/linux-6.12.1/fs/smb/server/
Dsmb_common.h178 __le16 Error; member
/linux-6.12.1/fs/smb/client/
Dcifspdu.h390 __le16 Error; member