Home
last modified time | relevance | path

Searched refs:procs (Results 1 – 15 of 15) sorted by relevance

/openbmc/phosphor-mrw-tools/
H A Dgen_callouts.pl89 my @procs;
94 push @procs, $target;
98 for my $proc (@procs)
/openbmc/openbmc-test-automation/lib/
H A Dtools.exp33 if { [info procs "exit_proc"] != "" } {
57 if { [info procs "exit_proc"] != "" } {
273 if { [info procs "exit_proc"] != "" } {
H A Dopt.tcl518 if { [info procs "exit_proc"] != "" } {
/openbmc/google-misc/subprojects/metrics-ipmi-blobs/
H A Dmetric.cpp103 std::vector<bmcmetrics_metricproto_BmcProcStatMetric_BmcProcStat>& procs, in getProcStatMetric() argument
178 procs.emplace_back( in getProcStatMetric()
189 procs.emplace_back(bmcmetrics_metricproto_BmcProcStatMetric_BmcProcStat{ in getProcStatMetric()
200 bmcmetrics_metricproto_BmcProcStatMetric_BmcProcStat_fields>(procs), in getProcStatMetric()
467 std::vector<bmcmetrics_metricproto_BmcProcStatMetric_BmcProcStat> procs; in doWork() local
483 .procstat_metric = getProcStatMetric(*this, ticksPerSec, procs, in doWork()
/openbmc/qemu/include/standard-headers/linux/
H A Dsysinfo.h17 uint16_t procs; /* Number of current processes */ member
/openbmc/openbmc/poky/bitbake/lib/bb/server/
H A Dprocess.py55 procs = None
57 procs = subprocess.check_output(["lsof", '-w', lockfile], stderr=subprocess.STDOUT)
64 if procs is None:
67 procs = subprocess.check_output(["fuser", '-v', lockfile], stderr=subprocess.STDOUT)
74 if procs:
75 return procs.decode("utf-8")
413 procs = get_lockfile_process_msg(lockfile)
415 if procs:
416 msg.append(":\n%s" % procs)
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dmain.py474 procs = bb.server.process.get_lockfile_process_msg(lockfile)
475 if procs:
476 … logger.info("Processes holding bitbake.lock (missing socket %s):\n%s" % (sockname, procs))
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A D0025-gcc-testsuite-tweaks-for-mips-OE.patch159 if { [info procs add_options_for_${target}] != [list] } {
162 if { [info procs check_effective_target_${target}_runtime]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/
H A D0003-src-basic-missing.h-check-for-missing-strndupa.patch62 src/shared/bus-unit-procs.c | 1 +
541 diff --git a/src/shared/bus-unit-procs.c b/src/shared/bus-unit-procs.c
543 --- a/src/shared/bus-unit-procs.c
544 +++ b/src/shared/bus-unit-procs.c
H A D0012-do-not-disable-buffer-in-writing-files.patch251 fn = strjoina(tree, cgroup, "/cgroup.procs");
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/
H A D0012-do-not-disable-buffer-in-writing-files.patch248 fn = strjoina(tree, cgroup, "/cgroup.procs");
317 - return write_string_file_at(fd, "cgroup.procs", c, WRITE_STRING_FILE_DISABLE_BUFFER);
318 + return write_string_file_at(fd, "cgroup.procs", c, 0);
/openbmc/docs/designs/
H A Dliquid-leak-detection.md86 F@{ shape: procs}
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/
H A D0001-Add-support-for-mips64-n32-n64.patch87 /* Unwind info for leader, NULL for non-leader procs. */
/openbmc/qemu/linux-user/
H A Dsyscall_defs.h2522 abi_ushort procs; /* Number of current processes */ member
H A Dsyscall.c11116 __put_user(value.procs, &target_value->procs); in _syscall2()