| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/ |
| H A D | 0003-src-basic-missing.h-check-for-missing-strndupa.patch | 26 src/basic/cgroup-util.c | 1 + 27 src/basic/env-util.c | 1 + 31 src/basic/mountpoint-util.c | 1 + 32 src/basic/parse-util.c | 1 + 34 src/basic/percent-util.c | 1 + 36 src/basic/procfs-util.c | 1 + 37 src/basic/time-util.c | 1 + 41 src/core/dbus-util.c | 1 + 63 src/shared/bus-unit-util.c | 1 + 64 src/shared/bus-util.c | 1 + [all …]
|
| /openbmc/phosphor-logging/test/openpower-pels/ |
| H A D | device_callouts_test.cpp | 264 EXPECT_EQ(util::getJSONFilename(compatibles), in TEST_F() 271 EXPECT_THROW(util::getJSONFilename(compatibles), std::invalid_argument); in TEST_F() 287 EXPECT_EQ(util::getJSONFilename(compatibles), in TEST_F() 294 EXPECT_EQ(util::getJSONFilename(compatibles), fallbackFile); in TEST_F() 304 EXPECT_EQ(util::getCalloutType("/some/bad/device/path"), in TEST_F() 305 util::CalloutType::unknown); in TEST_F() 310 EXPECT_EQ(util::getCalloutType( in TEST_F() 313 util::CalloutType::i2c); in TEST_F() 318 EXPECT_EQ(util::getCalloutType( in TEST_F() 322 util::CalloutType::fsi); in TEST_F() [all …]
|
| /openbmc/openpower-hw-diags/analyzer/ |
| H A D | create_pel.cpp | 62 auto chipPos = util::pdbg::getChipPos(i_signature.getChip()); in __getSrc() 94 std::vector<util::FFDCFile>& io_userDataFiles) in __addCalloutList() 97 io_userDataFiles.emplace_back(util::FFDCFormat::JSON, FFDC_CALLOUTS, in __addCalloutList() 108 std::vector<util::FFDCFile>& io_userDataFiles) in __addCalloutFFDC() 111 io_userDataFiles.emplace_back(util::FFDCFormat::Custom, FFDC_CALLOUT_FFDC, in __addCalloutFFDC() 122 std::vector<util::FFDCFile>& io_userDataFiles) in __captureSignatureList() 126 io_userDataFiles.emplace_back(util::FFDCFormat::Custom, FFDC_SIGNATURES, in __captureSignatureList() 131 util::BinFileWriter stream{path}; in __captureSignatureList() 161 std::vector<util::FFDCFile>& io_userDataFiles) in __captureRegisterDump() 165 io_userDataFiles.emplace_back(util::FFDCFormat::Custom, FFDC_REGISTER_DUMP, in __captureRegisterDump() [all …]
|
| H A D | hei_user_interface.cpp | 46 pdbg_target* scomTrgt = util::pdbg::getPibTrgt(i_procTrgt); in __readProc() 59 util::pdbg::getPath(i_procTrgt), i_regType, i_address); in __readProc() 87 util::pdbg::getPath(i_obmcTrgt), i_regType, i_address); in __readOcmb() 101 auto trgt = util::pdbg::getTrgt(i_chip); in registerRead() 103 uint8_t trgtType = util::pdbg::getTrgtType(trgt); in registerRead() 117 util::pdbg::getPath(trgt), trgtType); in registerRead() 124 util::pdbg::getPath(trgt), i_address); in registerRead()
|
| /openbmc/openpower-hw-diags/test/ |
| H A D | test-ffdc-file.cpp | 8 std::vector<util::FFDCFile> files; in TEST() 9 files.emplace_back(util::FFDCFormat::JSON, 1, 1); in TEST() 10 files.emplace_back(util::FFDCFormat::CBOR, 2, 2); in TEST() 11 files.emplace_back(util::FFDCFormat::Text, 3, 3); in TEST() 12 files.emplace_back(util::FFDCFormat::Custom, 4, 4); in TEST() 14 std::vector<util::FFDCTuple> tuples; in TEST() 15 ASSERT_NO_THROW(util::transformFFDC(files, tuples)); in TEST()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c/ |
| H A D | 0001-fix-bool-reserved-word-error-in-gcc-15.patch | 8 srcdir/lib/util/include/bool.h:13:5: error: cannot use keyword 'false' as enumeration constant 11 srcdir/lib/util/include/bool.h:13:5: note: 'false' is a keyword with '-std=c23' onwards 12 srcdir/lib/util/include/bool.h:15:3: error: expected ';', identifier or '(' before 'bool' 15 srcdir/lib/util/include/bool.h:15:3: warning: useless type name in empty declaration 17 srcdir/lib/util/include/bool.h:13:5: error: cannot use keyword 'false' as enumeration constant 20 srcdir/lib/util/include/bool.h:13:5: note: 'false' is a keyword with '-std=c23' onwards 21 srcdir/lib/util/include/bool.h:15:3: error: expected ';', identifier or '(' before 'bool' 31 stable/lib/util/include/bool.h | 2 ++ 34 diff --git a/stable/lib/util/include/bool.h b/stable/lib/util/include/bool.h 36 --- a/stable/lib/util/include/bool.h [all …]
|
| /openbmc/openpower-hw-diags/analyzer/plugins/ |
| H A D | p10-plugins.cpp | 57 io_servData.calloutTarget(util::pdbg::getTrgt(sig.getChip()), in pll_unlock() 64 auto target = util::pdbg::getTrgt(i_chip); in lpc_timeout_callout() 65 auto path = util::pdbg::getPath(target); in lpc_timeout_callout() 71 auto chipPos = util::pdbg::getChipPos(target); in lpc_timeout_callout() 100 auto target = util::pdbg::getTrgt(i_chip); in lpc_timeout() 101 auto path = util::pdbg::getPath(target); in lpc_timeout() 103 if (util::pdbg::queryLpcTimeout(target)) in lpc_timeout() 127 trace::inf("Host detected LPC timeout %s", util::pdbg::getPath(i_chip)); in lpc_timeout_workaround() 139 auto procTarget = util::pdbg::getTrgt(i_chip); in callout_attached_dimms() 141 util::pdbg::getChipUnit(procTarget, util::pdbg::TYPE_OMI, i_instance); in callout_attached_dimms() [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-gnome/recipes-support/ibus/ibus/ |
| H A D | 0002-util-IMdkit-Fix-incompatible-pointer-types-in-Transp.patch | 4 Subject: [PATCH] util/IMdkit: Fix incompatible-pointer-types in 13 util/IMdkit/Xi18n.h | 18 ++++++++++-------- 14 util/IMdkit/i18nMethod.c | 3 ++- 15 util/IMdkit/i18nOffsetCache.c | 10 ++++++---- 18 diff --git a/util/IMdkit/Xi18n.h b/util/IMdkit/Xi18n.h 20 --- a/util/IMdkit/Xi18n.h 21 +++ b/util/IMdkit/Xi18n.h 61 diff --git a/util/IMdkit/i18nMethod.c b/util/IMdkit/i18nMethod.c 63 --- a/util/IMdkit/i18nMethod.c 64 +++ b/util/IMdkit/i18nMethod.c [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openflow/openflow/ |
| H A D | 0001-Check-and-use-strlcpy-from-libc-before-defining-own.patch | 15 lib/util.c | 2 ++ 16 lib/util.h | 1 + 32 diff --git a/lib/util.c b/lib/util.c 34 --- a/lib/util.c 35 +++ b/lib/util.c 52 diff --git a/lib/util.h b/lib/util.h 54 --- a/lib/util.h 55 +++ b/lib/util.h
|
| H A D | 0001-socket-util-Include-sys-stat.h-for-fchmod.patch | 4 Subject: [PATCH] socket-util: Include sys/stat.h for fchmod 9 lib/socket-util.c | 1 + 12 diff --git a/lib/socket-util.c b/lib/socket-util.c 14 --- a/lib/socket-util.c 15 +++ b/lib/socket-util.c
|
| /openbmc/openpower-hw-diags/util/ |
| H A D | pdbg.cpp | 29 namespace util namespace 236 auto rxType = util::pdbg::getTrgtType(i_rxTarget); in getTargetAcrossBus() 237 assert(util::pdbg::TYPE_IOLINK == rxType || in getTargetAcrossBus() 238 util::pdbg::TYPE_IOHS == rxType); in getTargetAcrossBus() 244 util::dbus::MachineType machineType = util::dbus::getMachineType(); in getTargetAcrossBus() 248 case util::dbus::MachineType::Rainier_2S4U: in getTargetAcrossBus() 249 case util::dbus::MachineType::Rainier_1S4U: in getTargetAcrossBus() 250 case util::dbus::MachineType::BlueRidge_2S4U: in getTargetAcrossBus() 251 case util::dbus::MachineType::BlueRidge_1S4U: in getTargetAcrossBus() 256 case util::dbus::MachineType::Rainier_2S2U: in getTargetAcrossBus() [all …]
|
| /openbmc/openpower-hw-diags/attn/ |
| H A D | vital_handler.cpp | 24 if (!util::pldm::hresetSbe(sbeInstance)) in attemptSbeRecovery() 41 pdbg_target_probe(util::pdbg::getPibTrgt(procTarget))) in attemptSbeRecovery() 47 pdbg_target* fsiTarget = util::pdbg::getFsiTrgt(procTarget); in attemptSbeRecovery() 141 if (util::dbus::powerFault()) in handleVital() 152 util::dbus::HostRunningState::Started == util::dbus::hostRunningState()) in handleVital() 165 util::dbus::transitionHost(util::dbus::HostState::Quiesce); in handleVital()
|
| /openbmc/openbmc/poky/meta/recipes-bsp/grub/files/ |
| H A D | 0001-grub.d-10_linux.in-add-oe-s-kernel-name.patch | 9 We only need add the bzImage to util/grub.d/10_linux.in, but also add it 10 to util/grub.d/20_linux_xen.in to keep compatibility. 18 util/grub.d/10_linux.in | 6 +++--- 19 util/grub.d/20_linux_xen.in | 2 +- 22 diff --git a/util/grub.d/10_linux.in b/util/grub.d/10_linux.in 24 --- a/util/grub.d/10_linux.in 25 +++ b/util/grub.d/10_linux.in 42 diff --git a/util/grub.d/20_linux_xen.in b/util/grub.d/20_linux_xen.in 44 --- a/util/grub.d/20_linux_xen.in 45 +++ b/util/grub.d/20_linux_xen.in
|
| /openbmc/openbmc/meta-security/dynamic-layers/networking-layer/recipes-security/sssd/files/ |
| H A D | fix_gid.patch | 1 from ../sssd-2.5.0/src/util/sss_pam_data.c:27: 2 | ../sssd-2.5.0/src/util/debug.h:88:44: error: unknown type name 'uid_t'; did you mean 'uint_t'? 6 | ../sssd-2.5.0/src/util/debug.h:88:55: error: unknown type name 'gid_t' 9 | make[2]: *** [Makefile:22529: src/util/libsss_iface_la-sss_pam_data.lo] Error 1 15 Index: sssd-2.7.1/src/util/debug.h 17 --- sssd-2.7.1.orig/src/util/debug.h 18 +++ sssd-2.7.1/src/util/debug.h
|
| /openbmc/phosphor-power/phosphor-power-supply/test/ |
| H A D | mock.cpp | 19 static std::unique_ptr<MockedUtil> util; variable 23 if (!util) in getUtils() 25 util = std::make_unique<MockedUtil>(); in getUtils() 27 return *util; in getUtils() 32 util.reset(); in freeUtils()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/libmtp/libmtp/ |
| H A D | 0001-Use-native-mtp-hotplug.patch | 23 libmtp.usermap: util/mtp-hotplug 24 - util/mtp-hotplug > libmtp.usermap 27 @UDEV_RULES@: util/mtp-hotplug 28 - util/mtp-hotplug -u -p"@UDEV@" @UDEV_GROUP@ @UDEV_MODE@ > @UDEV_RULES@ 31 libmtp.fdi: util/mtp-hotplug 32 - util/mtp-hotplug -H > libmtp.fdi 35 $(hwdb_DATA): util/mtp-hotplug 36 - util/mtp-hotplug -w > $(hwdb_DATA)
|
| H A D | 0002-util-mtp-hotplug.c-Enable-stack-memory-protection.patch | 4 Subject: [PATCH] util/mtp-hotplug.c: Enable stack memory protection 15 $ objdump -T ./util/.libs/mtp-hotplug | grep __stack_chk_fail 20 util/mtp-hotplug.c | 2 +- 23 diff --git a/util/mtp-hotplug.c b/util/mtp-hotplug.c 25 --- a/util/mtp-hotplug.c 26 +++ b/util/mtp-hotplug.c
|
| /openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/ |
| H A D | 0024-undef-stdin-for-references-using-stdin-as-a-struct-m.patch | 16 src/shared/edit-util.c | 2 ++ 20 diff --git a/src/shared/edit-util.c b/src/shared/edit-util.c 22 --- a/src/shared/edit-util.c 23 +++ b/src/shared/edit-util.c 30 #include "alloc-util.h" 32 #include "edit-util.h" 39 #include "terminal-util.h"
|
| /openbmc/openbmc/poky/meta/recipes-graphics/piglit/piglit/ |
| H A D | 0003-tests-util-piglit-shader.c-do-not-hardcode-build-pat.patch | 4 Subject: [PATCH] tests/util/piglit-shader.c: do not hardcode build path into 12 tests/util/piglit-shader.c | 2 +- 15 diff --git a/tests/util/piglit-shader.c b/tests/util/piglit-shader.c 17 --- a/tests/util/piglit-shader.c 18 +++ b/tests/util/piglit-shader.c
|
| /openbmc/u-boot/test/py/tests/ |
| H A D | test_vboot.py | 30 import u_boot_utils as util namespace 57 util.run_and_log(cons, 'dtc %s %s%s -O dtb ' 92 util.run_and_log(cons, [mkimage, '-D', dtc_args, '-f', 106 util.run_and_log(cons, [mkimage, '-F', '-k', tmpdir, '-K', dtb, 167 util.run_and_log(cons, [fit_check_sign, '-f', fit, '-k', tmpdir, 183 sig = util.run_and_log(cons, 'fdtget -t bx %s %s value' % 189 util.run_and_log(cons, 'fdtput -t bx %s %s value %s' % 195 util.run_and_log_expect_exception(cons, [fit_check_sign, '-f', fit, 211 util.run_and_log(cons, 'openssl genpkey -algorithm RSA -out %sdev.key ' 217 util.run_and_log(cons, 'openssl req -batch -new -x509 -key %sdev.key -out '
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/directfb/directfb/ |
| H A D | 0001-gfx-direct-Aboid-usng-VLAs-and-printf-formats.patch | 16 lib/direct/util.h | 2 +- 17 src/gfx/util.cpp | 8 ++++---- 20 diff --git a/lib/direct/util.h b/lib/direct/util.h 22 --- a/lib/direct/util.h 23 +++ b/lib/direct/util.h 33 diff --git a/src/gfx/util.cpp b/src/gfx/util.cpp 35 --- a/src/gfx/util.cpp 36 +++ b/src/gfx/util.cpp
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/ |
| H A D | 0001-Add-missing-includes-cstdint-and-cstdio.patch | 16 storage/rocksdb/rocksdb/util/slice.cc | 2 +- 17 storage/rocksdb/rocksdb/util/string_util.h | 1 + 44 diff --git a/storage/rocksdb/rocksdb/util/slice.cc b/storage/rocksdb/rocksdb/util/slice.cc 46 --- a/storage/rocksdb/rocksdb/util/slice.cc 47 +++ b/storage/rocksdb/rocksdb/util/slice.cc 57 diff --git a/storage/rocksdb/rocksdb/util/string_util.h b/storage/rocksdb/rocksdb/util/string_util.h 59 --- a/storage/rocksdb/rocksdb/util/string_util.h 60 +++ b/storage/rocksdb/rocksdb/util/string_util.h
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/dfu-util/ |
| H A D | dfu-util-native_0.11.bb | 12 install -m 0755 src/dfu-util ${DEPLOYDIR}/dfu-util-${PV} 13 rm -f ${DEPLOYDIR}/dfu-util 14 ln -sf ./dfu-util-${PV} ${DEPLOYDIR}/dfu-util
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-font/ |
| H A D | font-adobe-100dpi_1.0.3.bb | 9 DEPENDS = "util-macros-native font-util-native bdftopcf-native font-util" 10 RDEPENDS:${PN} = "encodings font-util" 11 RDEPENDS:${PN}:class-native = "font-util-native"
|
| H A D | font-bh-100dpi_1.0.3.bb | 9 DEPENDS += "util-macros-native font-util-native bdftopcf-native font-util" 10 RDEPENDS:${PN} = "encodings font-util" 11 RDEPENDS:${PN}:class-native = "font-util-native"
|