/illumos-gate/usr/src/cmd/initpkg/ |
H A D | swapadd.sh | 41 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 D | vfstab.h | 36 #define VFSTAB "/etc/vfstab" macro
|
H A D | mntent.h | 38 #define VFSTAB "/etc/vfstab" macro
|
/illumos-gate/usr/src/lib/lvm/libsvm/common/hdrs/ |
H A D | svm.h | 50 #define VFSTAB "/etc/vfstab" macro
|
/illumos-gate/usr/src/cmd/fs.d/ |
H A D | ff.c | 53 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 D | volcopy.c | 58 char vfstab[] = VFSTAB;
|
H A D | switchout.c | 62 char vfstab[] = VFSTAB;
|
H A D | fsck.c | 83 char vfstab[] = VFSTAB;
|
/illumos-gate/usr/src/cmd/fs.d/ufs/quotaon/ |
H A D | quotaon.c | 162 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 D | fs_mount_defaults.c | 106 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 D | stmsboot.sh | 37 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 D | tunefs.c | 107 if ((vfstab = fopen(VFSTAB, "r")) == NULL) { 108 fprintf(stderr, "%s: ", VFSTAB);
|
/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/ |
H A D | setup.c | 133 if ((vfstab = fopen(VFSTAB, "r")) == NULL) { 135 VFSTAB);
|
H A D | utilities.c | 560 vfstab = fopen(VFSTAB, "r"); 562 (void) printf(gettext("can't open %s\n"), VFSTAB);
|
H A D | main.c | 323 if ((vfstab = fopen(VFSTAB, "r")) != 0) {
|
/illumos-gate/usr/src/cmd/fs.d/ufs/repquota/ |
H A D | repquota.c | 166 if ((vfstab = fopen(VFSTAB, "r")) == NULL) { 168 perror(VFSTAB);
|
/illumos-gate/usr/src/lib/lvm/libsvm/common/ |
H A D | metainterfaces.c | 183 if (snprintf(vfstab_name, PATH_MAX + 1, "%s%s", mntpath, VFSTAB) < 0)
|
/illumos-gate/usr/src/lib/libdiskmgt/common/ |
H A D | inuse_fs.c | 288 fp = fopen(VFSTAB, "r");
|
/illumos-gate/usr/src/cmd/backup/dump/ |
H A D | dumpfstab.c | 106 * 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 D | quotacheck.c | 192 if ((vfstab = fopen(VFSTAB, "r")) == NULL) { 194 perror(VFSTAB);
|
/illumos-gate/usr/src/cmd/rcm_daemon/common/ |
H A D | filesys_rcm.c | 559 #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 D | main.c | 721 if (!is_file && (vfstab = fopen(VFSTAB, "r")) != NULL) {
|
H A D | utilities.c | 1094 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 D | hal-storage-shared.c | 150 *handle = fopen (VFSTAB, "r");
|
/illumos-gate/usr/src/cmd/prtvtoc/ |
H A D | prtvtoc.c | 102 static char *fstab = VFSTAB; /* Fstab pathname */
|