Home
last modified time | relevance | path

Searched refs:file_fat_write (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/env/
H A Dfat.c64 err = file_fat_write(CONFIG_ENV_FAT_FILE, (void *)&env_new, 0, sizeof(env_t), in env_fat_save()
/openbmc/u-boot/cmd/
H A Dfat.c134 ret = file_fat_write(argv[4], buf, offset, count, &size); in do_fat_fswrite()
/openbmc/u-boot/include/
H A Dfat.h199 int file_fat_write(const char *filename, void *buf, loff_t offset, loff_t len,
/openbmc/u-boot/fs/
H A Dfs.c172 .write = file_fat_write,
/openbmc/u-boot/fs/fat/
H A Dfat_write.c1188 int file_fat_write(const char *filename, void *buffer, loff_t offset, in file_fat_write() function