/illumos-gate/usr/src/cmd/initpkg/ |
H A D | swapadd.sh | 41 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 D | fs_mount_defaults.c | 104 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 D | ff.c | 52 char vfstab[] = VFSTAB; 106 if ((fp = fopen(VFSTAB, "r")) == NULL) { in main() 183 if ((fp = fopen(VFSTAB, "r")) == NULL) { in main()
|
H A D | volcopy.c | 55 char vfstab[] = VFSTAB;
|
H A D | switchout.c | 60 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 | 160 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 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/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/cmd/fs.d/ufs/repquota/ |
H A D | repquota.c | 164 if ((vfstab = fopen(VFSTAB, "r")) == NULL) { in main() 166 perror(VFSTAB); in main()
|
/illumos-gate/usr/src/cmd/fs.d/ufs/tunefs/ |
H A D | tunefs.c | 105 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 D | utilities.c | 561 vfstab = fopen(VFSTAB, "r"); in writable() 563 (void) printf(gettext("can't open %s\n"), VFSTAB); in writable()
|
H A D | setup.c | 156 if ((vfstab = fopen(VFSTAB, "r")) == NULL) { in setup() 158 VFSTAB); in setup()
|
H A D | main.c | 341 if ((vfstab = fopen(VFSTAB, "r")) != 0) { in check_sanity()
|
/illumos-gate/usr/src/lib/libdiskmgt/common/ |
H A D | inuse_fs.c | 286 fp = fopen(VFSTAB, "r"); in load_vfstab()
|
/illumos-gate/usr/src/cmd/rcm_daemon/common/ |
H A D | filesys_rcm.c | 557 #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 D | dumpfstab.c | 190 pm = addvfstab(VFSTAB, pm); in mnttabread()
|
/illumos-gate/usr/src/cmd/fs.d/ufs/quotacheck/ |
H A D | quotacheck.c | 190 if ((vfstab = fopen(VFSTAB, "r")) == NULL) { in main() 192 perror(VFSTAB); in main()
|
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/ |
H A D | main.c | 756 if (!is_file && (vfstab = fopen(VFSTAB, "r")) != NULL) { in check_sanity()
|
H A D | utilities.c | 1101 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 D | hal-storage-shared.c | 150 *handle = fopen (VFSTAB, "r"); in fstab_open()
|
/illumos-gate/usr/src/cmd/prtvtoc/ |
H A D | prtvtoc.c | 107 static char *fstab = VFSTAB; /* Fstab pathname */
|
/illumos-gate/usr/src/lib/libdevinfo/ |
H A D | devfsmap.c | 1060 (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 D | mntinfo.c | 914 install_root, VFSTAB); in get_mntinfo()
|