Home
last modified time | relevance | path

Searched full:ex (Results 1 – 25 of 310) sorted by relevance

12345678910>>...13

/openbmc/openbmc/poky/meta/recipes-devtools/autoconf/autoconf/
H A Dautoreconf-exclude.patch30 +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/u-boot/doc/
H A DREADME.marubun-pcmcia14 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/qemu/scripts/qapi/
H A Dmain.py38 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/bmcweb/test/http/
H A Dmutual_tls.cpp113 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/pc-bios/dtb/
H A Dcanyonlands.dts2 * Device Tree Source for AMCC Canyonlands (460EX)
33 model = "PowerPC,460EX";
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";
[all …]
/openbmc/phosphor-time-manager/
H A Dmanager.cpp125 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 Dsettings.cpp26 catch (const sdbusplus::exception_t& ex) in Objects() local
28 error("Failed to invoke GetSubTree method: {ERROR}", "ERROR", ex); in Objects()
H A Dutils.hpp51 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()
/openbmc/qemu/tests/tcg/xtensa/
H A Dtest_fp0_div.S8 .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/rest-dbus/
H A Drest-dbus73 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/phosphor-hwmon/
H A Dhwmonio.hpp94 * @param[in] type - The hwmon type (ex. temp).
95 * @param[in] id - The hwmon id (ex. 1).
96 * @param[in] sensor - The hwmon sensor (ex. input).
117 * @param[in] type - The hwmon type (ex. fan).
118 * @param[in] id - The hwmon id (ex. 1).
/openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/
H A Dop_dump_util.cpp92 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/openbmc/meta-openembedded/meta-networking/recipes-support/iftop/
H A Diftop_1.0pre4.bb2 HOMEPAGE = "http://www.ex-parrot.com/pdw/iftop/"
9 SRC_URI = "http://www.ex-parrot.com/pdw/iftop/download/iftop-${PV}.tar.gz \
/openbmc/openpower-proc-control/
H A Dutil.cpp84 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/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dgdbserver.py53 …cmd = "%s --batch -ex 'set sysroot %s' -ex \"target extended-remote %s:9999\" -ex \"info line kmod…
/openbmc/qemu/include/system/
H A Dhvf_int.h70 #define assert_hvf_ok(EX) assert_hvf_ok_impl((EX), __FILE__, __LINE__, #EX) argument
/openbmc/phosphor-pid-control/dbus/
H A Ddbuswrite.cpp94 catch (const sdbusplus::exception_t& ex) in write() local
97 entry("WHAT=%s", ex.what())); in write()
156 catch (const sdbusplus::exception_t& ex) in write() local
159 entry("WHAT=%s", ex.what())); in write()
H A Ddbushelper.cpp66 catch (const sdbusplus::exception_t& ex) in getService() local
69 entry("WHAT=%s", ex.what())); in getService()
96 catch (const sdbusplus::exception_t& ex) in getProperties() local
99 entry("WHAT=%s", ex.what())); in getProperties()
143 catch (const sdbusplus::exception_t& ex) in getProperties() local
/openbmc/phosphor-virtual-sensor/src/
H A DdbusUtils.cpp34 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/qemu/tests/guest-debug/
H A Drun-test.py102 gdb_cmd += " -ex 'set pagination off'"
104 gdb_cmd += " -ex 'set confirm off'"
106 gdb_cmd += " -ex 'target remote %s'" % (socket_name)
110 gdb_cmd += f" -ex \"py sys.argv={args.test_args}\""
/openbmc/openpower-proc-control/procedures/phal/
H A Dproc_pre_poweroff.cpp22 catch (const std::exception& ex) in prePoweroff() local
25 entry("EXCEPTION=%s", ex.what())); in prePoweroff()
/openbmc/qemu/tests/functional/
H A Dtest_ppc_sam460ex.py3 # Functional test that boots a sam460ex machine with a PPC 460EX CPU
30 self.wait_for_console_pattern('Hardware name: amcc,canyonlands 460EX')
/openbmc/google-misc/subprojects/ncsid/src/
H A Dnet_config.cpp98 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/openpower-proc-control/extensions/phal/
H A Dclock_logger_main.cpp39 catch (const std::exception& ex) in main() local
41 error("exception during application load: ({ERROR})", "ERROR", ex); in main()
/openbmc/bmcweb/docs/
H A DDBUS_USAGE.md23 ever be one producer in the project (ex bmc networking, user management). In
26 that multiple implementations exist (ex, CPU management, Sensors).

12345678910>>...13