| /openbmc/openbmc/poky/meta/recipes-devtools/autoconf/autoconf/ |
| H A D | autoreconf-exclude.patch | 30 +my @ex; 56 + @ex = grep (/^autopoint$/, @exclude); 57 + if ($#ex == -1) { 68 + @ex = grep (/^libtoolize$/, @exclude); 69 + if ($#ex == -1) { 81 + @ex = grep (/^gtkdocize$/, @exclude); 82 + if ($#ex == -1) { 93 + @ex = grep (/^autoconf$/, @exclude); 94 + if ($#ex == -1) { 104 + @ex = grep (/^autoheader$/, @exclude); [all …]
|
| /openbmc/bmcweb/test/http/ |
| H A D | mutual_tls.cpp | 113 X509_EXTENSION* ex = X509V3_EXT_conf_nid(nullptr, nullptr, NID_key_usage, in TEST() local 115 ASSERT_THAT(ex, NotNull()); in TEST() 116 ASSERT_EQ(X509_add_ext(x509.get(), ex, -1), 1); in TEST() 117 X509_EXTENSION_free(ex); in TEST() 118 ex = X509V3_EXT_conf_nid(nullptr, nullptr, NID_ext_key_usage, "clientAuth"); in TEST() 119 ASSERT_THAT(ex, NotNull()); in TEST() 120 ASSERT_EQ(X509_add_ext(x509.get(), ex, -1), 1); in TEST() 121 X509_EXTENSION_free(ex); in TEST() 144 X509_EXTENSION* ex = in TEST() local 147 ASSERT_THAT(ex, NotNull()); in TEST() [all …]
|
| /openbmc/qemu/scripts/qapi/ |
| H A D | main.py | 38 except Exception as ex: 39 raise QAPIError(f"unable to import '{module_path}': {ex}") from ex 43 except AttributeError as ex: 45 f"module '{module_path}' has no class '{class_name}'") from ex 49 except Exception as ex: 51 f"backend '{path}' cannot be instantiated: {ex}") from ex
|
| /openbmc/phosphor-time-manager/ |
| H A D | manager.cpp | 125 catch (const std::exception& ex) in onTimedateChanged() local 127 error("Failed to sync NTP: {ERROR}", "ERROR", ex); in onTimedateChanged() 147 catch (const sdbusplus::exception_t& ex) in updateNtpSetting() local 149 error("Failed to update NTP setting: {ERROR}", "ERROR", ex); in updateNtpSetting() 165 catch (const sdbusplus::exception_t& ex) in setCurrentTimeMode() local 167 error("Failed to convert mode from string: {ERROR}", "ERROR", ex); in setCurrentTimeMode() 188 catch (const std::exception& ex) in getSetting() local 192 "ERROR", ex, "PATH", path, "INTERFACE", interface, "NAME", setting); in getSetting()
|
| H A D | utils.hpp | 51 catch (const sdbusplus::exception_t& ex) in getProperty() local 56 ex); in getProperty() 87 catch (const sdbusplus::exception_t& ex) in setProperty() local 92 ex); in setProperty()
|
| H A D | settings.cpp | 26 catch (const sdbusplus::exception_t& ex) in Objects() local 28 error("Failed to invoke GetSubTree method: {ERROR}", "ERROR", ex); in Objects()
|
| H A D | bmc_epoch.cpp | 136 catch (const sdbusplus::exception_t& ex) in setTime() local 138 error("Error in setting system time: {ERROR}", "ERROR", ex); in setTime() 140 elog<FailedError>(Failed::REASON(ex.what())); in setTime()
|
| /openbmc/u-boot/doc/ |
| H A D | README.marubun-pcmcia | 14 ex. * MS7750SE01 30 ex. #define CONFIG_MARUBUN_PCCARD 34 ex. #define CONFIG_PCMCIA_SLOT_A 1 39 ex. #define CONFIG_SYS_MARUBUN_MRSHPC 0xb03fffe0 45 ex. #define CONFIG_SYS_MARUBUN_MW1 0xb0400000 51 ex. #define CONFIG_SYS_MARUBUN_MW2 0xb0500000 57 ex. #define CONFIG_SYS_MARUBUN_IO 0xb0600000
|
| /openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/ |
| H A D | op_dump_util.cpp | 92 catch (const std::bad_variant_access& ex) in isSystemDumpInProgress() local 96 "ERROR", ex); in isSystemDumpInProgress() 99 catch (const std::exception& ex) in isSystemDumpInProgress() local 102 ex); in isSystemDumpInProgress()
|
| /openbmc/qemu/pc-bios/dtb/ |
| H A D | canyonlands.dts | 53 compatible = "ibm,uic-460ex","ibm,uic"; 63 compatible = "ibm,uic-460ex","ibm,uic"; 75 compatible = "ibm,uic-460ex","ibm,uic"; 87 compatible = "ibm,uic-460ex","ibm,uic"; 99 compatible = "ibm,sdr-460ex"; 104 compatible = "ibm,cpr-460ex"; 118 compatible = "ibm,l2-cache-460ex", "ibm,l2-cache"; 128 compatible = "ibm,plb-460ex", "ibm,plb4"; 135 compatible = "ibm,sdram-460ex", "ibm,sdram-405gp"; 152 compatible = "ibm,mcmal-460ex", "ibm,mcmal2"; [all …]
|
| /openbmc/openpower-proc-control/procedures/phal/ |
| H A D | check_host_running.cpp | 70 catch (const std::exception& ex) in checkHostRunning() local 75 entry("EXCEPTION=%s", ex.what())); in checkHostRunning() 151 catch (const std::exception& ex) in clearHostRunning() local 156 entry("EXCEPTION=%s", ex.what())); in clearHostRunning()
|
| H A D | proc_pre_poweroff.cpp | 22 catch (const std::exception& ex) in prePoweroff() local 25 entry("EXCEPTION=%s", ex.what())); in prePoweroff()
|
| /openbmc/qemu/tests/tcg/xtensa/ |
| H A D | test_fp0_div.S | 8 .macro divs_seq q, a, b, r, y, y0, an, bn, e, ex argument 14 mov.s \ex, \b 22 mkdadj.s \ex, \a 31 addexpm.s \q, \ex 32 addexp.s \y, \ex
|
| /openbmc/google-misc/subprojects/ncsid/src/ |
| H A D | net_config.cpp | 98 catch (const std::exception& ex) in get_mac_addr() local 103 iface_name_, ex.what()); in get_mac_addr() 149 catch (const std::exception& ex) in set_mac_addr() local 152 mac_value, ex.what()); in set_mac_addr() 254 catch (const sdbusplus::exception::SdBusError& ex) in set_nic_hostless() local 257 ex.what()); in set_nic_hostless()
|
| /openbmc/rest-dbus/ |
| H A D | rest-dbus | 73 def __init__(self, ex): 74 self.ex = ex 79 'error': self.ex.message, 81 handler.send_response(self.ex.code) 351 except DBusRestException, ex: 352 response = DBusRestErrorResonse(ex) 361 except DBusRestException, ex: 362 response = DBusRestErrorResonse(ex)
|
| /openbmc/openpower-proc-control/ |
| H A D | util.cpp | 84 catch (const std::exception& ex) in isHostPoweringOff() local 88 ex.what()) in isHostPoweringOff() 115 catch (const std::exception& ex) in getChassisPowerState() local 119 ex.what()) in getChassisPowerState()
|
| /openbmc/openpower-proc-control/extensions/phal/ |
| H A D | clock_logger_main.cpp | 39 catch (const std::exception& ex) in main() local 41 error("exception during application load: ({ERROR})", "ERROR", ex); in main()
|
| /openbmc/phosphor-pid-control/dbus/ |
| H A D | dbuswrite.cpp | 95 catch (const sdbusplus::exception_t& ex) in write() local 98 entry("WHAT=%s", ex.what())); in write() 157 catch (const sdbusplus::exception_t& ex) in write() local 160 entry("WHAT=%s", ex.what())); in write()
|
| H A D | dbushelper.cpp | 57 catch (const sdbusplus::exception_t& ex) in getService() local 60 entry("WHAT=%s", ex.what())); in getService() 87 catch (const sdbusplus::exception_t& ex) in getProperties() local 90 entry("WHAT=%s", ex.what())); in getProperties() 139 catch (const sdbusplus::exception_t& ex) in getProperties() local
|
| /openbmc/phosphor-virtual-sensor/src/ |
| H A D | dbusUtils.cpp | 34 catch (const sdbusplus::exception_t& ex) in getService() local 36 if (ex.name() == std::string(sdbusplus::xyz::openbmc_project::Common:: in getService() 42 else if (ex.name() == std::string("org.freedesktop.DBus.Error.Timeout")) in getService()
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/iftop/ |
| H A D | iftop_1.0pre4.bb | 2 HOMEPAGE = "http://www.ex-parrot.com/pdw/iftop/" 9 SRC_URI = "http://www.ex-parrot.com/pdw/iftop/download/iftop-${PV}.tar.gz \
|
| /openbmc/google-ipmi-sys/ |
| H A D | handler.cpp | 262 catch (const sdbusplus::exception::SdBusError& ex) in psuResetDelay() local 407 catch (const sdbusplus::exception::SdBusError& ex) in hostPowerOffDelay() local 410 entry("WHAT=%s", ex.what())); in hostPowerOffDelay() 495 catch (const sdbusplus::exception::SdBusError& ex) in accelOobDeviceCount() local 499 entry("WHAT=%s", ex.what())); in accelOobDeviceCount() 518 catch (const sdbusplus::exception::SdBusError& ex) in accelOobDeviceName() local 522 entry("WHAT=%s", ex.what())); in accelOobDeviceName() 562 catch (const sdbusplus::exception::SdBusError& ex) in accelOobRead() local 565 entry("WHAT=%s", ex.what()), in accelOobRead() 652 catch (const sdbusplus::exception::SdBusError& ex) in accelOobWrite() local [all …]
|
| /openbmc/google-ipmi-sys/bifurcation/ |
| H A D | bifurcation_static.cpp | 62 catch (const nlohmann::json::parse_error& ex) in getBifurcation() local 67 ex.byte); in getBifurcation()
|
| /openbmc/openbmc/poky/scripts/lib/checklayer/cases/ |
| H A D | bsp.py | 50 except RuntimeError as ex: 51 msg.append(str(ex)) 203 except RuntimeError as ex: 204 output = str(ex)
|
| /openbmc/openpower-vpd-parser/vpd-manager/src/ |
| H A D | vpd_parser_main.cpp | 94 catch (const std::exception& ex) in main() local 96 vpd::logging::logMessage(ex.what()); in main()
|