Lines Matching refs:test_flags

172 static void post_get_env_flags(int *test_flags)  in post_get_env_flags()  argument
190 test_flags[j] &= ~flag[i]; in post_get_env_flags()
209 test_flags[j] |= flag[i]; in post_get_env_flags()
223 static void post_get_flags(int *test_flags) in post_get_flags() argument
228 test_flags[j] = post_list[j].flags; in post_get_flags()
231 post_get_env_flags(test_flags); in post_get_flags()
235 if (test_flags[j] & POST_POWERON) in post_get_flags()
236 test_flags[j] |= POST_SLOWTEST; in post_get_flags()
244 int test_flags, int flags, unsigned int i) in post_run_single() argument
246 if ((flags & test_flags & POST_ALWAYS) && in post_run_single()
247 (flags & test_flags & POST_MEM)) { in post_run_single()
251 if ((test_flags & POST_REBOOT) && in post_run_single()
258 if (test_flags & POST_PREREL) in post_run_single()
266 if (test_flags & POST_PREREL) { in post_run_single()
272 if (test_flags & POST_CRITICAL) in post_run_single()
274 if (test_flags & POST_STOP) in post_run_single()
282 if (test_flags & POST_CRITICAL) in post_run_single()
284 if (test_flags & POST_STOP) in post_run_single()
292 if ((test_flags & POST_REBOOT) && !(flags & POST_MANUAL)) in post_run_single()
304 int test_flags[POST_MAX_NUMBER]; in post_run() local
306 post_get_flags(test_flags); in post_run()
320 (flags & test_flags[last] & POST_ALWAYS) && in post_run()
321 (flags & test_flags[last] & POST_MEM)) { in post_run()
324 test_flags[last], in post_run()
331 test_flags[i], in post_run()
340 test_flags[i], in post_run()
355 test_flags[i], in post_run()