| /openbmc/boost-dbus/include/dbus/ |
| H A D | error.hpp | 68 boost::system::system_error system_error() const; 76 inline boost::system::system_error error::system_error() const { in system_error() function in dbus::error 77 return boost::system::system_error( in system_error() 82 if (is_set()) throw system_error(); in throw_if_set()
|
| /openbmc/dbus-sensors/src/ |
| H A D | NotifyWatch.cpp | 34 throw std::system_error(ec, "Failed to create directory " + dir); in NotifyWatch() 41 throw std::system_error(errno, std::system_category(), in NotifyWatch() 49 throw std::system_error(errno, std::system_category(), in NotifyWatch() 56 throw std::system_error(errno, std::system_category(), in NotifyWatch() 86 throw std::system_error(errno, std::system_category(), in readNotifyAsync()
|
| /openbmc/gpioplus/src/gpioplus/internal/ |
| H A D | fd.cpp | 20 throw std::system_error(errno, std::generic_category(), "Opening FD"); in Fd() 29 throw std::system_error(errno, std::generic_category(), "Duping FD"); in dup() 107 throw std::system_error(errno, std::generic_category(), "fcntl_setfl"); in setFlags() 116 throw std::system_error(errno, std::generic_category(), "fcntl_getfl"); in getFlags() 132 throw std::system_error(errno, std::generic_category(), "Closing FD"); in reset()
|
| /openbmc/openpower-pnor-code-mgmt/ubi/ |
| H A D | watch.cpp | 43 throw std::system_error(error, std::generic_category(), in Watch() 54 throw std::system_error(-rc, std::generic_category(), in Watch() 80 throw std::system_error(error, std::generic_category(), in callback() 110 throw std::system_error(error, std::generic_category(), in inotifyInit()
|
| /openbmc/phosphor-hwmon/ |
| H A D | sysfs.cpp | 104 catch (const std::system_error& e) in findCalloutPath() 129 catch (const std::system_error& e) in findCalloutPath() 156 catch (const std::system_error& e) in findCalloutPath() 171 catch (const std::system_error& e) in findCalloutPath() 196 catch (const std::system_error& e) in findHwmonFromOFPath()
|
| H A D | fan_speed.cpp | 26 catch (const std::system_error& e) in target() 60 catch (const std::system_error& e) in enable()
|
| H A D | sensor.hpp | 31 struct AsyncSensorReadTimeOut : public std::system_error 34 system_error(std::error_code(ETIMEDOUT, std::system_category()), in AsyncSensorReadTimeOut()
|
| /openbmc/phosphor-bmc-code-mgmt/common/include/ |
| H A D | NotifyWatch.hpp | 41 throw std::system_error(ec, in NotifyWatch() 48 throw std::system_error(errno, std::system_category(), in NotifyWatch() 55 throw std::system_error(errno, std::system_category(), in NotifyWatch() 79 throw std::system_error(errno, std::system_category(), in readNotifyAsync()
|
| /openbmc/openbmc/poky/meta/recipes-sato/webkit/webkitgtk/ |
| H A D | 0001-Fix-build-errors-on-RISCV-https-bugs.webkit.org-show.patch | 9 Include c++ header <system_error> for std::error_code. 11 * Source/WebCore/contentextensions/ContentExtensionActions.h: Include system_error 27 +#include <system_error>
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/webkitgtk/webkitgtk3/ |
| H A D | 0001-Fix-build-errors-on-RISCV-https-bugs.webkit.org-show.patch | 9 Include c++ header <system_error> for std::error_code. 11 * Source/WebCore/contentextensions/ContentExtensionActions.h: Include system_error 27 +#include <system_error>
|
| /openbmc/hiomapd/vpnor/ |
| H A D | partition.cpp | 151 throw std::system_error(errno, std::system_category()); in read() 161 throw std::system_error(lerrno, std::system_category()); in read() 174 throw std::system_error(lerrno, std::system_category()); in read() 209 throw std::system_error(errno, std::system_category()); in write() 219 throw std::system_error(lerrno, std::system_category()); in write() 229 throw std::system_error(lerrno, std::system_category()); in write()
|
| /openbmc/openpower-proc-control/procedures/openfsi/ |
| H A D | scan.cpp | 58 throw std::system_error(err, std::generic_category()); in doScan() 81 catch (const std::system_error& e) in scan() 107 catch (const std::system_error& e) in scan()
|
| /openbmc/gpioplus/src/gpioplus/ |
| H A D | event.cpp | 46 throw std::system_error(-r, std::generic_category(), in build() 74 throw std::system_error(errno, std::generic_category(), in read() 91 throw std::system_error(-r, std::generic_category(), in getValue()
|
| H A D | chip.cpp | 33 throw std::system_error(-r, std::generic_category(), in getChipInfo() 49 throw std::system_error(-r, std::generic_category(), in getLineInfo()
|
| H A D | handle.cpp | 70 throw std::system_error(-r, std::generic_category(), in build() 103 throw std::system_error(-r, std::generic_category(), in getValues() 130 throw std::system_error(-r, std::generic_category(), in setValues()
|
| /openbmc/phosphor-ipmi-flash/tools/ |
| H A D | pci.cpp | 64 throw std::system_error(ret, std::generic_category(), in PciAccessBridge() 90 throw std::system_error(ret, std::generic_category(), in PciAccessBridge() 139 throw std::system_error(ret, std::generic_category(), in enableBridge() 154 throw std::system_error(ret, std::generic_category(), in enableBridge()
|
| /openbmc/dbus-sensors/src/adc/ |
| H A D | ADCSensor.hpp | 44 catch (const std::system_error&) in BridgeGpio() 59 catch (const std::system_error& exc) in set()
|
| /openbmc/phosphor-mboxd/vpnor/ |
| H A D | pnor_partition.cpp | 112 throw std::system_error(errno, std::system_category()); in resize() 131 throw std::system_error(errno, std::system_category()); in fulfil() 142 throw std::system_error(errno, std::system_category()); in fulfil()
|
| /openbmc/dbus-sensors/src/mctp/ |
| H A D | MCTPDeviceRepository.hpp | 40 throw std::system_error( in add() 52 throw std::system_error( in remove()
|
| /openbmc/sdeventplus/src/sdeventplus/ |
| H A D | exception.hpp | 12 class SdEventError final : public std::system_error
|
| H A D | exception.cpp | 9 std::system_error(r, std::generic_category(), prefix) in SdEventError()
|
| /openbmc/phosphor-state-manager/ |
| H A D | scheduled_host_transition.cpp | 148 throw std::system_error(eno, std::system_category()); in initialize() 163 throw std::system_error(eno, std::system_category()); in initialize() 175 throw std::system_error(eno, std::system_category()); in initialize()
|
| /openbmc/boost-dbus/test/ |
| H A D | error.cpp | 23 boost::system::system_error); in TEST()
|
| /openbmc/gpioplus/test/internal/ |
| H A D | fd.cpp | 73 EXPECT_THROW(Fd(expected_fd, &mock), std::system_error); in TEST_F() 121 EXPECT_THROW(Fd(path, flags, &mock), std::system_error); in TEST_F() 265 EXPECT_THROW(fd->setBlocking(true), std::system_error); in TEST_F() 273 EXPECT_THROW(fd->setBlocking(true), std::system_error); in TEST_F()
|
| /openbmc/sdeventplus/test/ |
| H A D | exception.cpp | 18 std::system_error expected(code, std::generic_category(), prefix); in TEST()
|