Searched defs:Error (Results 1 – 13 of 13) sorted by relevance
/linux-6.14.4/rust/kernel/ |
D | error.rs | 97 pub struct Error(NonZeroI32); struct 99 impl Error { impl 104 pub fn from_errno(errno: crate::ffi::c_int) -> Error { in from_errno() 120 const fn try_from_errno(errno: crate::ffi::c_int) -> Option<Error> { in try_from_errno() 134 const unsafe fn from_errno_unchecked(errno: crate::ffi::c_int) -> Error { in from_errno_unchecked() 182 impl fmt::Debug for Error { implementation 197 impl From<AllocError> for Error { implementation 198 fn from(_: AllocError) -> Error { in from() 203 impl From<TryFromIntError> for Error { implementation 204 fn from(_: TryFromIntError) -> Error { in from() [all …]
|
D | lib.rs | 115 fn init(module: &'static ThisModule) -> impl init::PinInit<Self, error::Error>; in init() 119 fn init(module: &'static ThisModule) -> impl init::PinInit<Self, error::Error> { in init()
|
D | str.rs | 142 impl From<CStrConvertError> for Error { implementation 144 fn from(_: CStrConvertError) -> Error { in from() 827 pub fn try_from_fmt(args: fmt::Arguments<'_>) -> Result<Self, Error> { in try_from_fmt() argument 879 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.14.4/drivers/block/ |
D | rnull.rs | 42 fn init(_module: &'static ThisModule) -> impl PinInit<Self, Error> { in init() argument
|
/linux-6.14.4/rust/kernel/block/mq/ |
D | tag_set.rs | 41 ) -> impl PinInit<Self, error::Error> { in new()
|
/linux-6.14.4/rust/kernel/fs/ |
D | file.rs | 450 impl From<BadFdError> for Error { implementation 452 fn from(_: BadFdError) -> Error { in from()
|
/linux-6.14.4/samples/rust/ |
D | rust_misc_device.rs | 131 fn init(_module: &'static ThisModule) -> impl PinInit<Self, Error> { in init() argument
|
/linux-6.14.4/drivers/gpu/drm/msm/registers/ |
D | gen_header.py | 15 class Error(Exception): class
|
/linux-6.14.4/rust/kernel/net/ |
D | phy.rs | 30 Error, enumerator
|
/linux-6.14.4/fs/smb/server/ |
D | smb_common.h | 178 __le16 Error; member
|
/linux-6.14.4/fs/smb/client/ |
D | cifspdu.h | 430 __le16 Error; member
|