Searched defs:Error (Results 1 – 15 of 15) sorted by relevance
| /linux-6.15/rust/kernel/ |
| H A D | error.rs | 98 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 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()
|
| H A 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
|
| H A D | driver.rs | 73 pub fn new(name: &'static CStr, module: &'static ThisModule) -> impl PinInit<Self, Error> { in new() argument
|
| H A D | miscdevice.rs | 65 pub fn register(opts: MiscDeviceOptions) -> impl PinInit<Self, Error> { in register() argument
|
| /linux-6.15/rust/pin-init/examples/ |
| H A D | error.rs | 11 pub struct Error; struct 13 impl From<Infallible> for Error { implementation 20 impl From<AllocError> for Error { implementation
|
| H A 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/ |
| H A D | rnull.rs | 42 fn init(_module: &'static ThisModule) -> impl PinInit<Self, Error> { in init() argument
|
| /linux-6.15/rust/kernel/block/mq/ |
| H A D | tag_set.rs | 40 ) -> impl PinInit<Self, error::Error> { in new()
|
| /linux-6.15/rust/kernel/fs/ |
| H A D | file.rs | 454 impl From<BadFdError> for Error { implementation 456 fn from(_: BadFdError) -> Error { in from()
|
| /linux-6.15/samples/rust/ |
| H A 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/ |
| H A D | gen_header.py | 15 class Error(Exception): class
|
| /linux-6.15/rust/kernel/net/ |
| H A D | phy.rs | 30 Error, enumerator
|
| /linux-6.15/fs/smb/server/ |
| H A D | smb_common.h | 180 __le16 Error; member
|
| /linux-6.15/fs/smb/client/ |
| H A D | cifspdu.h | 430 __le16 Error; member
|