Home
last modified time | relevance | path

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

/u-boot/lib/efi_selftest/
A Defi_selftest_load_file.c58 static int load_file2_call_count; variable
252 ++load_file2_call_count; in load_file2()
391 load_file2_call_count = 0; in efi_st_load_file_execute()
399 if (load_file2_call_count || !load_file_call_count) { in efi_st_load_file_execute()
410 load_file2_call_count = 0; in efi_st_load_file_execute()
418 if (load_file2_call_count || !load_file_call_count) { in efi_st_load_file_execute()
437 load_file2_call_count = 0; in efi_st_load_file_execute()
445 if (!load_file2_call_count || load_file_call_count) { in efi_st_load_file_execute()

Completed in 5 milliseconds