Searched refs:reboot (Results 1 – 9 of 9) sorted by relevance
65 reboot = False variable in SystemValues992 sysvals.reboot = True994 sysvals.reboot = True1014 if(sysvals.iscronjob and (sysvals.reboot or \1017 if(sysvals.reboot and (sysvals.dmesgfile or sysvals.ftracefile)):1019 if cmd or sysvals.reboot or sysvals.iscronjob or testrun:1041 if sysvals.reboot:
31 reboot(RB_AUTOBOOT); in poweroff()
226 -no-reboot \
113 my $reboot;292 "REBOOT" => \$reboot,1378 sub reboot { subroutine1409 if (run_command $reboot) {1451 reboot $time;2072 reboot;2272 reboot $sleep_time;
108 7. Enable filesystem SELinux labeling at the next reboot:230 To fully turn SELinux off a machine set SELINUX=disabled at /etc/selinux/config file and reboot;
180 169 common reboot sys_reboot
83 88 common reboot sys_reboot compat_sys_reboot
123 88 nospu reboot sys_reboot
2097 int reboot(int cmd) in reboot() function