Home
last modified time | relevance | path

Searched refs:fstab (Results 1 – 25 of 158) sorted by relevance

1234567

/OK3568_Linux_fs/yocto/meta-openembedded/meta-xfce/recipes-panel-plugins/mount/xfce4-mount-plugin/
H A D0001-check-for-fstab.h-during-configure.patch4 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 Dfstab.h57 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 Dfstab.h57 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 Dskeleton-init-systemd.mk21 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 Dumountnfs.sh23 test -f /etc/fstab && (
35 ) < /etc/fstab
H A Dmountnfs.sh17 test -f /etc/fstab && (
92 ) < /etc/fstab
/OK3568_Linux_fs/buildroot/package/skeleton-init-openrc/
H A Dskeleton-init-openrc.mk22 $(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 Drk3328-rock64-android-avb.dts22 fstab {
23 compatible = "android,fstab";
H A Drk3368-p9.dts16 fstab {
17 compatible = "android,fstab";
H A Drk3368-xikp.dts16 fstab {
17 compatible = "android,fstab";
H A Drk3399-tve1030g.dts17 fstab {
18 compatible = "android,fstab";
H A Drk3328-evb-android.dts17 fstab {
18 compatible = "android,fstab";
H A Drk3326-863-lp3-v10.dts25 fstab {
26 compatible = "android,fstab";
H A Drk3328-rock64-android.dts17 fstab {
18 compatible = "android,fstab";
H A Dpx30-evb-ext-rk618.dts16 fstab {
17 compatible = "android,fstab";
H A Drk3328-box-liantong.dts17 fstab {
18 compatible = "android,fstab";
H A Drk3326-evb-lp3-v10.dts19 fstab {
20 compatible = "android,fstab";
H A Drk3399-sapphire-excavator-edp.dts17 fstab {
18 compatible = "android,fstab";
H A Drk3368-p9-avb.dts21 fstab {
22 compatible = "android,fstab";
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Drk3126-bnd-d708.dts16 fstab {
17 compatible = "android,fstab";
H A Drk3288-th804.dts17 fstab {
18 compatible = "android,fstab";
H A Drk3128h-box.dts17 fstab {
18 compatible = "android,fstab";
H A Drk3229-evb-android.dts17 fstab {
18 compatible = "android,fstab";
H A Drk3128h-box-avb.dts41 fstab {
42 compatible = "android,fstab";
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/initrdscripts/initramfs-framework/
H A Doverlayroot61 if [ -f ${OLDROOT}/etc/fstab ]; then
62 …efaults/ro/;s/\([[:space:]]*[[:digit:]]\)\([[:space:]]*\)[[:digit:]]$/\1\20/}' ${OLDROOT}/etc/fstab

1234567