Searched refs:VFSTAB (Results 1 - 25 of 28) sorted by relevance

12

/illumos-gate/usr/src/cmd/initpkg/
H A Dswapadd.sh41 VFSTAB=/etc/vfstab # Default file system table
74 done <$VFSTAB
92 [ $# -gt 0 ] && VFSTAB="$1"
95 # If $VFSTAB is not "-" (stdin), re-open stdin as the specified file
97 if [ "x$VFSTAB" != x- ]; then
98 [ -s "$VFSTAB" ] || die "swapadd: file system table ($VFSTAB) not found"
99 exec <$VFSTAB
/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/lib/lvm/libsvm/common/hdrs/
H A Dsvm.h50 #define VFSTAB "/etc/vfstab" macro
/illumos-gate/usr/src/cmd/fs.d/
H A Dff.c53 char vfstab[] = VFSTAB;
100 * reads the VFSTAB and executes the specific module of
106 /* open VFSTAB */
107 if ((fp = fopen(VFSTAB, "r")) == NULL) {
183 /* open VFSTAB */
184 if ((fp = fopen(VFSTAB, "r")) == NULL) {
H A Dvolcopy.c58 char vfstab[] = VFSTAB;
H A Dswitchout.c62 char vfstab[] = VFSTAB;
H A Dfsck.c83 char vfstab[] = VFSTAB;
/illumos-gate/usr/src/cmd/fs.d/ufs/quotaon/
H A Dquotaon.c162 vfstab = fopen(VFSTAB, "r");
164 fprintf(stderr, "Can't open %s\n", VFSTAB);
165 perror(VFSTAB);
/illumos-gate/usr/src/lib/libfsmgt/common/
H A Dfs_mount_defaults.c106 if ((fp = fopen(VFSTAB, "r")) != NULL) {
152 } /* if ((fp = fopen(VFSTAB, "r")) != NULL) */
169 if ((fp = fopen(VFSTAB, "r")) != NULL) {
201 } /* if ((fp = fopen(VFSTAB, "r")) != NULL) */
219 if ((fp = fopen(VFSTAB, "a")) != NULL) {
252 if ((fp = fopen(VFSTAB, "r")) != NULL) {
334 if ((fp = fopen(VFSTAB, "w")) != NULL) {
369 if ((fp = fopen(VFSTAB, "r")) != NULL) {
449 if ((fp = fopen(VFSTAB, "w")) != NULL) {
/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/cmd/fs.d/ufs/tunefs/
H A Dtunefs.c107 if ((vfstab = fopen(VFSTAB, "r")) == NULL) {
108 fprintf(stderr, "%s: ", VFSTAB);
/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dsetup.c133 if ((vfstab = fopen(VFSTAB, "r")) == NULL) {
135 VFSTAB);
H A Dutilities.c560 vfstab = fopen(VFSTAB, "r");
562 (void) printf(gettext("can't open %s\n"), VFSTAB);
H A Dmain.c323 if ((vfstab = fopen(VFSTAB, "r")) != 0) {
/illumos-gate/usr/src/cmd/fs.d/ufs/repquota/
H A Drepquota.c166 if ((vfstab = fopen(VFSTAB, "r")) == NULL) {
168 perror(VFSTAB);
/illumos-gate/usr/src/lib/lvm/libsvm/common/
H A Dmetainterfaces.c183 if (snprintf(vfstab_name, PATH_MAX + 1, "%s%s", mntpath, VFSTAB) < 0)
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dinuse_fs.c288 fp = fopen(VFSTAB, "r");
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumpfstab.c106 * No need to secure this, as tablename is hard-coded to VFSTAB,
192 pm = addvfstab(VFSTAB, pm);
/illumos-gate/usr/src/cmd/fs.d/ufs/quotacheck/
H A Dquotacheck.c192 if ((vfstab = fopen(VFSTAB, "r")) == NULL) {
194 perror(VFSTAB);
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dfilesys_rcm.c559 #define VFSTAB "/etc/vfstab" macro
572 vfp = fopen(VFSTAB, "r");
633 if (rename(tmp, VFSTAB) != 0) {
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dmain.c721 if (!is_file && (vfstab = fopen(VFSTAB, "r")) != NULL) {
H A Dutilities.c1094 vfstab = fopen(VFSTAB, "r");
1096 (void) printf("can't open %s\n", VFSTAB);
1575 SEARCH_TAB_BODY(vfstab, VFSTAB, vfs_mountp, vfs_special, vfsnull,
/illumos-gate/usr/src/cmd/hal/tools/
H A Dhal-storage-shared.c150 *handle = fopen (VFSTAB, "r");
/illumos-gate/usr/src/cmd/prtvtoc/
H A Dprtvtoc.c102 static char *fstab = VFSTAB; /* Fstab pathname */

Completed in 127 milliseconds

12