Searched refs:file_fat_write (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/u-boot/env/ |
| H A D | fat.c | 63 err = file_fat_write(CONFIG_ENV_FAT_FILE, (void *)&env_new, 0, sizeof(env_t), in env_fat_save()
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | fat.c | 132 ret = file_fat_write(argv[4], buf, 0, count, &size); in do_fat_fswrite()
|
| /OK3568_Linux_fs/u-boot/fs/fat/ |
| H A D | fat_write.su | |
| H A D | fat_write.c | 1078 int file_fat_write(const char *filename, void *buffer, loff_t offset, in file_fat_write() function
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | fat.h | 199 int file_fat_write(const char *filename, void *buf, loff_t offset, loff_t len,
|
| /OK3568_Linux_fs/u-boot/fs/ |
| H A D | fs.c | 160 .write = file_fat_write,
|
| /OK3568_Linux_fs/u-boot/ |
| H A D | System.map | |
| H A D | u-boot.map | |
| H A D | u-boot.sym | |