Home
last modified time | relevance | path

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

12

/openbmc/linux/rust/kernel/
H A Derror.rs95 pub struct Error(core::ffi::c_int); struct
97 impl Error { impl
102 pub(crate) fn from_errno(errno: core::ffi::c_int) -> Error { in from_errno()
122 unsafe fn from_errno_unchecked(errno: core::ffi::c_int) -> Error { in from_errno_unchecked()
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
184 fn from(_: TryFromIntError) -> Error { in from()
189 impl From<Utf8Error> 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.hpp29 class Error class
44 Error(EventPtr& event, const fs::path& file, in Error() function in open_power::occ::Error
/openbmc/qemu/rust/qemu-api/src/
H A Derrno.rs77 impl From<Errno> for io::Error { implementation
79 fn from(value: Errno) -> io::Error { in from()
85 fn from(value: Errno) -> io::Error { in from()
H A Dqdev.rs138 _errp: *mut *mut Error, in rust_realize_fn()
H A Dqom.rs205 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { in fmt() method
/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/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/qemu/qom/
H A Dobject.c2003 Object *, Error **), in object_add_link_prop() argument
2033 Object *, Error **), in object_property_add_link() argument
2309 char *(*get)(Object *, Error **), in object_property_add_str() argument
2326 char *(*get)(Object *, Error **), in object_class_property_add_str() argument
2379 bool (*get)(Object *, Error **), in object_property_add_bool() argument
2396 bool (*get)(Object *, Error **), in object_class_property_add_bool() argument
2443 int (*get)(Object *, Error **), in object_property_add_enum() argument
2463 int (*get)(Object *, Error **), in object_class_property_add_enum() argument
2524 void (*get)(Object *, struct tm *, Error **)) in object_property_add_tm() argument
2538 void (*get)(Object *, struct tm *, Error **)) in object_class_property_add_tm() argument
/openbmc/sdbusplus/tools/sdbusplus/
H A Derror.py15 class Error(NamedElement, Renderer): class
/openbmc/bmcweb/test/redfish-core/include/utils/
H A Dsensor_utils_test.cpp26 TEST(SplitSensorNameAndType, Error) in TEST() 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.hpp41 Error, enumerator
/openbmc/openbmc/meta-nvidia/meta-gb200nvl-obmc/recipes-nvidia/platform-init/files/
H A Dplatform_init.cpp88 enum class GpioEventResult { Error, Asserted, Timeout }; 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.hpp31 Error, enumerator
H A Devent_destination.hpp75 Error, enumerator
/openbmc/openpower-vpd-parser/vpd-manager/include/
H A Dtypes.hpp159 Error enumerator
/openbmc/openbmc/poky/scripts/lib/wic/
H A Dfilemap.py65 class Error(Exception): class
/openbmc/qemu/include/qemu/
H A Dtypedefs.h51 typedef struct Error Error; typedef

12