Home
last modified time | relevance | path

Searched refs:util (Results 226 – 250 of 859) sorted by relevance

12345678910>>...35

/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-blivet/python3-blivet/
H A D0011-invoking-dd-with-infinite-timeout.patch24 - util.run_program(cmd)
25 + util.run_program(cmd, timeout=-1)
H A D0010-invoking-mkfs-with-infinite-timeout.patch28 - ret = util.run_program(cmd)
29 + ret = util.run_program(cmd, timeout=-1)
/openbmc/u-boot/board/technexion/pico-imx7d/
H A DREADME54 Run the DFU agent so we can flash the new images using dfu-util tool:
60 $ sudo dfu-util -D SPL -a spl
62 $ sudo dfu-util -D u-boot.img -a u-boot
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/mosh/mosh/
H A D0001-configure.ac-add-support-of-protobuf-4.22.x.patch53 …I$(srcdir)/../network -I$(srcdir)/../crypto -I../protobufs -I$(srcdir)/../util $(TINFO_CFLAGS) $(p…
56 …etwork.a ../statesync/libmoshstatesync.a ../terminal/libmoshterminal.a ../util/libmoshutil.a ../pr…
57 …etwork.a ../statesync/libmoshstatesync.a ../terminal/libmoshterminal.a ../util/libmoshutil.a ../pr…
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libldb/libldb/
H A D0001-do-not-import-target-module-while-cross-compile.patch29 +import importlib.util, os
43 + spec = importlib.util._find_spec_from_path(modulename, [os.environ["PYTHONPATH"]])
48 + module = importlib.util.module_from_spec(spec)
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/
H A D0002-do-not-import-target-module-while-cross-compile.patch27 +import importlib.util, os
41 + spec = importlib.util._find_spec_from_path(modulename, [os.environ["PYTHONPATH"]])
46 + module = importlib.util.module_from_spec(spec)
H A D0004-Add-options-to-configure-the-use-of-libbsd.patch86 - conf.CHECK_FUNCS_IN('openpty', 'util', checklibc=True, headers='pty.h util.h bsd/libutil.h lib…
87 + hdrs = 'pty.h util.h'
91 + conf.CHECK_FUNCS_IN('openpty', 'util', checklibc=True, headers=hdrs)
/openbmc/openbmc/poky/meta/recipes-extended/bc/bc/
H A Dno-gen-libmath.patch12 fbcOBJ = main.o bc.o scan.o execute.o load.o storage.o util.o warranty.o
22 sbcOBJ = main.o sbc.o scan.o execute.o global.o load.o storage.o util.o \
/openbmc/phosphor-fan-presence/control/json/
H A Dmanager.cpp68 _bus(util::SDBusPlus::getBus()), _event(event), in Manager()
69 _mgr(util::SDBusPlus::getBus(), CONTROL_OBJPATH), _loadAllowed(true), in Manager()
71 util::SDBusPlus::getBus(), in Manager()
404 auto objects = util::SDBusPlus::getSubTreeRaw(util::SDBusPlus::getBus(), in addServices()
571 util::SDBusPlus::getManagedObjects<PropertyVariantType>( in addObjects()
590 util::SDBusPlus::getPropertyVariant<PropertyVariantType>( in addObjects()
706 auto value = util::SDBusPlus::getPropertyVariant< in addGroups()
724 auto objects = util::SDBusPlus::getManagedObjects< in addGroups()
733 catch (const util::DBusError&) in addGroups()
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse/
H A D03ee1f8aa0899268ec02b2f54849352df92a3a1d.patch9 test/util.py:99
10 …sshfs/build/test/util.py:99: PytestUnknownMarkWarning: Unknown pytest.mark.uses_fuse - is this a t…
/openbmc/openbmc/poky/meta/lib/
H A Dbuildstats.py122 util = float( sums[2] ) / 10 / interval
123 util = max(0.0, min(1.0, util))
124 reduced = (self.diskstats_ltime, (readTput, writeTput, util))
/openbmc/openpower-hw-diags/util/
H A Dpldm.cpp8 namespace util namespace
57 if (!util::dbus::getMctpInstance(mctpInstance, mctpEid)) in prepareSetEffecterReq()
111 if (!util::dbus::getStateSensorPdrs(pdrs, stateSetId)) in fetchSensorInfo()
189 if (!util::dbus::getStateEffecterPdrs(pdrs, stateSetId)) in fetchEffecterInfo()
/openbmc/openbmc/poky/meta/recipes-devtools/perl/files/
H A Dperl-rdepends.txt4 RDEPENDS:perl-module-scalar-util += "perl-module-list-util"
5 RDEPENDS:perl-module-file-temp += "perl-module-scalar-util"
10 RDEPENDS:perl-module-test-builder += "perl-module-list-util"
11 RDEPENDS:perl-module-test-builder += "perl-module-scalar-util"
116 RDEPENDS:perl-module-autodie-util += "perl-module-strict"
219 RDEPENDS:perl-module-corelist += "perl-module-list-util"
788 RDEPENDS:perl-module-fields += "perl-module-hash-util"
896 RDEPENDS:perl-module-hash-util += "perl-module-hash-util-fieldhash"
1218 RDEPENDS:perl-module-list-util-xs += "perl-module-list-util"
1682 RDEPENDS:perl-module-sub-util += "perl-module-list-util"
[all …]
/openbmc/openbmc/poky/meta/recipes-extended/parted/
H A Dparted_3.6.bb7 DEPENDS = "ncurses util-linux virtual/libiconv"
51 RDEPENDS:${PN}-ptest = "bash coreutils perl util-linux-losetup util-linux-mkswap python3 make gawk …
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libldb/
H A Dlibldb_2.8.0.bb67 ${libdir}/libpyldb-util.*.so.* \
70 ${libdir}/.debug/libpyldb-util.*.so.*"
71 FILES:pyldb-dev = "${libdir}/libpyldb-util.*.so"
/openbmc/openbmc/poky/meta/recipes-support/serf/
H A Dserf_1.3.10.bb22 DEPENDS += " openssl apr apr-util util-linux expat"
/openbmc/phosphor-power/tools/power-utils/
H A Dversion.cpp39 auto data = phosphor::power::util::loadJSONFromFile(PSU_JSON_PATH); in getVersionInfo()
60 auto type = phosphor::power::util::getPMBusAccessType(data); in getVersionInfo()
/openbmc/openbmc/poky/meta/recipes-core/meta/
H A Dnativesdk-buildtools-perl-dummy.bb23 nativesdk-perl-module-list-util \
26 nativesdk-perl-module-scalar-util \
/openbmc/linux/Documentation/translations/zh_CN/core-api/
H A Dmm-api.rst55 mm/util.c
131 mm/util.c
/openbmc/phosphor-power/phosphor-power-supply/
H A Dpsu_manager.cpp83 powerService = util::getService(POWER_OBJ_PATH, POWER_IFACE, bus); in PSUManager()
99 util::getProperty<int>(POWER_IFACE, "pgood", POWER_OBJ_PATH, in initialize()
150 using namespace phosphor::power::util; in getPSUConfiguration()
184 void PSUManager::getPSUProperties(util::DbusPropertyMap& properties) in getPSUProperties()
281 void PSUManager::populateSysProperties(const util::DbusPropertyMap& properties) in populateSysProperties()
351 util::DbusSubtree subtree = util::getSubTree(bus, INVENTORY_OBJ_PATH, in getSystemProperties()
365 auto properties = util::getAllProperties( in getSystemProperties()
382 std::map<std::string, std::map<std::string, util::DbusVariant>> in entityManagerIfaceAdded()
523 auto service = util::getService(loggingObjectPath, in createError()
868 util::getProperty<PowerState>( in analyzeBrownout()
H A Dutil.cpp10 static Util util; in getUtils() local
11 return util; in getUtils()
/openbmc/u-boot/board/technexion/pico-imx6ul/
H A DREADME8 - dfu-util: http://dfu-util.sourceforge.net/releases/
53 Run the DFU agent so we can flash the new images using dfu-util tool:
59 $ sudo dfu-util -D SPL -a spl
61 $ sudo dfu-util -D u-boot-dtb.img -a u-boot
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench/
H A Drename-line-binary.patch6 Both lmbench and util-linux-ng packages provide own /usr/bin/line binaries.
9 util-linux-ng. script/config-run is also modified (patch) to call lm_line
/openbmc/openpower-hw-diags/test/
H A Dtest-lpc-timeout.cpp23 libhei::Chip chip{util::pdbg::getTrgt("/proc0"), P10_20}; in TEST()
64 libhei::Chip chip{util::pdbg::getTrgt("/proc0"), P10_20}; in TEST()
H A Dtest-tod-step-check-fault.cpp20 auto proc0 = util::pdbg::getTrgt("/proc0"); in TEST()
21 auto proc1 = util::pdbg::getTrgt("/proc1"); in TEST()

12345678910>>...35