Home
last modified time | relevance | path

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

12

/titanic_50/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
/titanic_50/usr/src/lib/libfsmgt/common/
H A Dfs_mount_defaults.c106 if ((fp = fopen(VFSTAB, "r")) != NULL) { in fs_get_filtered_mount_defaults()
169 if ((fp = fopen(VFSTAB, "r")) != NULL) { in fs_get_mount_defaults()
219 if ((fp = fopen(VFSTAB, "a")) != NULL) { in fs_add_mount_default()
252 if ((fp = fopen(VFSTAB, "r")) != NULL) { in fs_edit_mount_defaults()
334 if ((fp = fopen(VFSTAB, "w")) != NULL) { in fs_edit_mount_defaults()
369 if ((fp = fopen(VFSTAB, "r")) != NULL) { in fs_del_mount_default_ent()
449 if ((fp = fopen(VFSTAB, "w")) != NULL) { in fs_del_mount_default_ent()
/titanic_50/usr/src/cmd/fs.d/
H A Dff.c53 char vfstab[] = VFSTAB;
107 if ((fp = fopen(VFSTAB, "r")) == NULL) { in main()
184 if ((fp = fopen(VFSTAB, "r")) == NULL) { in main()
H A Dvolcopy.c58 char vfstab[] = VFSTAB;
H A Dswitchout.c62 char vfstab[] = VFSTAB;
H A Dfsck.c83 char vfstab[] = VFSTAB;
/titanic_50/usr/src/cmd/fs.d/ufs/quotaon/
H A Dquotaon.c162 vfstab = fopen(VFSTAB, "r"); in main()
164 fprintf(stderr, "Can't open %s\n", VFSTAB); in main()
165 perror(VFSTAB); in main()
/titanic_50/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
/titanic_50/usr/src/uts/common/sys/
H A Dvfstab.h36 #define VFSTAB "/etc/vfstab" macro
H A Dmntent.h38 #define VFSTAB "/etc/vfstab" macro
/titanic_50/usr/src/cmd/fs.d/ufs/repquota/
H A Drepquota.c166 if ((vfstab = fopen(VFSTAB, "r")) == NULL) { in main()
168 perror(VFSTAB); in main()
/titanic_50/usr/src/cmd/fs.d/ufs/tunefs/
H A Dtunefs.c107 if ((vfstab = fopen(VFSTAB, "r")) == NULL) { in searchvfstab()
108 fprintf(stderr, "%s: ", VFSTAB); in searchvfstab()
/titanic_50/usr/src/cmd/fs.d/udfs/fsck/
H A Dutilities.c560 vfstab = fopen(VFSTAB, "r"); in writable()
562 (void) printf(gettext("can't open %s\n"), VFSTAB); in writable()
H A Dsetup.c133 if ((vfstab = fopen(VFSTAB, "r")) == NULL) { in setup()
135 VFSTAB); in setup()
H A Dmain.c323 if ((vfstab = fopen(VFSTAB, "r")) != 0) { in check_sanity()
/titanic_50/usr/src/lib/libdiskmgt/common/
H A Dinuse_fs.c288 fp = fopen(VFSTAB, "r"); in load_vfstab()
/titanic_50/usr/src/cmd/rcm_daemon/common/
H A Dfilesys_rcm.c559 #define VFSTAB "/etc/vfstab" macro
572 vfp = fopen(VFSTAB, "r"); in disable_vfstab_entry()
633 if (rename(tmp, VFSTAB) != 0) { in disable_vfstab_entry()
/titanic_50/usr/src/cmd/backup/dump/
H A Ddumpfstab.c192 pm = addvfstab(VFSTAB, pm); in mnttabread()
/titanic_50/usr/src/cmd/fs.d/ufs/quotacheck/
H A Dquotacheck.c192 if ((vfstab = fopen(VFSTAB, "r")) == NULL) { in main()
194 perror(VFSTAB); in main()
/titanic_50/usr/src/cmd/fs.d/ufs/fsck/
H A Dmain.c721 if (!is_file && (vfstab = fopen(VFSTAB, "r")) != NULL) { in check_sanity()
H A Dutilities.c1094 vfstab = fopen(VFSTAB, "r"); in writable()
1096 (void) printf("can't open %s\n", VFSTAB); in writable()
1575 SEARCH_TAB_BODY(vfstab, VFSTAB, vfs_mountp, vfs_special, vfsnull, in search_vfstab()
/titanic_50/usr/src/cmd/hal/tools/
H A Dhal-storage-shared.c150 *handle = fopen (VFSTAB, "r"); in fstab_open()
/titanic_50/usr/src/cmd/prtvtoc/
H A Dprtvtoc.c102 static char *fstab = VFSTAB; /* Fstab pathname */
/titanic_50/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()
/titanic_50/usr/src/cmd/svr4pkg/libinst/
H A Dmntinfo.c914 install_root, VFSTAB); in get_mntinfo()

12