Searched refs:efi_st_strcmp_16_8 (Results 1 – 7 of 7) sorted by relevance
/external/u-boot/lib/efi_selftest/ |
D | efi_selftest.c | 157 if (!efi_st_strcmp_16_8(testname, test->name)) in find_test() 196 efi_st_strcmp_16_8(testname, test->name) : test->on_request) in efi_st_do_tests() 252 if (!efi_st_strcmp_16_8(testname, "list") || in efi_selftest()
|
D | efi_selftest_devicepath.c | 329 if (efi_st_strcmp_16_8( in execute() 350 if (efi_st_strcmp_16_8(string, "u-boot")) { in execute() 380 if (efi_st_strcmp_16_8(string, in execute()
|
D | efi_selftest_variables.c | 150 !efi_st_strcmp_16_8(varname, "efi_st_var0")) in execute() 153 !efi_st_strcmp_16_8(varname, "efi_st_var1")) in execute()
|
D | efi_selftest_util.c | 26 int efi_st_strcmp_16_8(const u16 *buf1, const char *buf2) in efi_st_strcmp_16_8() function
|
D | efi_selftest_fdt.c | 83 if (!efi_st_strcmp_16_8(property, label)) { in get_property()
|
D | efi_selftest_block_device.c | 375 if (efi_st_strcmp_16_8(system_info.info.volume_label, "U-BOOT TEST")) { in execute()
|
/external/u-boot/include/ |
D | efi_selftest.h | 97 int efi_st_strcmp_16_8(const u16 *buf1, const char *buf2);
|