Searched refs:POST_REBOOT (Results 1 – 4 of 4) sorted by relevance
243 if (!(flags & POST_REBOOT)) { in post_run_single()244 if ((test_flags & POST_REBOOT) && in post_run_single()285 if ((test_flags & POST_REBOOT) && !(flags & POST_MANUAL)) in post_run_single()318 flags | POST_REBOOT, last); in post_run()
81 POST_RAM | POST_POWERON | POST_SLOWTEST | POST_MANUAL | POST_REBOOT,
76 #define POST_REBOOT 0x0800 /* test may cause rebooting */ macro
124 #define POST_REBOOT 0x800 /* test may cause rebooting */225 the test caused system rebooting (POST_REBOOT). The routine will356 the POST_REBOOT bit flag set in the flag field of the correspondent361 failed one. On second execution of the failed test, the POST_REBOOT372 POST_RAM | POST_POWERON | POST_REBOOT, \382 if (flags & POST_REBOOT) {680 marked with the POST_REBOOT bit flag. On the first iteration, the684 POST_REBOOT bit will be set in the flag argument to the test routine.