Home
last modified time | relevance | path

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

/linux-6.15/rust/kernel/
H A Derror.rs98 pub struct Error(NonZeroI32); struct
100 impl Error { implementation
183 impl fmt::Debug for Error { implementation
198 impl From<AllocError> for Error { implementation
199 fn from(_: AllocError) -> Error { in from()
204 impl From<TryFromIntError> for Error { implementation
210 impl From<Utf8Error> for Error { implementation
211 fn from(_: Utf8Error) -> Error { in from()
216 impl From<LayoutError> for Error { implementation
217 fn from(_: LayoutError) -> Error { in from()
[all …]
H A Dlib.rs118 fn init(module: &'static ThisModule) -> impl pin_init::PinInit<Self, error::Error>; in init()
122 fn init(module: &'static ThisModule) -> impl pin_init::PinInit<Self, error::Error> { in init()
H A Dstr.rs188 impl From<CStrConvertError> for Error { implementation
190 fn from(_: CStrConvertError) -> Error { in from()
873 pub fn try_from_fmt(args: fmt::Arguments<'_>) -> Result<Self, Error> { in try_from_fmt() argument
925 type Error = AllocError; typedef
H A Ddriver.rs73 pub fn new(name: &'static CStr, module: &'static ThisModule) -> impl PinInit<Self, Error> { in new() argument
H A Dmiscdevice.rs65 pub fn register(opts: MiscDeviceOptions) -> impl PinInit<Self, Error> { in register() argument
/linux-6.15/rust/pin-init/examples/
H A Derror.rs11 pub struct Error; struct
13 impl From<Infallible> for Error { implementation
20 impl From<AllocError> for Error { implementation
H A Dpthread_mutex.rs42 pub enum Error { enum
48 impl From<Infallible> for Error { implementation
55 impl From<AllocError> for Error { implementation
62 pub fn new(data: T) -> impl PinInit<Self, Error> { in new() argument
/linux-6.15/drivers/block/
H A Drnull.rs42 fn init(_module: &'static ThisModule) -> impl PinInit<Self, Error> { in init() argument
/linux-6.15/rust/kernel/block/mq/
H A Dtag_set.rs40 ) -> impl PinInit<Self, error::Error> { in new()
/linux-6.15/rust/kernel/fs/
H A Dfile.rs454 impl From<BadFdError> for Error { implementation
456 fn from(_: BadFdError) -> Error { in from()
/linux-6.15/samples/rust/
H A Drust_misc_device.rs132 fn init(_module: &'static ThisModule) -> impl PinInit<Self, Error> { in init() argument
/linux-6.15/drivers/gpu/drm/msm/registers/
H A Dgen_header.py15 class Error(Exception): class
/linux-6.15/rust/kernel/net/
H A Dphy.rs30 Error, enumerator
/linux-6.15/fs/smb/server/
H A Dsmb_common.h180 __le16 Error; member
/linux-6.15/fs/smb/client/
H A Dcifspdu.h430 __le16 Error; member