Searched refs:POST_REBOOT (Results 1 – 4 of 4) sorted by relevance
242 if (!(flags & POST_REBOOT)) { in post_run_single()243 if ((test_flags & POST_REBOOT) && in post_run_single()284 if ((test_flags & POST_REBOOT) && !(flags & POST_MANUAL)) in post_run_single()317 flags | POST_REBOOT, last); in post_run()
80 POST_RAM | POST_POWERON | POST_SLOWTEST | POST_MANUAL | POST_REBOOT,
75 #define POST_REBOOT 0x0800 /* test may cause rebooting */ macro
124 #define POST_REBOOT 0x800 /* test may cause rebooting */214 the test caused system rebooting (POST_REBOOT). The routine will345 the POST_REBOOT bit flag set in the flag field of the correspondent350 failed one. On second execution of the failed test, the POST_REBOOT361 POST_RAM | POST_POWERON | POST_REBOOT, \371 if (flags & POST_REBOOT) {669 marked with the POST_REBOOT bit flag. On the first iteration, the673 POST_REBOOT bit will be set in the flag argument to the test routine.