Lines Matching refs:test_flags
164 static void post_get_env_flags(int *test_flags) in post_get_env_flags() argument
182 test_flags[j] &= ~flag[i]; in post_get_env_flags()
201 test_flags[j] |= flag[i]; in post_get_env_flags()
215 static void post_get_flags(int *test_flags) in post_get_flags() argument
220 test_flags[j] = post_list[j].flags; in post_get_flags()
223 post_get_env_flags(test_flags); in post_get_flags()
227 if (test_flags[j] & POST_POWERON) in post_get_flags()
228 test_flags[j] |= POST_SLOWTEST; in post_get_flags()
236 int test_flags, int flags, unsigned int i) in post_run_single() argument
238 if ((flags & test_flags & POST_ALWAYS) && in post_run_single()
239 (flags & test_flags & POST_MEM)) { in post_run_single()
243 if ((test_flags & POST_REBOOT) && in post_run_single()
250 if (test_flags & POST_PREREL) in post_run_single()
258 if (test_flags & POST_PREREL) { in post_run_single()
264 if (test_flags & POST_CRITICAL) in post_run_single()
266 if (test_flags & POST_STOP) in post_run_single()
274 if (test_flags & POST_CRITICAL) in post_run_single()
276 if (test_flags & POST_STOP) in post_run_single()
284 if ((test_flags & POST_REBOOT) && !(flags & POST_MANUAL)) in post_run_single()
296 int test_flags[POST_MAX_NUMBER]; in post_run() local
298 post_get_flags(test_flags); in post_run()
312 (flags & test_flags[last] & POST_ALWAYS) && in post_run()
313 (flags & test_flags[last] & POST_MEM)) { in post_run()
316 test_flags[last], in post_run()
323 test_flags[i], in post_run()
332 test_flags[i], in post_run()
347 test_flags[i], in post_run()