| /OK3568_Linux_fs/yocto/meta-openembedded/meta-xfce/recipes-panel-plugins/mount/xfce4-mount-plugin/ |
| H A D | 0001-check-for-fstab.h-during-configure.patch | 4 Subject: [PATCH] check for fstab.h during configure 6 fstab.h is not universally available, checking it during 7 configure creates a knob to disable fstab reads in the 30 +AC_CHECK_HEADERS([fstab.h]) 44 #include <fstab.h> 53 - struct fstab *pfstab; 59 + struct fstab *pfstab; 60 /* open fstab */ 74 + _("Your /etc/fstab could not be read because fstab is not supported…
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/ |
| H A D | fstab.h | 57 struct fstab struct 71 extern struct fstab *getfsent (void) __THROW; argument 72 extern struct fstab *getfsspec (const char *__name) __THROW; 73 extern struct fstab *getfsfile (const char *__name) __THROW;
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/ |
| H A D | fstab.h | 57 struct fstab struct 71 extern struct fstab *getfsent (void) __THROW; argument 72 extern struct fstab *getfsspec (const char *__name) __THROW; 73 extern struct fstab *getfsfile (const char *__name) __THROW;
|
| /OK3568_Linux_fs/buildroot/package/skeleton-init-systemd/ |
| H A D | skeleton-init-systemd.mk | 21 echo "/dev/root / auto rw 0 1" >$(TARGET_DIR)/etc/fstab 33 echo "/dev/root / auto ro 0 1" >$(TARGET_DIR)/etc/fstab 34 echo "tmpfs /var tmpfs mode=1777 0 0" >>$(TARGET_DIR)/etc/fstab
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/initscripts/initscripts-1.0/ |
| H A D | umountnfs.sh | 23 test -f /etc/fstab && ( 35 ) < /etc/fstab
|
| H A D | mountnfs.sh | 17 test -f /etc/fstab && ( 92 ) < /etc/fstab
|
| /OK3568_Linux_fs/buildroot/package/skeleton-init-openrc/ |
| H A D | skeleton-init-openrc.mk | 22 $(SED) '\:^/dev/root[[:blank:]]:s/^/# /' $(TARGET_DIR)/etc/fstab 28 $(SED) '\:^#[[:blank:]]*/dev/root[[:blank:]]:s/^# //' $(TARGET_DIR)/etc/fstab
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3328-rock64-android-avb.dts | 22 fstab { 23 compatible = "android,fstab";
|
| H A D | rk3368-p9.dts | 16 fstab { 17 compatible = "android,fstab";
|
| H A D | rk3368-xikp.dts | 16 fstab { 17 compatible = "android,fstab";
|
| H A D | rk3399-tve1030g.dts | 17 fstab { 18 compatible = "android,fstab";
|
| H A D | rk3328-evb-android.dts | 17 fstab { 18 compatible = "android,fstab";
|
| H A D | rk3326-863-lp3-v10.dts | 25 fstab { 26 compatible = "android,fstab";
|
| H A D | rk3328-rock64-android.dts | 17 fstab { 18 compatible = "android,fstab";
|
| H A D | px30-evb-ext-rk618.dts | 16 fstab { 17 compatible = "android,fstab";
|
| H A D | rk3328-box-liantong.dts | 17 fstab { 18 compatible = "android,fstab";
|
| H A D | rk3326-evb-lp3-v10.dts | 19 fstab { 20 compatible = "android,fstab";
|
| H A D | rk3399-sapphire-excavator-edp.dts | 17 fstab { 18 compatible = "android,fstab";
|
| H A D | rk3368-p9-avb.dts | 21 fstab { 22 compatible = "android,fstab";
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | rk3126-bnd-d708.dts | 16 fstab { 17 compatible = "android,fstab";
|
| H A D | rk3288-th804.dts | 17 fstab { 18 compatible = "android,fstab";
|
| H A D | rk3128h-box.dts | 17 fstab { 18 compatible = "android,fstab";
|
| H A D | rk3229-evb-android.dts | 17 fstab { 18 compatible = "android,fstab";
|
| H A D | rk3128h-box-avb.dts | 41 fstab { 42 compatible = "android,fstab";
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/initrdscripts/initramfs-framework/ |
| H A D | overlayroot | 61 if [ -f ${OLDROOT}/etc/fstab ]; then 62 …efaults/ro/;s/\([[:space:]]*[[:digit:]]\)\([[:space:]]*\)[[:digit:]]$/\1\20/}' ${OLDROOT}/etc/fstab
|