Searched refs:POST_CRITICAL (Results 1 – 3 of 3) sorted by relevance
54 POST_ROM | POST_ALWAYS | POST_PREREL | POST_CRITICAL | POST_STOP,271 POST_RAM | POST_ALWAYS | POST_CRITICAL,
168 POST_CRITICAL }; in post_get_env_flags()265 if (test_flags & POST_CRITICAL) in post_run_single()275 if (test_flags & POST_CRITICAL) in post_run_single()
79 #define POST_CRITICAL 0x2000 /* Use failbootcmd if test failed */ macro