Searched refs:set_mem (Results 1 – 17 of 17) sorted by relevance
/u-boot/lib/efi_selftest/ |
A D | efi_selftest_unicode_collation.c | 179 boottime->set_mem(str, sizeof(str), 0); in test_fat_to_str() 195 boottime->set_mem(fat, sizeof(fat), 0); in test_str_to_fat() 203 boottime->set_mem(fat, 16, 0); in test_str_to_fat()
|
A D | efi_selftest_mem.c | 63 boottime->set_mem(&c1[3], 8, 'x'); in execute()
|
A D | efi_selftest_startimage_return.c | 62 boottime->set_mem(buf, img.length, 0); in decompress()
|
A D | efi_selftest_exception.c | 82 boottime->set_mem(buf, img.length, 0); in decompress()
|
A D | efi_selftest_manageprotocols.c | 242 boottime->set_mem(buffer, sizeof(efi_handle_t) * buffer_size, 0); in execute() 320 boottime->set_mem(buffer, sizeof(efi_handle_t) * buffer_size, 0); in execute()
|
A D | efi_selftest_block_device.c | 150 boottime->set_mem(buf, img.length, 0); in decompress() 461 boottime->set_mem(buf, sizeof(buf), 0); in execute() 485 boottime->set_mem(buf, sizeof(buf), 0); in execute()
|
A D | efi_selftest_startimage_exit.c | 62 boottime->set_mem(buf, img.length, 0); in decompress()
|
A D | efi_selftest_variables.c | 144 boottime->set_mem(&guid, 16, 0); in execute()
|
A D | efi_selftest_load_file.c | 185 boottime->set_mem(buf, img.length, 0); in decompress()
|
A D | efi_selftest_snp.c | 123 boottime->set_mem(&p.ip_udp.ip_dst, 4, 0xff); in send_dhcp_discover()
|
A D | efi_selftest_loadimage.c | 389 boottime->set_mem(buf, img.length, 0); in decompress()
|
/u-boot/drivers/video/ |
A D | video_osd-uclass.c | 23 return ops->set_mem(dev, col, row, buf, buflen, count); in video_osd_set_mem()
|
A D | sandbox_osd.c | 145 .set_mem = sandbox_osd_set_mem,
|
A D | ihs_video_out.c | 227 .set_mem = ihs_video_out_set_mem,
|
/u-boot/include/ |
A D | video_osd.h | 83 int (*set_mem)(struct udevice *dev, uint col, uint row, u8 *buf, member
|
A D | efi_api.h | 192 void (EFIAPI *set_mem)(void *buffer, size_t size, uint8_t value);
|
/u-boot/lib/efi_loader/ |
A D | efi_boottime.c | 3750 .set_mem = efi_set_mem,
|
Completed in 25 milliseconds