Lines Matching defs:is
204 /* The logic here is to first check the one-time AutoReboot setting.
205 * If this property is true (the default) then look at the persistent
233 // one-time is true so read the user setting
297 info("Received signal that host is off");
306 info("Received signal that host is running");
309 // Remove temporary file which is utilized for scenarios where the
310 // BMC is rebooted while the host is still up.
311 // This file is used to indicate to host related systemd services
312 // that the host is already running and they should skip running.
313 // Once the host state is back to running we can clear this file.
348 info("Received signal that host is in diagnostice mode");
393 std::ifstream is(path.c_str(), std::ios::in | std::ios::binary);
394 cereal::JSONInputArchive iarchive(is);
416 info("BMC State is not Ready so no host on operations allowed");
422 // If this is not a power off request then we need to
425 // the count to 0. The quiesce handling is where the
455 // Update the BootProgressLastUpdate anytime BootProgress is updated