Home
last modified time | relevance | path

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

/linux/rust/kernel/
A Derror.rs91 pub struct Error(core::ffi::c_int); struct
93 impl Error { implementation
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
194 impl From<Utf8Error> for Error { implementation
195 fn from(_: Utf8Error) -> Error { in from()
200 impl From<LayoutError> for Error { implementation
201 fn from(_: LayoutError) -> Error { in from()
[all …]
A 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/rust/kernel/block/mq/
A Dtag_set.rs41 ) -> impl PinInit<Self, error::Error> { in new()
/linux/drivers/gpu/drm/msm/registers/
A Dgen_header.py15 class Error(Exception): class
/linux/rust/kernel/net/
A Dphy.rs30 Error, enumerator
/linux/fs/smb/server/
A Dsmb_common.h178 __le16 Error; member
/linux/fs/smb/client/
A Dcifspdu.h390 __le16 Error; member

Completed in 61 milliseconds