Searched refs:POST_CRITICAL (Results 1 – 3 of 3) sorted by relevance
53 POST_ROM | POST_ALWAYS | POST_PREREL | POST_CRITICAL | POST_STOP,270 POST_RAM | POST_ALWAYS | POST_CRITICAL,
167 POST_CRITICAL }; in post_get_env_flags()264 if (test_flags & POST_CRITICAL) in post_run_single()274 if (test_flags & POST_CRITICAL) in post_run_single()
78 #define POST_CRITICAL 0x2000 /* Use failbootcmd if test failed */ macro