Lines Matching refs:test_flags

165 static void post_get_env_flags(int *test_flags)  in post_get_env_flags()  argument
183 test_flags[j] &= ~flag[i]; in post_get_env_flags()
202 test_flags[j] |= flag[i]; in post_get_env_flags()
216 static void post_get_flags(int *test_flags) in post_get_flags() argument
221 test_flags[j] = post_list[j].flags; in post_get_flags()
224 post_get_env_flags(test_flags); in post_get_flags()
228 if (test_flags[j] & POST_POWERON) in post_get_flags()
229 test_flags[j] |= POST_SLOWTEST; in post_get_flags()
237 int test_flags, int flags, unsigned int i) in post_run_single() argument
239 if ((flags & test_flags & POST_ALWAYS) && in post_run_single()
240 (flags & test_flags & POST_MEM)) { in post_run_single()
244 if ((test_flags & POST_REBOOT) && in post_run_single()
251 if (test_flags & POST_PREREL) in post_run_single()
259 if (test_flags & POST_PREREL) { in post_run_single()
265 if (test_flags & POST_CRITICAL) in post_run_single()
267 if (test_flags & POST_STOP) in post_run_single()
275 if (test_flags & POST_CRITICAL) in post_run_single()
277 if (test_flags & POST_STOP) in post_run_single()
285 if ((test_flags & POST_REBOOT) && !(flags & POST_MANUAL)) in post_run_single()
297 int test_flags[POST_MAX_NUMBER]; in post_run() local
299 post_get_flags(test_flags); in post_run()
313 (flags & test_flags[last] & POST_ALWAYS) && in post_run()
314 (flags & test_flags[last] & POST_MEM)) { in post_run()
317 test_flags[last], in post_run()
324 test_flags[i], in post_run()
333 test_flags[i], in post_run()
348 test_flags[i], in post_run()