Home
last modified time | relevance | path

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

12

/openbmc/linux/rust/kernel/
H A Derror.rs95 pub struct Error(core::ffi::c_int); struct
97 impl Error { implementation
164 impl fmt::Debug for Error { implementation
177 impl From<AllocError> for Error { implementation
178 fn from(_: AllocError) -> Error { in from()
183 impl From<TryFromIntError> for Error { implementation
189 impl From<Utf8Error> for Error { implementation
190 fn from(_: Utf8Error) -> Error { in from()
195 impl From<TryReserveError> for Error { implementation
201 impl From<LayoutError> for Error { implementation
[all …]
H A Dstr.rs51 impl From<CStrConvertError> for Error { implementation
53 fn from(_: CStrConvertError) -> Error { in from()
553 pub fn try_from_fmt(args: fmt::Arguments<'_>) -> Result<Self, Error> { in try_from_fmt() argument
597 type Error = AllocError; typedef
/openbmc/qemu/util/
H A Derror.c19 struct Error struct
22 ErrorClass err_class; argument
28 Error *error_abort; argument
/openbmc/openpower-occ-control/
H A Docc_errors.hpp27 class Error class
42 Error(EventPtr& event, const fs::path& file, in Error() function in open_power::occ::Error
/openbmc/bmcweb/test/redfish-core/lib/
H A Dsensors_test.cpp29 TEST(SplitSensorNameAndType, Error) in TEST() argument
/openbmc/linux/rust/alloc/
H A Dboxed.rs1667 type Error = Box<[T]>; typedef
1678 fn try_from(boxed_slice: Box<[T]>) -> Result<Self, Self::Error> { in try_from() argument
1690 type Error = Vec<T>; typedef
1710 fn try_from(vec: Vec<T>) -> Result<Self, Self::Error> { in try_from() argument
2164 impl dyn Error { implementation
2169 pub fn downcast<T: Error + 'static>(self: Box<Self>) -> Result<Box<T>, Box<dyn Error>> { in downcast()
2340 fn from(str_err: String) -> Box<dyn Error> { in from()
2388 fn from(err: &str) -> Box<dyn Error> { in from()
2431 fn from(err: Cow<'a, str>) -> Box<dyn Error> { in from()
2444 fn cause(&self) -> Option<&dyn core::error::Error> { in cause()
/openbmc/phosphor-debug-collector/
H A Ddump_types.mako.hpp26 using Error = std::string; typedef
/openbmc/u-boot/tools/gdb/
H A Derror.c30 Error(char *fmt, ...) in Error() function
/openbmc/qemu/docs/interop/
H A Dqmp-spec.rst181 Error section in Protocol Specification
/openbmc/sdbusplus/tools/sdbusplus/
H A Derror.py15 class Error(NamedElement, Renderer): class
/openbmc/qemu/qapi/
H A Dqapi-clone-visitor.c178 void **, Error **)) in qapi_clone() argument
195 Error **)) in qapi_clone_members() argument
/openbmc/qemu/qom/
H A Dobject.c1952 Object *, Error **), in object_add_link_prop() argument
1982 Object *, Error **), in object_property_add_link() argument
2240 char *(*get)(Object *, Error **), in object_property_add_str() argument
2257 char *(*get)(Object *, Error **), in object_class_property_add_str() argument
2310 bool (*get)(Object *, Error **), in object_property_add_bool() argument
2327 bool (*get)(Object *, Error **), in object_class_property_add_bool() argument
2374 int (*get)(Object *, Error **), in object_property_add_enum() argument
2394 int (*get)(Object *, Error **), in object_class_property_add_enum() argument
2455 void (*get)(Object *, struct tm *, Error **)) in object_property_add_tm() argument
2469 void (*get)(Object *, struct tm *, Error **)) in object_class_property_add_tm() argument
/openbmc/intel-ipmi-oem/
H A Dgenerate-allowlist.py14 class Error(Exception): class
/openbmc/phosphor-host-ipmid/
H A Derror-HostEvent.hpp55 namespace sdbusplus::org::open_power::Host::Error namespace
/openbmc/linux/rust/alloc/collections/
H A Dmod.rs137 ) -> core::result::Result<(), core::fmt::Error> { in fmt()
/openbmc/u-boot/tools/patman/
H A Dtout.py102 def Error(msg): function
/openbmc/bmcweb/http/
H A Dlogging.hpp34 Error, enumerator
/openbmc/slpd-lite/
H A Dslp.hpp75 enum class Error : uint8_t enum
/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dlog_service.hpp29 Error, enumerator
H A Devent_destination.hpp73 Error, enumerator
/openbmc/openbmc/poky/scripts/lib/wic/
H A Dfilemap.py65 class Error(Exception): class
/openbmc/qemu/include/qemu/
H A Dtypedefs.h55 typedef struct Error Error; typedef
/openbmc/qemu/monitor/
H A Dhmp.c1086 HumanReadableText *(*handler)(Error **)) in hmp_info_human_readable_text()
/openbmc/linux/fs/smb/server/
H A Dsmb_common.h178 __le16 Error; member
/openbmc/linux/rust/alloc/vec/
H A Dmod.rs3515 type Error = Vec<T, A>; typedef

12