Home
last modified time | relevance | path

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

/external/u-boot/post/
Dpost.c28 for (i = 0; i < post_list_size; i++) { in post_init_f()
130 for (j = 0; j < post_list_size; j++) { in post_output_backlog()
181 for (j = 0; j < post_list_size; j++) in post_get_env_flags()
199 for (j = 0; j < post_list_size; j++) { in post_get_env_flags()
206 if (j == post_list_size) in post_get_env_flags()
219 for (j = 0; j < post_list_size; j++) in post_get_flags()
226 for (j = 0; j < post_list_size; j++) in post_get_flags()
311 if (last < post_list_size && in post_run()
319 for (i = last + 1; i < post_list_size; i++) { in post_run()
328 for (i = 0; i < post_list_size; i++) { in post_run()
[all …]
Dtests.c303 unsigned int post_list_size = ARRAY_SIZE(post_list); variable
/external/u-boot/include/
Dpost.h120 extern unsigned int post_list_size;