Lines Matching refs:post_list
30 struct post_test *test = post_list + i; in post_init_f()
132 if (gd->post_log_word & (post_list[j].testid)) { in post_output_backlog()
133 post_log("POST %s ", post_list[j].cmd); in post_output_backlog()
134 if (gd->post_log_res & post_list[j].testid) in post_output_backlog()
201 if (strcmp(post_list[j].cmd, name) == 0) { in post_get_env_flags()
221 test_flags[j] = post_list[j].flags; in post_get_flags()
316 post_run_single(post_list + last, in post_run()
323 post_run_single(post_list + i, in post_run()
332 post_run_single(post_list + i, in post_run()
341 if (strcmp(post_list[i].cmd, name) == 0) in post_run()
347 return post_run_single(post_list + i, in post_run()
377 post_info_single(post_list + i, 0); in post_info()
382 if (strcmp(post_list[i].cmd, name) == 0) in post_info()
387 return post_info_single(post_list + i, 1); in post_info()
422 struct post_test *test = post_list + i; in post_reloc()