Searched refs:rebootTarget (Results 1 – 2 of 2) sorted by relevance
76 void __attribute__((noreturn)) RebootSystem(unsigned int cmd, const std::string& rebootTarget) { in RebootSystem() argument92 LINUX_REBOOT_CMD_RESTART2, rebootTarget.c_str()); in RebootSystem()
340 static void DoReboot(unsigned int cmd, const std::string& reason, const std::string& rebootTarget, in DoReboot() argument343 LOG(INFO) << "Reboot start, reason: " << reason << ", rebootTarget: " << rebootTarget; in DoReboot()511 RebootSystem(cmd, rebootTarget); in DoReboot()