Searched refs:test_flags (Results 1 – 1 of 1) sorted by relevance
165 static void post_get_env_flags(int *test_flags) in post_get_env_flags() argument183 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() argument221 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() argument239 if ((flags & test_flags & POST_ALWAYS) && in post_run_single()[all …]