/openbmc/linux/rust/kernel/ |
H A D | error.rs | 95 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 D | str.rs | 51 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 D | error.c | 19 struct Error struct 22 ErrorClass err_class; argument 28 Error *error_abort; argument
|
/openbmc/openpower-occ-control/ |
H A D | occ_errors.hpp | 29 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 D | errno.rs | 77 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 D | qdev.rs | 138 _errp: *mut *mut Error, in rust_realize_fn()
|
H A D | qom.rs | 205 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { in fmt() method
|
/openbmc/linux/rust/alloc/ |
H A D | boxed.rs | 1667 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 D | error.c | 30 Error(char *fmt, ...) in Error() function
|
/openbmc/qemu/docs/interop/ |
H A D | qmp-spec.rst | 181 Error section in Protocol Specification
|
/openbmc/qemu/qom/ |
H A D | object.c | 2003 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 D | error.py | 15 class Error(NamedElement, Renderer): class
|
/openbmc/bmcweb/test/redfish-core/include/utils/ |
H A D | sensor_utils_test.cpp | 26 TEST(SplitSensorNameAndType, Error) in TEST() argument
|
/openbmc/intel-ipmi-oem/ |
H A D | generate-allowlist.py | 14 class Error(Exception): class
|
/openbmc/phosphor-host-ipmid/ |
H A D | error-HostEvent.hpp | 55 namespace sdbusplus::org::open_power::Host::Error namespace
|
/openbmc/linux/rust/alloc/collections/ |
H A D | mod.rs | 137 ) -> core::result::Result<(), core::fmt::Error> { in fmt()
|
/openbmc/u-boot/tools/patman/ |
H A D | tout.py | 102 def Error(msg): function
|
/openbmc/bmcweb/http/ |
H A D | logging.hpp | 41 Error, enumerator
|
/openbmc/openbmc/meta-nvidia/meta-gb200nvl-obmc/recipes-nvidia/platform-init/files/ |
H A D | platform_init.cpp | 88 enum class GpioEventResult { Error, Asserted, Timeout }; enumerator
|
/openbmc/slpd-lite/ |
H A D | slp.hpp | 75 enum class Error : uint8_t enum
|
/openbmc/bmcweb/redfish-core/include/generated/enums/ |
H A D | log_service.hpp | 31 Error, enumerator
|
H A D | event_destination.hpp | 75 Error, enumerator
|
/openbmc/openpower-vpd-parser/vpd-manager/include/ |
H A D | types.hpp | 159 Error enumerator
|
/openbmc/openbmc/poky/scripts/lib/wic/ |
H A D | filemap.py | 65 class Error(Exception): class
|
/openbmc/qemu/include/qemu/ |
H A D | typedefs.h | 51 typedef struct Error Error; typedef
|