Searched refs:fat (Results 1 - 22 of 22) sorted by relevance

/u-boot/fs/fat/
H A DMakefile4 obj-$(CONFIG_$(SPL_)FS_FAT) = fat.o
H A Dfat.c3 * fat.c
17 #include <fat.h>
494 * Based on fat_fill_super() from the Linux kernel's fs/fat/inode.c
525 * Based on fat_read_bpb() from the Linux kernel's fs/fat/inode.c
H A Dfat_write.c14 #include <fat.h>
24 #include "fat.c"
217 * Write fat buffer into block device
880 /* Flush fat buffer */
1465 /* Flush fat buffer */
1468 printf("Error: flush fat buffer\n");
1507 /* allocate local fat buffer */
1582 printf("Error: flush fat buffer\n");
1799 /* Flush fat buffer */
1802 printf("Error: flush fat buffe
[all...]
/u-boot/lib/efi_selftest/
H A Defi_selftest_unicode_collation.c204 char fat[16]; local
207 boottime->set_mem(fat, sizeof(fat), 0);
209 u"U -Boo.t", 6, fat);
210 if (ret || efi_st_strcmp_16_8(u"U-BOOT", fat)) {
211 efi_st_error("str_to_fat returned %u, \"%s\"\n", ret, fat);
215 boottime->set_mem(fat, 16, 0);
217 u"U\\Boot", 6, fat);
218 if (!ret || efi_st_strcmp_16_8(u"U_BOOT", fat)) {
219 efi_st_error("str_to_fat returned %u, \"%s\"\n", ret, fat);
[all...]
/u-boot/fs/
H A DMakefile9 obj-$(CONFIG_SPL_FS_FAT) += fat/
20 obj-$(CONFIG_FS_FAT) += fat/
H A Dfs.c20 #include <fat.h>
191 .name = "fat",
/u-boot/lib/efi_loader/
H A Defi_unicode_collation.c243 * @fat: string to convert
250 efi_uintn_t fat_size, char *fat, u16 *string)
255 EFI_ENTRY("%p, %zu, %s, %p", this, fat_size, fat, string);
257 c = (unsigned char)fat[i];
275 * @fat: converted string
284 char *fat)
290 EFI_ENTRY("%p, %ls, %zu, %p", this, string, fat_size, fat);
308 fat[i] = c;
249 efi_fat_to_str(struct efi_unicode_collation_protocol *this, efi_uintn_t fat_size, char *fat, u16 *string) argument
282 efi_str_to_fat(struct efi_unicode_collation_protocol *this, const u16 *string, efi_uintn_t fat_size, char *fat) argument
/u-boot/common/spl/
H A Dspl_usb.c17 #include <fat.h>
H A Dspl_sata.c17 #include <fat.h>
H A Dspl_fat.c17 #include <fat.h>
39 printf("%s: fat register err - %d\n", __func__, err);
H A Dspl.c28 #include <fat.h>
/u-boot/test/fs/
H A Dfat-noncontig-test.sh18 # ./test/fs/fat-noncontig-test.sh
26 # mkfs.fat 3.0.26 (2014-03-07)
38 # => host bind 0 sandbox/fat-noncontig.img
56 img=${odir}/fat-noncontig.img
64 for prereq in fallocate mkfs.fat dd crc32; do
84 mkfs.fat ${img}
H A Dfs-test.sh7 # It currently tests the fs/sb and native commands for ext4 and fat partitions
112 # -F cant be used with fat as it means something else.
118 FS_TYPE="fat"
122 FS_TYPE="fat"
141 if [ $? -ne 0 -a "$FS_TYPE" = "fat" ]; then
142 # If we fail and we did fat, try vfat.
159 # fs and ext4/fat and full patch for sb hostfs
166 fat*)
168 PREFIX="fat"
593 fat*)
[all...]
/u-boot/env/
H A DMakefile25 obj-$(CONFIG_$(SPL_TPL_)ENV_IS_IN_FAT) += fat.o
H A Dfat.c18 #include <fat.h>
186 U_BOOT_ENV_LOCATION(fat) = { variable
/u-boot/cmd/
H A Dfat.c13 #include <fat.h>
H A DMakefile82 obj-$(CONFIG_CMD_FAT) += fat.o
/u-boot/test/image/
H A Dspl_load_fs.c10 #include <fat.h>
160 * Budget mkfs.fat. We use FAT32 (so I don't have to deal with FAT12) with no
186 __le32 *fat = dst + fat_sector * sector_size; local
227 fat[0] = cpu_to_le32(0x0ffffff8);
228 fat[1] = cpu_to_le32(0x0fffffff);
229 fat[2] = cpu_to_le32(0x0ffffff8);
231 fat[i] = cpu_to_le32(i + 1);
232 fat[i] = cpu_to_le32(0x0ffffff8);
/u-boot/scripts/
H A Dmailmapper25 here because we do not want to create a fat mailmap by adding every author
/u-boot/drivers/dfu/
H A Ddfu_mmc.c16 #include <fat.h>
332 * fat (files)
442 } else if (!strcmp(entity_type, "fat")) {
H A Ddfu.c15 #include <fat.h>
/u-boot/include/
H A Defi_api.h1846 efi_uintn_t fat_size, char *fat, u16 *string);
1849 char *fat);

Completed in 283 milliseconds