Searched refs:pids (Results 1 – 14 of 14) sorted by relevance
| /openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/ |
| H A D | oe_syslog.py | 27 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 D | qemutinyrunner.py | 148 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 D | json_parse_unittest.cpp | 25 "pids": [{ in TEST() 60 "pids": [{ in TEST() 112 "pids": [{ in TEST() 152 "pids": [] in TEST()
|
| H A D | pid_json_unittest.cpp | 51 "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 D | memcheck.sh | 29 pids="${1:-$(ls /proc | grep -v [A-Za-z])}" ; shift 98 for pid in ${pids} ; do
|
| /openbmc/phosphor-pid-control/pid/ |
| H A D | buildjson.cpp | 223 auto pids = zone["pids"]; in buildPIDsFromJson() local 224 for (const auto& pid : pids) in buildPIDsFromJson()
|
| /openbmc/openbmc-test-automation/lib/ |
| H A D | gen_arg.py | 383 def sprint_process_report(pids): argument 393 + " ".join(pids)
|
| /openbmc/bmcweb/redfish-core/lib/openbmc/ |
| H A D | openbmc_managers.hpp | 81 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 D | config.json.in | 320 "pids": [ array 489 "pids": [ array
|
| /openbmc/phosphor-pid-control/examples/ |
| H A D | README | 60 "pids": [
|
| /openbmc/phosphor-pid-control/ |
| H A D | configure.md | 166 "pids": [], 177 | `pids` | `list of strings` | Fan and thermal controllers used by the zone. …
|
| /openbmc/openbmc/meta-security/recipes-ids/tripwire/files/ |
| H A D | twpol-yocto.txt | 830 !/var/run/ftp.pids-all ; # Comes and goes on reboot.
|
| /openbmc/docs/ |
| H A D | anti-patterns.md | 302 - BMC Developer: Reference internal applications, services, pids, etc. the
|
| /openbmc/qemu/hw/nvme/ |
| H A D | ctrl.c | 4562 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()
|