Home
last modified time | relevance | path

Searched refs:post_list (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/post/
Dpost.c29 struct post_test *test = post_list + i; in post_init_f()
131 if (gd->post_log_word & (post_list[j].testid)) { in post_output_backlog()
132 post_log("POST %s ", post_list[j].cmd); in post_output_backlog()
133 if (gd->post_log_res & post_list[j].testid) in post_output_backlog()
200 if (strcmp(post_list[j].cmd, name) == 0) { in post_get_env_flags()
220 test_flags[j] = post_list[j].flags; in post_get_flags()
315 post_run_single(post_list + last, in post_run()
322 post_run_single(post_list + i, in post_run()
331 post_run_single(post_list + i, in post_run()
340 if (strcmp(post_list[i].cmd, name) == 0) in post_run()
[all …]
Dtests.c46 struct post_test post_list[] = variable
303 unsigned int post_list_size = ARRAY_SIZE(post_list);
/external/u-boot/include/
Dpost.h119 extern struct post_test post_list[];