Lines Matching +full:0 +full:x50001000
17 constexpr uint8_t terminusIdZero = 0;
35 method.append(std::string{"/"}, 0, in find()
50 rc = 0; // success in find()
93 rc = 0; // success in findService()
130 rc = 0; // success in getProperty()
154 if (0 == find(interface, path, service)) in systemNames()
161 if (0 == getProperty(interface, path, service, property, value)) in systemNames()
177 std::string target = "obmc-host-quiesce@0.target"; // quiesce is default in transitionHost()
182 target = "obmc-host-crash@0.target"; in transitionHost()
191 target = "obmc-chassis-hard-poweroff@0.target"; in transitionHost()
224 if (0 == find(interface, path, service)) in autoRebootEnabled()
231 if (0 == getProperty(interface, path, service, property, value)) in autoRebootEnabled()
253 if (0 == find(interface, path, service)) in hostRunningState()
260 if (0 == getProperty(interface, path, service, property, value)) in hostRunningState()
288 if (0 == find(hostStateInterface, path, service)) in hostRunningState()
295 if (0 == getProperty(hostStateInterface, path, service, in hostRunningState()
325 if (0 == findService(interface, path, service)) in dumpPolicyEnabled()
332 if (0 == getProperty(interface, path, service, property, value)) in dumpPolicyEnabled()
348 int plid = 0; in createPel()
357 if (0 == findService(interface, path, service)) in createPel()
378 std::tuple<uint32_t, uint32_t> reply = {0, 0}; in createPel()
391 return plid; // platform log id or 0 in createPel()
407 if (0 == find(interface, path, service)) in getMachineType()
414 if (0 == getProperty(interface, path, service, property, value)) in getMachineType()
422 // RAINIER_2S4U == 0x50001000 in getMachineType()
423 // RAINIER_2S2U == 0x50001001 in getMachineType()
424 // RAINIER_1S4U == 0x50001002 in getMachineType()
425 // RAINIER_1S2U == 0x50001003 in getMachineType()
426 // EVEREST == 0x50003000 in getMachineType()
427 // BONNELL == 0x50004000 in getMachineType()
432 std::format("0x{:02x}{:02x}{:02x}{:02x}", ids.at(0), in getMachineType()
436 {"0x50001000", MachineType::Rainier_2S4U}, in getMachineType()
437 {"0x50001001", MachineType::Rainier_2S2U}, in getMachineType()
438 {"0x50001002", MachineType::Rainier_1S4U}, in getMachineType()
439 {"0x50001003", MachineType::Rainier_1S2U}, in getMachineType()
440 {"0x50003000", MachineType::Everest}, in getMachineType()
441 {"0x50004000", MachineType::Bonnell}, in getMachineType()
442 {"0x60001000", MachineType::BlueRidge_2S4U}, in getMachineType()
443 {"0x60001001", MachineType::BlueRidge_2S2U}, in getMachineType()
444 {"0x60001002", MachineType::BlueRidge_1S4U}, in getMachineType()
445 {"0x60002000", MachineType::Fuji}, in getMachineType()
446 {"0x60004000", MachineType::Balcones}, in getMachineType()
457 trace::err("Returned Machine ID value: 0x%x", id); in getMachineType()
546 int32_t pgood = 0; // assume fault or unknown in powerFault()
554 if (0 == find(interface, path, service)) in powerFault()
561 if (0 == getProperty(interface, path, service, property, value)) in powerFault()