Home
last modified time | relevance | path

Searched refs:fat (Results 1 – 25 of 52) sorted by relevance

123

/openbmc/u-boot/tools/patman/test/
H A D0002-fdt-Correct-cast-for-sandbox-in-fdtdec_setup_mem_siz.patch34 fs/fat/fat.c | 1 +
39 diff --git a/fs/fat/fat.c b/fs/fat/fat.c
41 --- a/fs/fat/fat.c
42 +++ b/fs/fat/fat.c
46 * fat.c
H A D0000-cover-letter.patch16 fs/fat/fat.c | 1 +
/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_unicode_collation.c192 char fat[16]; in test_str_to_fat() local
195 boottime->set_mem(fat, sizeof(fat), 0); in test_str_to_fat()
197 L"U -Boo.t", 6, fat); in test_str_to_fat()
198 if (ret || efi_st_strcmp_16_8(L"U-BOOT", fat)) { in test_str_to_fat()
199 efi_st_error("str_to_fat returned %u, \"%s\"\n", ret, fat); in test_str_to_fat()
203 boottime->set_mem(fat, 16, 0); in test_str_to_fat()
205 L"U\\Boot", 6, fat); in test_str_to_fat()
206 if (!ret || efi_st_strcmp_16_8(L"U_BOOT", fat)) { in test_str_to_fat()
207 efi_st_error("str_to_fat returned %u, \"%s\"\n", ret, fat); in test_str_to_fat()
/openbmc/u-boot/lib/efi_loader/
H A Defi_unicode_collation.c241 efi_uintn_t fat_size, char *fat, u16 *string) in efi_fat_to_str() argument
246 EFI_ENTRY("%p, %zu, %s, %p", this, fat_size, fat, string); in efi_fat_to_str()
248 c = (unsigned char)fat[i]; in efi_fat_to_str()
275 char *fat) in efi_str_to_fat() argument
281 EFI_ENTRY("%p, %ls, %zu, %p", this, string, fat_size, fat); in efi_str_to_fat()
312 fat[i] = c; in efi_str_to_fat()
/openbmc/qemu/tests/uefi-test-tools/
H A DMakefile17 intermediate_suffixes := .efi .fat .iso.raw
50 Build/%.iso.raw: Build/%.fat
69 Build/%.fat: Build/%.efi
/openbmc/linux/fs/fat/
H A DMakefile6 obj-$(CONFIG_FAT_FS) += fat.o
10 fat-y := cache.o dir.o fatent.o file.o inode.o misc.o nfs.o
/openbmc/u-boot/fs/
H A DMakefile9 obj-$(CONFIG_SPL_FS_FAT) += fat/
18 obj-y += fat/
H A DKconfig15 source "fs/fat/Kconfig"
/openbmc/u-boot/test/fs/
H A Dfat-noncontig-test.sh56 img=${odir}/fat-noncontig.img
64 for prereq in fallocate mkfs.fat dd crc32; do
84 mkfs.fat ${img}
H A Dfs-test.sh166 fat*)
593 fat*)
/openbmc/u-boot/doc/
H A DREADME.nokia_rx5114 uImage or boot.scr from a fat, ext2/ext3 or ext4 filesystem in external
38 * 1.1 find boot.scr on first fat partition
39 * 1.2 find uImage on first fat parition
40 * 1.3 same order for 2. - 4. fat partition
71 * parition type ${mmctype} (fat, ext2)
H A DREADME.boston58 - Multi-arch-variant multi-endian fat binary
/openbmc/linux/drivers/scsi/csiostor/
H A Dcsio_hw_t5.c114 int fat; in csio_t5_pcie_intr_handler() local
115 fat = csio_handle_intr_status(hw, PCIE_INT_CAUSE_A, pcie_intr_info); in csio_t5_pcie_intr_handler()
116 if (fat) in csio_t5_pcie_intr_handler()
/openbmc/openbmc/poky/meta/recipes-core/udev/udev-extraconf/
H A Dmount.sh89 vfat|fat)
144 vfat|fat)
/openbmc/u-boot/fs/fat/
H A DMakefile4 obj-$(CONFIG_$(SPL_)FS_FAT) = fat.o
H A DKconfig7 systems. You can also enable CMD_FAT to get access to fat commands.
/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/
H A D0001-linux-syslinux-support-ext2-3-4-device.patch9 on to the fat/ntfs.
78 + fprintf(stderr, "%s: supported fs: fat/ntfs/ext2/ex3/ext4\n", program);
/openbmc/openbmc/poky/meta/recipes-support/nettle/
H A Dnettle_3.9.1.bb33 …d:armv7a = "${@bb.utils.contains("TUNE_FEATURES","neon",""," --disable-arm-neon --disable-fat",d)}"
34 …:armv7ve = "${@bb.utils.contains("TUNE_FEATURES","neon",""," --disable-arm-neon --disable-fat",d)}"
/openbmc/qemu/block/
H A Dvvfat.c306 array_t fat,directory,mapping; member
646 uint32_t* entry=array_get(&(s->fat),cluster); in fat_set()
691 array_init(&(s->fat),1); in init_fat()
692 array_ensure_allocated(&(s->fat), in init_fat()
695 array_init(&(s->fat),(s->fat_type==32?4:2)); in init_fat()
696 array_ensure_allocated(&(s->fat), in init_fat()
699 memset(s->fat.pointer,0,s->fat.size); in init_fat()
1028 s->fat.pointer[0] = bootsector->media_type; in init_directories()
1514 &(s->fat.pointer[(sector_num in vvfat_read()
2162 memcpy(s->fat2, s->fat.pointer, size); in is_consistent()
[all …]
/openbmc/u-boot/env/
H A Dfat.c131 U_BOOT_ENV_LOCATION(fat) = {
H A DMakefile30 obj-$(CONFIG_$(SPL_TPL_)ENV_IS_IN_FAT) += fat.o
/openbmc/openbmc/poky/meta/recipes-extended/parted/files/
H A D0001-fs-Add-libuuid-to-linker-flags-for-libparted-fs-resi.patch31 r/fat/bootsector.c \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/tcltk/tk/
H A Dtkprivate.diff25 # Needed if you want to make a 'fat' shared library library
/openbmc/openbmc/poky/meta/recipes-bsp/grub/
H A Dgrub-efi_2.12.bb84 GRUB_BUILDIN ?= "boot linux ext2 fat serial part_msdos part_gpt normal \
/openbmc/linux/fs/
H A DMakefile77 obj-$(CONFIG_FAT_FS) += fat/

123