Home
last modified time | relevance | path

Searched +full:ex +full:- (Results 1 – 25 of 305) sorted by relevance

12345678910>>...13

/openbmc/openbmc/poky/meta/recipes-devtools/autoconf/autoconf/
H A Dautoreconf-exclude.patch4 Subject: [PATCH] autoreconf-exclude.patch
6 Upstream-Status: Inappropriate [oe specific]
8 ---
12 diff --git a/bin/autoreconf.in b/bin/autoreconf.in
14 --- a/bin/autoreconf.in
16 @@ -83,6 +83,7 @@ Operation modes:
17 -i, --install copy missing standard auxiliary files
18 --no-recursive don't rebuild sub-packages
19 -s, --symlink with -i, install symbolic links instead of copies
20 + -x, --exclude=STEPS steps we should not run
[all …]
/openbmc/u-boot/doc/
H A DREADME.marubun-pcmcia2 U-Boot MARUBUN MR-SHPC-01 PCMCIA controller driver
8 This driver supports MARUBUN MR-SHPC-01.
14 ex. * MS7750SE01
22 ( arch/sh/kernel/cf-enabler.c ).
30 ex. #define CONFIG_MARUBUN_PCCARD
34 ex. #define CONFIG_PCMCIA_SLOT_A 1
37 This is MR-SHPC-01 PCMCIA controller base address.
39 ex. #define CONFIG_SYS_MARUBUN_MRSHPC 0xb03fffe0
43 This is MR-SHPC-01 memory window base address.
45 ex. #define CONFIG_SYS_MARUBUN_MW1 0xb0400000
[all …]
/openbmc/qemu/scripts/qapi/
H A Dmain.py2 # See the COPYING file in the top-level directory.
21 def invalid_prefix_char(prefix: str) -> Optional[str]:
22 match = must_match(r'([A-Za-z_.-][A-Za-z0-9_.-]*)?', prefix)
28 def create_backend(path: str) -> QAPIBackend:
34 raise QAPIError("argument of -B must be of the form MODULE.CLASS")
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:
[all …]
/openbmc/bmcweb/test/http/
H A Dmutual_tls.cpp1 // SPDX-License-Identifier: Apache-2.0
2 // SPDX-FileCopyrightText: Copyright OpenBMC Authors
55 X509_NAME_add_entry_by_txt(name, "CN", MBSTRING_ASC, user.data(), -1, in setSubjectName()
56 -1, 0); in setSubjectName()
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()
[all …]
/openbmc/qemu/pc-bios/dtb/
H A Dcanyonlands.dts2 * Device Tree Source for AMCC Canyonlands (460EX)
4 * Copyright 2008-2009 DENX Software Engineering, Stefan Roese <sr@denx.de>
11 /dts-v1/;
14 #address-cells = <2>;
15 #size-cells = <1>;
18 dcr-parent = <&{/cpus/cpu@0}>;
28 #address-cells = <1>;
29 #size-cells = <0>;
33 model = "PowerPC,460EX";
35 clock-frequency = <0>; /* Filled in by U-Boot */
[all …]
/openbmc/phosphor-time-manager/
H A Dmanager.cpp5 #include <phosphor-logging/lg2.hpp>
57 debug("NTP property changed in phosphor-settings, update to systemd" in onPropertyChanged()
99 return -1; in onTimedateChanged()
104 bool newNtpMode = std::get<bool>(iter->second); in onTimedateChanged()
117 " phosphor-settings."); in onTimedateChanged()
122 " phosphor-settings again."); in onTimedateChanged()
125 catch (const std::exception& ex) in onTimedateChanged() local
127 error("Failed to sync NTP: {ERROR}", "ERROR", ex); in onTimedateChanged()
142 // 'false' meaning no policy-kit in updateNtpSetting()
147 catch (const sdbusplus::exception_t& ex) in updateNtpSetting() local
[all …]
H A Dsettings.cpp5 #include <phosphor-logging/elog-errors.hpp>
6 #include <phosphor-logging/lg2.hpp>
26 catch (const sdbusplus::exception_t& ex) in Objects() local
28 error("Failed to invoke GetSubTree method: {ERROR}", "ERROR", ex); in Objects()
H A Dutils.hpp5 #include <phosphor-logging/lg2.hpp>
29 * @param[in] bus - The Dbus bus object
30 * @param[in] service - The Dbus service name
31 * @param[in] path - The Dbus object path
32 * @param[in] interface - The Dbus interface
33 * @param[in] propertyName - The property name to get
51 catch (const sdbusplus::exception_t& ex) in getProperty() local
56 ex); in getProperty()
63 * @param[in] bus - The Dbus bus object
64 * @param[in] service - The Dbus service name
[all …]
/openbmc/rest-dbus/
H A Drest-dbus38 handler.send_header('Content-Type', 'application/json')
57 'application/octet-stream')
65 handler.send_header('Content-Type',
66 self.content_type + '; charset=utf-8')
73 def __init__(self, ex):
74 self.ex = ex
79 'error': self.ex.message,
81 handler.send_response(self.ex.code)
82 handler.send_header('Content-Type', 'application/json')
351 except DBusRestException, ex:
[all …]
/openbmc/phosphor-hwmon/
H A Dhwmonio.hpp38 * however, could in theory support non-sysfs handling of hwmon IO.
78 * @param[in] path - hwmon instance root - eg:
94 * @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).
97 * @param[in] retries - The number of times to retry.
98 * @param[in] delay - The time to sleep between retry attempts.
100 * @return val - The read value.
116 * @param[in] val - The value to be written.
117 * @param[in] type - The hwmon type (ex. fan).
[all …]
/openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/
H A Dop_dump_util.cpp9 #include <phosphor-logging/elog-errors.hpp>
10 #include <phosphor-logging/elog.hpp>
11 #include <phosphor-logging/lg2.hpp>
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/openbmc/meta-openembedded/meta-networking/recipes-support/iftop/
H A Diftop_1.0pre4.bb2 HOMEPAGE = "http://www.ex-parrot.com/pdw/iftop/"
6 LICENSE = "GPL-2.0-only"
9 SRC_URI = "http://www.ex-parrot.com/pdw/iftop/download/iftop-${PV}.tar.gz \
10 file://iftop-1.0-gcc10.patch \
11 file://0001-cfgfile-fix-build-with-gcc-15.patch \
16 inherit autotools-brokensep
/openbmc/openpower-proc-control/
H A Dutil.cpp3 #include <phosphor-logging/elog.hpp>
33 log<level::ERR>(std::format("D-Bus call exception OBJPATH={}" in getService()
45 return response.begin()->first; in getService()
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/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dgdbserver.py4 # SPDX-License-Identifier: MIT
27 gdb_recipe = "gdb-cross-" + target_arch
28 gdb_binary = target_sys + "-gdb"
30 bitbake("core-image-minimal %s:do_addto_recipe_sysroot" % gdb_recipe)
33 … r = runCmd("%s --version" % gdb_binary, native_sysroot=native_sysroot, target_sys=target_sys)
36 image = 'core-image-minimal'
39 with tempfile.TemporaryDirectory(prefix="debugfs-") as debugfs:
40 …filename = os.path.join(bb_vars['DEPLOY_DIR_IMAGE'], "%s-dbg.tar.bz2" % bb_vars['IMAGE_LINK_NAME'])
45 with runqemu("core-image-minimal", runqemuparams="nographic") as qemu:
46 status, output = qemu.run_serial("kmod --help")
[all …]
/openbmc/qemu/include/system/
H A Dhvf_int.h5 * See the COPYING file in the top-level directory.
9 /* header to be included in HVF-specific code */
17 #include "accel/accel-ops.h"
70 #define assert_hvf_ok(EX) assert_hvf_ok_impl((EX), __FILE__, __LINE__, #EX) argument
103 * Update guest to enable or disable debugging. Per-arch specifics will be
/openbmc/phosphor-pid-control/dbus/
H A Ddbuswrite.cpp8 // http://www.apache.org/licenses/LICENSE-2.0
22 #include <phosphor-logging/log.hpp>
47 connectionName = helper->getService(pwmInterface, path); in createDbusWrite()
67 double range = maximum - minimum; in write()
94 catch (const sdbusplus::exception_t& ex) in write() local
97 entry("WHAT=%s", ex.what())); in write()
116 connectionName = helper->getService(pwmInterface, path); in createDbusWrite()
156 catch (const sdbusplus::exception_t& ex) in write() local
159 entry("WHAT=%s", ex.what())); in write()
H A Ddbushelper.cpp8 * http://www.apache.org/licenses/LICENSE-2.0
24 #include <phosphor-logging/log.hpp>
66 catch (const sdbusplus::exception_t& ex) in getService() local
69 entry("WHAT=%s", ex.what())); in getService()
78 return response.begin()->first; in getService()
96 catch (const sdbusplus::exception_t& ex) in getProperties() local
99 entry("WHAT=%s", ex.what())); in getProperties()
108 // "Scale" x -3 in getProperties()
114 prop->unit = std::get<std::string>(findUnit->second); in getProperties()
120 prop->min = 0; in getProperties()
[all …]
/openbmc/qemu/tests/guest-debug/
H A Drun-test.py10 # See the COPYING file in the top-level directory.
12 # SPDX-License-Identifier: GPL-2.0-or-later
24 parser.add_argument("--qemu", help="Qemu binary for test",
26 parser.add_argument("--qargs", help="Qemu arguments for test")
27 parser.add_argument("--binary", help="Binary to debug",
29 parser.add_argument("--test", help="GDB test script")
32 "The args should be preceded by -- to avoid confusion "
34 parser.add_argument("--gdb", help="The gdb binary to use",
36 parser.add_argument("--gdb-args", help="Additional gdb arguments")
37 parser.add_argument("--output", help="A file to redirect output to")
[all …]
/openbmc/qemu/tests/functional/
H A Dtest_ppc_sam460ex.py3 # Functional test that boots a sam460ex machine with a PPC 460EX CPU
5 # SPDX-License-Identifier: GPL-2.0-or-later
14 …'https://github.com/legoater/qemu-ppc-boot/raw/refs/heads/main/buildroot/qemu_ppc_sam460ex-2023.11
24 self.vm.add_args('-kernel', linux_path,
25 '-device', 'virtio-net-pci,netdev=net0',
26 '-netdev', 'user,id=net0')
30 self.wait_for_console_pattern('Hardware name: amcc,canyonlands 460EX')
/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()
39 // The service isn't on D-Bus yet. in getService()
42 else if (ex.name() == std::string("org.freedesktop.DBus.Error.Timeout")) in getService()
57 return resp.begin()->first; in getService()
77 return -1; in setDbusProperty()
/openbmc/openpower-proc-control/procedures/phal/
H A Dproc_pre_poweroff.cpp7 #include <phosphor-logging/log.hpp>
22 catch (const std::exception& ex) in prePoweroff() local
25 entry("EXCEPTION=%s", ex.what())); in prePoweroff()
28 // further eventhough there is failure for proc-pre-poweroff in prePoweroff()
41 // further eventhough there is failure for proc-pre-poweroff in prePoweroff()
/openbmc/google-misc/subprojects/ncsid/src/
H A Dnet_config.cpp7 // http://www.apache.org/licenses/LICENSE-2.0
40 * phosphor-host-ipmid/utils.cpp
80 return -1; in get_mac_addr()
98 catch (const std::exception& ex) in get_mac_addr() local
103 iface_name_, ex.what()); in get_mac_addr()
104 return -1; in get_mac_addr()
106 std::copy_n(ifr.ifr_addr.sa_data, sizeof(*mac), mac->octet); in get_mac_addr()
137 auto netdir = std::format("/run/systemd/network/00-bmc-{}.network.d", in set_mac_addr()
140 auto netfile = std::format("{}/60-ncsi-mac.conf", netdir); in set_mac_addr()
149 catch (const std::exception& ex) in set_mac_addr() local
[all …]
/openbmc/bmcweb/docs/
H A DDBUS_USAGE.md6 - Do not require (ie set 500 internal error on) an implementation present a
10 - If an implementation presents a property that doesn't match the type specified
12 - If the DBus interface definition has an "unknown" or "unspecified" value,
15 - All DBus interfaces on all object paths are optional. An object missing an
18 - bmcweb will code to the DBus interface itself. This means that daemons are
19 expected to handle functionally bad, but DBus-correct input in their own
21 duplication in input processing between the various user-facing daemons.
22 - There are interfaces for which there is an expectation that there will only
23 ever be one producer in the project (ex bmc networking, user management). In
26 that multiple implementations exist (ex, CPU management, Sensors).
/openbmc/openpower-proc-control/extensions/phal/
H A Dclock_logger_main.cpp8 * http://www.apache.org/licenses/LICENSE-2.0
19 #include <phosphor-logging/lg2.hpp>
39 catch (const std::exception& ex) in main() local
41 error("exception during application load: ({ERROR})", "ERROR", ex); in main()
/openbmc/qemu/tests/tcg/s390x/
H A DMakefile.target3 CFLAGS+=-march=zEC12 -m64
6 $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -c $< -o $@
8 config-cc.mak: Makefile
9 $(quiet-@)( \
10 $(call cc-option,-march=z14, CROSS_CC_HAS_Z14); \
11 $(call cc-option,-march=z15, CROSS_CC_HAS_Z15)) 3> config-cc.mak
12 -include config-cc.mak
14 TESTS+=hello-s390x
17 TESTS+=exrl-trt
18 TESTS+=exrl-trtr
[all …]

12345678910>>...13