Home
last modified time | relevance | path

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

/u-boot/post/
A Dpost.c35 struct post_test *test = post_list + i; in post_init_f()
138 post_log("POST %s ", post_list[j].cmd); in post_output_backlog()
228 test_flags[j] = post_list[j].flags; in post_get_flags()
323 post_run_single(post_list + last, in post_run()
330 post_run_single(post_list + i, in post_run()
339 post_run_single(post_list + i, in post_run()
348 if (strcmp(post_list[i].cmd, name) == 0) in post_run()
354 return post_run_single(post_list + i, in post_run()
384 post_info_single(post_list + i, 0); in post_info()
389 if (strcmp(post_list[i].cmd, name) == 0) in post_info()
[all …]
A Dtests.c46 struct post_test post_list[] = variable
303 unsigned int post_list_size = ARRAY_SIZE(post_list);
/u-boot/include/
A Dpost.h128 extern struct post_test post_list[];

Completed in 4 milliseconds