Home
last modified time | relevance | path

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

12345678910>>...31

/OK3568_Linux_fs/u-boot/fs/fat/
H A Dfat_write.su
H A D.built-in.o.cmd
H A D.fat_write.o.cmd
H A DMakefile6 obj-$(CONFIG_FS_FAT) := fat.o
/OK3568_Linux_fs/buildroot/package/dosfstools/
H A Ddosfstools.mk36 $(INSTALL) -D -m 0755 $(@D)/src/fsck.fat $(TARGET_DIR)/sbin/fsck.fat
37 ln -sf fsck.fat $(TARGET_DIR)/sbin/fsck.vfat
38 ln -sf fsck.fat $(TARGET_DIR)/sbin/fsck.msdos
39 ln -sf fsck.fat $(TARGET_DIR)/sbin/dosfsck
45 $(INSTALL) -D -m 0755 $(@D)/src/mkfs.fat $(TARGET_DIR)/sbin/mkfs.fat
46 ln -sf mkfs.fat $(TARGET_DIR)/sbin/mkdosfs
47 ln -sf mkfs.fat $(TARGET_DIR)/sbin/mkfs.msdos
48 ln -sf mkfs.fat $(TARGET_DIR)/sbin/mkfs.vfat
H A DConfig.in18 bool "fsck.fat"
23 bool "mkfs.fat"
/OK3568_Linux_fs/u-boot/cmd/
H A Dfat.su
H A D.fat.o.cmd
/OK3568_Linux_fs/u-boot/test/fs/
H A Dfat-noncontig-test.sh57 img=${odir}/fat-noncontig.img
65 for prereq in fallocate mkfs.fat dd crc32; do
85 mkfs.fat ${img}
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/buildroot/package/libb2/
H A Dlibb2.mk14 LIBB2_CONF_OPTS = --disable-fat --disable-native
16 HOST_LIBB2_CONF_OPTS = --disable-fat --enable-native
/OK3568_Linux_fs/u-boot/fs/
H A DMakefile10 obj-$(CONFIG_SPL_FAT_SUPPORT) += fat/
18 obj-y += fat/
H A DKconfig13 source "fs/fat/Kconfig"
H A D.built-in.o.cmd
/OK3568_Linux_fs/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)
/OK3568_Linux_fs/buildroot/package/freescale-imx/imx-uuc/
H A Dimx-uuc.mk24 dd if=/dev/zero of=$(TARGET_DIR)/fat bs=1M count=1
25 $(HOST_DIR)/sbin/mkfs.vfat $(TARGET_DIR)/fat
/OK3568_Linux_fs/buildroot/package/tzdata/
H A Dtzdata.mk54 $(ZIC) -b fat -d _output/posix $$zone || exit 1; \
55 $(ZIC) -b fat -d _output/right -L leapseconds $$zone || exit 1; \
/OK3568_Linux_fs/buildroot/board/forlinx/ok3568/fs-overlay/etc/udev/scripts/
H A Dmount.sh63 vfat|fat)
106 vfat|fat)
/OK3568_Linux_fs/u-boot/env/
H A DMakefile22 obj-$(CONFIG_ENV_IS_IN_FAT) += fat.o
56 obj-$(CONFIG_ENV_IS_IN_FAT) += fat.o
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/buildroot/utils/
H A Dscancpan455 if (my $fat = $fatpacked{$_[1]}) {
458 return 0 unless length $fat;
459 $fat =~ s/^([^\n]*\n?)//;
464 open my $fh, '<', \$fat
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/udev/udev-extraconf/
H A Dmount.sh74 vfat|fat)
129 vfat|fat)
/OK3568_Linux_fs/device/rockchip/common/scripts/
H A Dmk-image.sh108 msdos|fat|vfat)
186 ext[234]|msdos|fat|vfat|ntfs|ubi|ubifs)
/OK3568_Linux_fs/yocto/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);
/OK3568_Linux_fs/buildroot/boot/grub2/
H A DConfig.in117 …default "boot linux ext2 fat squash4 part_msdos part_gpt normal biosdisk" if BR2_TARGET_GRUB2_I386…
118 default "linux ext2 fat part_msdos normal" if BR2_TARGET_GRUB2_ARM_UBOOT
138 default "boot linux ext2 fat squash4 part_msdos part_gpt normal efi_gop"

12345678910>>...31