Home
last modified time | relevance | path

Searched refs:fs_write (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/drivers/bootcount/
H A Dbootcount_ext.c29 ret = fs_write(CONFIG_SYS_BOOTCOUNT_EXT_NAME, in bootcount_store()
/openbmc/u-boot/include/
H A Dfs.h99 int fs_write(const char *filename, ulong addr, loff_t offset, loff_t len,
/openbmc/u-boot/fs/
H A Dfs.c505 int fs_write(const char *filename, ulong addr, loff_t offset, loff_t len, in fs_write() function
746 ret = fs_write(filename, addr, pos, bytes, &len); in do_save()
/openbmc/u-boot/drivers/dfu/
H A Ddfu_mmc.c148 ret = fs_write(dfu->name, (size_t)buf, 0, *len, &size); in mmc_file_op()
/openbmc/qemu/tests/qtest/
H A Dvirtio-9p-test.c378 static void fs_write(void *obj, void *data, QGuestAllocator *t_alloc) in fs_write() function
723 qos_add_test("synth/write/basic", "virtio-9p", fs_write, &opts); in register_virtio_9p_test()
/openbmc/u-boot/lib/efi_loader/
H A Defi_file.c437 if (fs_write(fh->path, map_to_sysmem(buffer), fh->offset, *buffer_size, in efi_file_write()