Searched refs:efi_st_memcmp (Results 1 – 7 of 7) sorted by relevance
/external/u-boot/lib/efi_selftest/ |
D | efi_selftest_variables.c | 83 if (efi_st_memcmp(data, v + 4, 3)) { in execute() 111 if (efi_st_memcmp(data, v, 8)) { in execute() 134 if (efi_st_memcmp(data, v, len)) in execute() 149 if (!efi_st_memcmp(&guid, &guid_vendor0, sizeof(efi_guid_t)) && in execute() 152 if (!efi_st_memcmp(&guid, &guid_vendor1, sizeof(efi_guid_t)) && in execute()
|
D | efi_selftest_manageprotocols.c | 312 if (efi_st_memcmp(prot_buffer[0], &guid1, 16) && in execute() 313 efi_st_memcmp(prot_buffer[1], &guid1, 16)) { in execute() 317 if (efi_st_memcmp(prot_buffer[0], &guid3, 16) && in execute() 318 efi_st_memcmp(prot_buffer[1], &guid3, 16)) { in execute()
|
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()
|
D | efi_selftest_util.c | 12 int efi_st_memcmp(const void *buf1, const void *buf2, size_t length) in efi_st_memcmp() function
|
D | efi_selftest_block_device.c | 336 if (efi_st_memcmp(dp, dp_partition, len)) in execute() 392 if (efi_st_memcmp(buf, "Hello world!", 12)) { in execute()
|
D | efi_selftest_fdt.c | 134 if (!efi_st_memcmp(&systable->tables[i].guid, &fdt_guid, in setup()
|
/external/u-boot/include/ |
D | efi_selftest.h | 88 int efi_st_memcmp(const void *buf1, const void *buf2, size_t length);
|