Home
last modified time | relevance | path

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

/linux-6.3-rc2/rust/kernel/
A Derror.rs72 pub struct Error(core::ffi::c_int); struct
74 impl Error { impls
81 impl From<AllocError> for Error { implementation
82 fn from(_: AllocError) -> Error { in from()
87 impl From<TryFromIntError> for Error { implementation
93 impl From<Utf8Error> for Error { implementation
94 fn from(_: Utf8Error) -> Error { in from()
99 impl From<TryReserveError> for Error { implementation
105 impl From<LayoutError> for Error { implementation
106 fn from(_: LayoutError) -> Error { in from()
[all …]
A Dstr.rs50 impl From<CStrConvertError> for Error { implementation
52 fn from(_: CStrConvertError) -> Error { in from()
544 pub fn try_from_fmt(args: fmt::Arguments<'_>) -> Result<Self, Error> { in try_from_fmt() argument
/linux-6.3-rc2/rust/alloc/collections/
A Dmod.rs137 ) -> core::result::Result<(), core::fmt::Error> { in fmt()
/linux-6.3-rc2/tools/perf/util/c++/
A Dclang.cpp139 std::string Error; in getBPFObjectFromModule() local
/linux-6.3-rc2/rust/alloc/
A Dboxed.rs1563 type Error = Box<[T]>; typedef
1574 fn try_from(boxed_slice: Box<[T]>) -> Result<Self, Self::Error> { in try_from() argument
/linux-6.3-rc2/rust/alloc/vec/
A Dmod.rs3188 type Error = Vec<T, A>; typedef
/linux-6.3-rc2/fs/ksmbd/
A Dsmb_common.h171 __le16 Error; member
/linux-6.3-rc2/fs/cifs/
A Dcifspdu.h390 __le16 Error; member

Completed in 43 milliseconds