Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_variables.c81 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 Defi_selftest_manageprotocols.c335 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 Defi_selftest_config_table.c156 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 Defi_selftest_snp.c337 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 Defi_selftest_block_device.c340 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 Defi_selftest_loaded_image.c63 if (efi_st_memcmp(protocol_buffer[i], in execute()
H A Defi_selftest_util.c105 int efi_st_memcmp(const void *buf1, const void *buf2, size_t length) in efi_st_memcmp() function
H A Defi_selftest_fdt.c134 if (!efi_st_memcmp(&systable->tables[i].guid, &fdt_guid, in setup()
H A Defi_selftest_memory.c36 if (!efi_st_memcmp(&systable->tables[i].guid, &fdt_guid, in setup()
H A Defi_selftest_loadimage.c325 if (efi_st_memcmp(info_type, &guid_file_info, in getinfo()
336 if (efi_st_memcmp(info_type, &guid_file_system_info, in getinfo()
/openbmc/u-boot/include/
H A Defi_selftest.h104 int efi_st_memcmp(const void *buf1, const void *buf2, size_t length);