Searched refs:efi_st_printc (Results 1 – 3 of 3) sorted by relevance
/external/u-boot/lib/efi_selftest/ |
D | efi_selftest.c | 67 efi_st_printc(EFI_WHITE, "\nBoot services terminated\n"); in efi_st_exit_boot_services() 83 efi_st_printc(EFI_LIGHTBLUE, "\nSetting up '%s'\n", test->name); in setup() 89 efi_st_printc(EFI_LIGHTGREEN, in setup() 108 efi_st_printc(EFI_LIGHTBLUE, "\nExecuting '%s'\n", test->name); in execute() 114 efi_st_printc(EFI_LIGHTGREEN, in execute() 133 efi_st_printc(EFI_LIGHTBLUE, "\nTearing down '%s'\n", test->name); in teardown() 139 efi_st_printc(EFI_LIGHTGREEN, in teardown() 267 efi_st_printc(EFI_WHITE, "\nTesting EFI API implementation\n"); in efi_selftest() 270 efi_st_printc(EFI_WHITE, "\nSelected test: '%ps'\n", testname); in efi_selftest() 272 efi_st_printc(EFI_WHITE, "\nNumber of tests to execute: %u\n", in efi_selftest() [all …]
|
D | efi_selftest_console.c | 138 void efi_st_printc(int color, const char *fmt, ...) in efi_st_printc() function
|
/external/u-boot/include/ |
D | efi_selftest.h | 24 (efi_st_printc(-1, __VA_ARGS__)) 32 (efi_st_printc(EFI_LIGHTRED, "%s(%u):\nERROR: ", __FILE__, __LINE__), \ 33 efi_st_printc(EFI_LIGHTRED, __VA_ARGS__)) 41 (efi_st_printc(EFI_YELLOW, "%s(%u):\nTODO: ", __FILE__, __LINE__), \ 42 efi_st_printc(EFI_YELLOW, __VA_ARGS__)) \ 76 void efi_st_printc(int color, const char *fmt, ...)
|