Lines Matching refs:last
175 int last; in post_get_env_flags() local
185 last = 0; in post_get_env_flags()
187 while (!last) { in post_get_env_flags()
196 last = 1; in post_get_env_flags()
302 unsigned int last; in post_run() local
307 if (post_bootmode_get(&last) & POST_POWERTEST) { in post_run()
308 if (last & POST_FAIL_SAVE) { in post_run()
309 last &= ~POST_FAIL_SAVE; in post_run()
312 if (last < post_list_size && in post_run()
313 (flags & test_flags[last] & POST_ALWAYS) && in post_run()
314 (flags & test_flags[last] & POST_MEM)) { in post_run()
316 post_run_single(post_list + last, in post_run()
317 test_flags[last], in post_run()
318 flags | POST_REBOOT, last); in post_run()
320 for (i = last + 1; i < post_list_size; i++) { in post_run()