| /OK3568_Linux_fs/u-boot/fs/fat/ |
| H A D | fat_write.su | |
| H A D | .built-in.o.cmd | |
| H A D | .fat_write.o.cmd | |
| H A D | Makefile | 6 obj-$(CONFIG_FS_FAT) := fat.o
|
| /OK3568_Linux_fs/buildroot/package/dosfstools/ |
| H A D | dosfstools.mk | 36 $(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 D | Config.in | 18 bool "fsck.fat" 23 bool "mkfs.fat"
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | fat.su | |
| H A D | .fat.o.cmd | |
| /OK3568_Linux_fs/u-boot/test/fs/ |
| H A D | fat-noncontig-test.sh | 57 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 D | Makefile | 6 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 D | libb2.mk | 14 LIBB2_CONF_OPTS = --disable-fat --disable-native 16 HOST_LIBB2_CONF_OPTS = --disable-fat --enable-native
|
| /OK3568_Linux_fs/u-boot/fs/ |
| H A D | Makefile | 10 obj-$(CONFIG_SPL_FAT_SUPPORT) += fat/ 18 obj-y += fat/
|
| H A D | Kconfig | 13 source "fs/fat/Kconfig"
|
| H A D | .built-in.o.cmd | |
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.nokia_rx51 | 14 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 D | imx-uuc.mk | 24 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 D | tzdata.mk | 54 $(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 D | mount.sh | 63 vfat|fat) 106 vfat|fat)
|
| /OK3568_Linux_fs/u-boot/env/ |
| H A D | Makefile | 22 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 D | csio_hw_t5.c | 114 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 D | scancpan | 455 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 D | mount.sh | 74 vfat|fat) 129 vfat|fat)
|
| /OK3568_Linux_fs/device/rockchip/common/scripts/ |
| H A D | mk-image.sh | 108 msdos|fat|vfat) 186 ext[234]|msdos|fat|vfat|ntfs|ubi|ubifs)
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/syslinux/syslinux/ |
| H A D | 0001-linux-syslinux-support-ext2-3-4-device.patch | 9 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 D | Config.in | 117 …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"
|