Home | History | Annotate | Download | only in bootstat

Lines Matching full:cold

190     {"reboot,cold", 48},
198 {"cold", 56},
212 {"cold,powerkey", 70},
319 "cold",
331 if (s == "cold") break;
574 {"cold,powerkey", "powerkey"},
636 if (m.first.length() <= strlen("cold")) continue; // too short?
638 if (m.first.length() <= strlen("reboot,cold")) continue; // short?
667 ret = "cold";
674 // reboot -p, reboot <no reason>, reboot cold, reboot warm and reboot hard.