Home
last modified time | relevance | path

Searched refs:set_mem (Results 1 – 17 of 17) sorted by relevance

/u-boot/lib/efi_selftest/
A Defi_selftest_unicode_collation.c179 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 Defi_selftest_mem.c63 boottime->set_mem(&c1[3], 8, 'x'); in execute()
A Defi_selftest_startimage_return.c62 boottime->set_mem(buf, img.length, 0); in decompress()
A Defi_selftest_exception.c82 boottime->set_mem(buf, img.length, 0); in decompress()
A Defi_selftest_manageprotocols.c242 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 Defi_selftest_block_device.c150 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 Defi_selftest_startimage_exit.c62 boottime->set_mem(buf, img.length, 0); in decompress()
A Defi_selftest_variables.c144 boottime->set_mem(&guid, 16, 0); in execute()
A Defi_selftest_load_file.c185 boottime->set_mem(buf, img.length, 0); in decompress()
A Defi_selftest_snp.c123 boottime->set_mem(&p.ip_udp.ip_dst, 4, 0xff); in send_dhcp_discover()
A Defi_selftest_loadimage.c389 boottime->set_mem(buf, img.length, 0); in decompress()
/u-boot/drivers/video/
A Dvideo_osd-uclass.c23 return ops->set_mem(dev, col, row, buf, buflen, count); in video_osd_set_mem()
A Dsandbox_osd.c145 .set_mem = sandbox_osd_set_mem,
A Dihs_video_out.c227 .set_mem = ihs_video_out_set_mem,
/u-boot/include/
A Dvideo_osd.h83 int (*set_mem)(struct udevice *dev, uint col, uint row, u8 *buf, member
A Defi_api.h192 void (EFIAPI *set_mem)(void *buffer, size_t size, uint8_t value);
/u-boot/lib/efi_loader/
A Defi_boottime.c3750 .set_mem = efi_set_mem,

Completed in 25 milliseconds