Searched defs:Error (Results 1 – 15 of 15) sorted by relevance
/linux-6.15/rust/kernel/ |
D | error.rs | 98 pub struct Error(NonZeroI32); struct 100 impl Error { impl 105 pub fn from_errno(errno: crate::ffi::c_int) -> Error { in from_errno() 121 const fn try_from_errno(errno: crate::ffi::c_int) -> Option<Error> { in try_from_errno() 135 const unsafe fn from_errno_unchecked(errno: crate::ffi::c_int) -> Error { in from_errno_unchecked() 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 205 fn from(_: TryFromIntError) -> Error { in from() [all …]
|
D | lib.rs | 118 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()
|
D | str.rs | 188 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
|
D | driver.rs | 73 pub fn new(name: &'static CStr, module: &'static ThisModule) -> impl PinInit<Self, Error> { in new() argument
|
D | miscdevice.rs | 65 pub fn register(opts: MiscDeviceOptions) -> impl PinInit<Self, Error> { in register() argument
|
/linux-6.15/rust/pin-init/examples/ |
D | error.rs | 11 pub struct Error; struct 13 impl From<Infallible> for Error { implementation 20 impl From<AllocError> for Error { implementation
|
D | pthread_mutex.rs | 42 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/ |
D | rnull.rs | 42 fn init(_module: &'static ThisModule) -> impl PinInit<Self, Error> { in init() argument
|
/linux-6.15/rust/kernel/block/mq/ |
D | tag_set.rs | 40 ) -> impl PinInit<Self, error::Error> { in new()
|
/linux-6.15/rust/kernel/fs/ |
D | file.rs | 454 impl From<BadFdError> for Error { implementation 456 fn from(_: BadFdError) -> Error { in from()
|
/linux-6.15/samples/rust/ |
D | rust_misc_device.rs | 132 fn init(_module: &'static ThisModule) -> impl PinInit<Self, Error> { in init() argument
|
/linux-6.15/drivers/gpu/drm/msm/registers/ |
D | gen_header.py | 15 class Error(Exception): class
|
/linux-6.15/rust/kernel/net/ |
D | phy.rs | 30 Error, enumerator
|
/linux-6.15/fs/smb/server/ |
D | smb_common.h | 180 __le16 Error; member
|
/linux-6.15/fs/smb/client/ |
D | cifspdu.h | 430 __le16 Error; member
|