Home
last modified time | relevance | path

Searched refs:VFSTAB (Results 1 – 25 of 26) sorted by relevance

12

/illumos-gate/usr/src/cmd/initpkg/
H A Dswapadd.sh41 VFSTAB=/etc/vfstab # Default file system table
74 done <$VFSTAB
97 if [ "x$VFSTAB" != x- ]; then
98 [ -s "$VFSTAB" ] || die "swapadd: file system table ($VFSTAB) not found"
99 exec <$VFSTAB
/illumos-gate/usr/src/lib/libfsmgt/common/
H A Dfs_mount_defaults.c104 if ((fp = fopen(VFSTAB, "r")) != NULL) { in fs_get_filtered_mount_defaults()
167 if ((fp = fopen(VFSTAB, "r")) != NULL) { in fs_get_mount_defaults()
217 if ((fp = fopen(VFSTAB, "a")) != NULL) { in fs_add_mount_default()
250 if ((fp = fopen(VFSTAB, "r")) != NULL) { in fs_edit_mount_defaults()
332 if ((fp = fopen(VFSTAB, "w")) != NULL) { in fs_edit_mount_defaults()
367 if ((fp = fopen(VFSTAB, "r")) != NULL) { in fs_del_mount_default_ent()
447 if ((fp = fopen(VFSTAB, "w")) != NULL) { in fs_del_mount_default_ent()
/illumos-gate/usr/src/cmd/fs.d/
H A Dff.c52 char vfstab[] = VFSTAB;
106 if ((fp = fopen(VFSTAB, "r")) == NULL) { in main()
183 if ((fp = fopen(VFSTAB, "r")) == NULL) { in main()
H A Dvolcopy.c55 char vfstab[] = VFSTAB;
H A Dswitchout.c60 char vfstab[] = VFSTAB;
H A Dfsck.c83 char vfstab[] = VFSTAB;
/illumos-gate/usr/src/cmd/fs.d/ufs/quotaon/
H A Dquotaon.c160 vfstab = fopen(VFSTAB, "r"); in main()
162 fprintf(stderr, "Can't open %s\n", VFSTAB); in main()
163 perror(VFSTAB); in main()
/illumos-gate/usr/src/cmd/stmsboot/
H A Dstmsboot.sh37 VFSTAB=/etc/vfstab
159 echo "\tcp /mnt${SAVEDIR}/vfstab.$cmd.$NOW /mnt$VFSTAB" >> $RECOVERFILE
594 backup_lastsaved $KDRVCONF $VFSTAB
596 backup_lastsaved $KDRVCONF $VFSTAB /boot/solaris/$BOOTENV_FILE
/illumos-gate/usr/src/uts/common/sys/
H A Dvfstab.h36 #define VFSTAB "/etc/vfstab" macro
H A Dmntent.h38 #define VFSTAB "/etc/vfstab" macro
/illumos-gate/usr/src/cmd/fs.d/ufs/repquota/
H A Drepquota.c164 if ((vfstab = fopen(VFSTAB, "r")) == NULL) { in main()
166 perror(VFSTAB); in main()
/illumos-gate/usr/src/cmd/fs.d/ufs/tunefs/
H A Dtunefs.c105 if ((vfstab = fopen(VFSTAB, "r")) == NULL) { in searchvfstab()
106 fprintf(stderr, "%s: ", VFSTAB); in searchvfstab()
/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dutilities.c561 vfstab = fopen(VFSTAB, "r"); in writable()
563 (void) printf(gettext("can't open %s\n"), VFSTAB); in writable()
H A Dsetup.c156 if ((vfstab = fopen(VFSTAB, "r")) == NULL) { in setup()
158 VFSTAB); in setup()
H A Dmain.c341 if ((vfstab = fopen(VFSTAB, "r")) != 0) { in check_sanity()
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dinuse_fs.c286 fp = fopen(VFSTAB, "r"); in load_vfstab()
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dfilesys_rcm.c557 #define VFSTAB "/etc/vfstab" macro
570 vfp = fopen(VFSTAB, "r"); in disable_vfstab_entry()
631 if (rename(tmp, VFSTAB) != 0) { in disable_vfstab_entry()
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumpfstab.c190 pm = addvfstab(VFSTAB, pm); in mnttabread()
/illumos-gate/usr/src/cmd/fs.d/ufs/quotacheck/
H A Dquotacheck.c190 if ((vfstab = fopen(VFSTAB, "r")) == NULL) { in main()
192 perror(VFSTAB); in main()
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dmain.c756 if (!is_file && (vfstab = fopen(VFSTAB, "r")) != NULL) { in check_sanity()
H A Dutilities.c1101 vfstab = fopen(VFSTAB, "r"); in writable()
1103 (void) printf("can't open %s\n", VFSTAB); in writable()
1582 SEARCH_TAB_BODY(vfstab, VFSTAB, vfs_mountp, vfs_special, vfsnull, in search_vfstab()
/illumos-gate/usr/src/cmd/hal/tools/
H A Dhal-storage-shared.c150 *handle = fopen (VFSTAB, "r"); in fstab_open()
/illumos-gate/usr/src/cmd/prtvtoc/
H A Dprtvtoc.c107 static char *fstab = VFSTAB; /* Fstab pathname */
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevfsmap.c1060 (void) snprintf(buf, MAXPATHLEN, "%s%s", rootdir, VFSTAB); in is_root_controller()
1490 (void) snprintf(buf, sizeof (buf), "%s%s", rootdir, VFSTAB); in is_dev_in_vfstab()
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dmntinfo.c914 install_root, VFSTAB); in get_mntinfo()

12