Searched refs:efi_st_memcmp (Results 1 – 11 of 11) sorted by relevance
/openbmc/u-boot/lib/efi_selftest/ |
H A D | efi_selftest_variables.c | 81 if (efi_st_memcmp(data, v + 4, 3)) { in execute() 109 if (efi_st_memcmp(data, v, 8)) { in execute() 132 if (efi_st_memcmp(data, v, len)) in execute() 148 if (!efi_st_memcmp(&guid, &guid_vendor0, sizeof(efi_guid_t)) && in execute() 151 if (!efi_st_memcmp(&guid, &guid_vendor1, sizeof(efi_guid_t)) && in execute()
|
H A D | efi_selftest_manageprotocols.c | 335 if (efi_st_memcmp(prot_buffer[0], &guid1, 16) && in execute() 336 efi_st_memcmp(prot_buffer[1], &guid1, 16)) { in execute() 340 if (efi_st_memcmp(prot_buffer[0], &guid3, 16) && in execute() 341 efi_st_memcmp(prot_buffer[1], &guid3, 16)) { in execute()
|
H A D | efi_selftest_config_table.c | 156 if (!efi_st_memcmp(&sys_table->tables[i].guid, &table_guid, in execute() 195 if (!efi_st_memcmp(&sys_table->tables[i].guid, &table_guid, in execute() 238 if (!efi_st_memcmp(&sys_table->tables[i].guid, &table_guid, in execute()
|
H A D | efi_selftest_snp.c | 337 if (efi_st_memcmp(&destaddr, &net->mode->current_address, in execute() 339 efi_st_memcmp(&destaddr, BROADCAST_MAC, ARP_HLEN)) in execute() 363 if (!efi_st_memcmp(&destaddr, BROADCAST_MAC, ARP_HLEN)) in execute()
|
H A D | efi_selftest_block_device.c | 340 if (efi_st_memcmp(dp, dp_partition, len)) in execute() 412 if (efi_st_memcmp(buf, "ello world!", 11)) { in execute() 483 if (efi_st_memcmp(buf, "U-Boot", 7)) { in execute()
|
H A D | efi_selftest_loaded_image.c | 63 if (efi_st_memcmp(protocol_buffer[i], in execute()
|
H A D | efi_selftest_util.c | 105 int efi_st_memcmp(const void *buf1, const void *buf2, size_t length) in efi_st_memcmp() function
|
H A D | efi_selftest_fdt.c | 134 if (!efi_st_memcmp(&systable->tables[i].guid, &fdt_guid, in setup()
|
H A D | efi_selftest_loadimage.c | 325 if (efi_st_memcmp(info_type, &guid_file_info, in getinfo() 336 if (efi_st_memcmp(info_type, &guid_file_system_info, in getinfo()
|
H A D | efi_selftest_memory.c | 36 if (!efi_st_memcmp(&systable->tables[i].guid, &fdt_guid, in setup()
|
/openbmc/u-boot/include/ |
H A D | efi_selftest.h | 104 int efi_st_memcmp(const void *buf1, const void *buf2, size_t length);
|