Home
last modified time | relevance | path

Searched refs:pids (Results 1 – 14 of 14) sorted by relevance

/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Doe_syslog.py27 def verif_not_running(self, pids): argument
28 for pid in pids:
35 pids = []
40 return 1, pids
41 pids.append(pid)
42 return 0, pids
70 status, pids = self.verify_running(names)
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dqemutinyrunner.py148 pids = {}
154 if data[1] not in pids:
155 pids[data[1]] = []
157 pids[data[1]].append(data[0])
160 if parent_pid not in pids:
164 newparents = pids[parent_pid]
168 if p in pids:
169 for n in pids[p]:
/openbmc/phosphor-pid-control/test/
H A Djson_parse_unittest.cpp25 "pids": [{ in TEST()
60 "pids": [{ in TEST()
112 "pids": [{ in TEST()
152 "pids": [] in TEST()
H A Dpid_json_unittest.cpp51 "pids": [{ in TEST()
98 "pids": [{ in TEST()
161 "pids": [{ in TEST()
211 "pids": [{ in TEST()
298 "pids": [{ in TEST()
/openbmc/openbmc-test-automation/bin/plug_ins/Mem_tracker/
H A Dmemcheck.sh29 pids="${1:-$(ls /proc | grep -v [A-Za-z])}" ; shift
98 for pid in ${pids} ; do
/openbmc/phosphor-pid-control/pid/
H A Dbuildjson.cpp223 auto pids = zone["pids"]; in buildPIDsFromJson() local
224 for (const auto& pid : pids) in buildPIDsFromJson()
/openbmc/openbmc-test-automation/lib/
H A Dgen_arg.py383 def sprint_process_report(pids): argument
393 + " ".join(pids)
/openbmc/bmcweb/redfish-core/lib/openbmc/
H A Dopenbmc_managers.hpp81 nlohmann::json& pids = configRoot["PidControllers"]; in asyncPopulatePid() local
82 pids["@odata.type"] = in asyncPopulatePid()
84 pids["@odata.id"] = boost::urls::format( in asyncPopulatePid()
234 isFan ? fans[name] : pids[name]; in asyncPopulatePid()
1520 auto pids = std::make_shared<GetPIDValues>(asyncResp); in handleGetManagerOpenBmc() local
1521 pids->run(); in handleGetManagerOpenBmc()
/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/fans/phosphor-pid-control/
H A Dconfig.json.in320 "pids": [ array
489 "pids": [ array
/openbmc/phosphor-pid-control/examples/
H A DREADME60 "pids": [
/openbmc/phosphor-pid-control/
H A Dconfigure.md166 "pids": [],
177 | `pids` | `list of strings` | Fan and thermal controllers used by the zone. …
/openbmc/openbmc/meta-security/recipes-ids/tripwire/files/
H A Dtwpol-yocto.txt830 !/var/run/ftp.pids-all ; # Comes and goes on reboot.
/openbmc/docs/
H A Danti-patterns.md302 - BMC Developer: Reference internal applications, services, pids, etc. the
/openbmc/qemu/hw/nvme/
H A Dctrl.c4562 g_autofree uint16_t *pids = NULL; in nvme_io_mgmt_send_ruh_update() local
4575 pids = g_new(uint16_t, npid); in nvme_io_mgmt_send_ruh_update()
4577 ret = nvme_h2c(n, pids, npid * sizeof(uint16_t), req); in nvme_io_mgmt_send_ruh_update()
4583 if (!nvme_update_ruh(n, ns, pids[i])) { in nvme_io_mgmt_send_ruh_update()