Home
last modified time | relevance | path

Searched refs:MNTTAB (Results 1 – 25 of 77) sorted by relevance

1234

/titanic_44/usr/src/cmd/fs.d/
H A DMakefile36 MNTTAB= mnttab macro
74 ROOTETCMNTTAB= $(MNTTAB:%=$(ROOTETC)/%)
116 all_local: $(PROG) $(ROOTFS_PROG) $(SPPROG) $(MNTTAB) \
179 $(MNTTAB):
180 touch $(MNTTAB)
195 $(RM) $(PROG) $(ROOTFS_PROG) $(SPPROG) $(MNTTAB) $(DEFAULTFILES) \
H A Dfslib.c68 if ((mfp = fopen(MNTTAB, "r")) == NULL) { in fsgetmntlist()
69 (void) snprintf(buf, BUFLEN, "fsgetmntlist: fopen %s", MNTTAB); in fsgetmntlist()
/titanic_44/usr/src/test/zfs-tests/tests/functional/cli_root/zfs/
H A Dzfs_003_neg.ksh47 MNTTAB=/etc/mnttab
49 for file in $ZFS_DEV $MNTTAB; do
/titanic_44/usr/src/cmd/initpkg/
H A Dumountall.sh39 MNTTAB=/etc/mnttab
386 exec < $MNTTAB
398 error=`tail -r $MNTTAB | doumounts`
/titanic_44/usr/src/cmd/fs.d/ufs/quot/
H A Dquot.c198 fstab = fopen(MNTTAB, "r"); in quotall()
200 (void) fprintf(stderr, "quot: no %s file\n", MNTTAB); in quotall()
250 fstab = fopen(MNTTAB, "r"); in check()
252 (void) fprintf(stderr, "quot: no %s file\n", MNTTAB); in check()
487 fstab = fopen(MNTTAB, "r"); in getdev()
489 (void) fprintf(stderr, "quot: no %s file\n", MNTTAB); in getdev()
/titanic_44/usr/src/lib/libinstzones/common/
H A Dzones_lofs.c43 #define MNTTAB "/etc/mnttab" macro
70 fp = fopen(MNTTAB, "r"); in z_createMountTable()
72 _z_program_error(ERR_OPEN_READ, MNTTAB, errno, in z_createMountTable()
/titanic_44/usr/src/cmd/fs.d/smbclnt/umount/
H A Dumount.c168 fp = fopen(MNTTAB, "r");
170 pr_err("%s: %s\n", MNTTAB, strerror(errno));
/titanic_44/usr/src/cmd/fs.d/nfs/rquotad/
H A Drpc.rquotad.c428 if ((fstab = fopen(MNTTAB, "r")) == NULL) {
429 syslog(LOG_ERR, "can not open %s: %m ", MNTTAB);
491 if (stat(MNTTAB, &sb) < 0) { in findfsq()
492 syslog(LOG_ERR, "can't stat %s: %m", MNTTAB); in findfsq()
555 mt = fopen(MNTTAB, "r"); in setupfs()
557 syslog(LOG_ERR, "can't read %s: %m", MNTTAB); in setupfs()
/titanic_44/usr/src/cmd/stat/common/
H A Dmnt.c85 if (stat(MNTTAB, &buf) == 0) { in do_mnttab()
90 if ((mpt = fopen(MNTTAB, "r"))) { in do_mnttab()
/titanic_44/usr/src/cmd/fs.d/ufs/df/
H A Ddf.c261 if ((mtabp = fopen(MNTTAB, "r")) == NULL) { in main()
263 perror(MNTTAB); in main()
692 mnttab = fopen(MNTTAB, "r"); in mpath()
728 if ((mntp = fopen(MNTTAB, "r")) == 0) { in mdev()
730 perror(MNTTAB); in mdev()
1028 if ((mounted = fopen(MNTTAB, "r")) == NULL) { in mkmntlist()
1030 perror(MNTTAB); in mkmntlist()
/titanic_44/usr/src/cmd/fs.d/ufs/repquota/
H A Drepquota.c204 if ((mtab = fopen(MNTTAB, "r")) == NULL) { in main()
206 perror(MNTTAB); in main()
449 if ((fstab = fopen(MNTTAB, "r")) == NULL) { in quotactl()
450 (void) fprintf(stderr, "%s: ", MNTTAB); in quotactl()
/titanic_44/usr/src/cmd/fs.d/ufs/lockfs/
H A Dlockfs.c430 if ((mnttab = fopen(MNTTAB, "r")) == NULL) { in getmntnames()
431 fprintf(stderr, "Can't open %s\n", MNTTAB); in getmntnames()
432 perror(MNTTAB); in getmntnames()
/titanic_44/usr/src/cmd/fs.d/ufs/quotacheck/
H A Dquotacheck.c231 if ((mtab = fopen(MNTTAB, "r")) == NULL) { in main()
233 perror(MNTTAB); in main()
281 if ((mtab = fopen(MNTTAB, "r")) == NULL) { in preen()
283 perror(MNTTAB); in preen()
718 if ((fstab = fopen(MNTTAB, "r")) == NULL) { in quotactl()
719 fprintf(stderr, "%s: ", MNTTAB); in quotactl()
/titanic_44/usr/src/lib/libbc/inc/include/
H A Dmntent.h42 #define MNTTAB "/etc/fstab" macro
/titanic_44/usr/src/uts/common/sys/
H A Dmnttab.h41 #define MNTTAB "/etc/mnttab" macro
H A Dmntent.h36 #define MNTTAB "/etc/mnttab" macro
/titanic_44/usr/src/cmd/backup/dump/
H A Ddumpusg.h59 #define MOUNTED MNTTAB
/titanic_44/usr/src/cmd/rcm_daemon/common/
H A Dfilesys_rcm.c705 if (stat(MNTTAB, &st) < 0) { in cache_create()
707 "FILESYS: failed to stat \"%s\" (%s).\n", MNTTAB, in cache_create()
743 if ((fp = fopen(MNTTAB, "r")) == NULL) { in cache_create()
745 "FILESYS: failed to open \"%s\" (%s).\n", MNTTAB, in cache_create()
881 if (stat(MNTTAB, &st) == 0) { in cache_sync()
888 "(%s).\n", MNTTAB, strerror(errno)); in cache_sync()
/titanic_44/usr/src/cmd/fs.d/nfs/umount/
H A Dumount.c216 fp = fopen(MNTTAB, "r");
218 pr_err("%s: %s\n", MNTTAB, strerror(errno));
/titanic_44/usr/src/cmd/fs.d/ufs/quotaon/
H A Dquotaon.c204 mtab = fopen(MNTTAB, "r"); in main()
206 fprintf(stderr, "Can't open %s\n", MNTTAB); in main()
/titanic_44/usr/src/cmd/fs.d/cachefs/cfsd/
H A Dcfsd_subr.c328 fin = fopen(MNTTAB, "r"); in subr_cache_setup()
330 dbug_print(("info", "%s does not exist", MNTTAB)); in subr_cache_setup()
369 MNTTAB, errno)); in subr_cache_setup()
/titanic_44/usr/src/cmd/fs.d/ufs/edquota/
H A Dedquota.c132 MNTTAB, QFNAME); in main()
666 if ((mtab = fopen(MNTTAB, "r")) == (FILE *)0) { in setupfs()
838 if ((fstab = fopen(MNTTAB, "r")) == NULL) { in quotactl()
839 (void) fprintf(stderr, "%s: ", MNTTAB); in quotactl()
/titanic_44/usr/src/lib/libtsol/common/
H A Dgetpathbylabel.c180 if ((mounted = fopen(MNTTAB, "rF")) == NULL) { in tsol_mkmntlist()
181 perror(MNTTAB); in tsol_mkmntlist()
/titanic_44/usr/src/lib/libfsmgt/common/
H A Dfs_mounts.c171 if ((fp = fopen(MNTTAB, "r")) != NULL) { in fs_get_filtered_mount_list()
285 if ((fp = fopen(MNTTAB, "r")) != NULL) { in fs_get_mounts_by_mntopt()
338 if ((fp = fopen(MNTTAB, "r")) != NULL) { in fs_get_mount_list()
/titanic_44/usr/src/lib/libvolmgt/common/
H A Dvolmgt_on_private.c89 if ((fp = fopen(MNTTAB, "rF")) == NULL) { in _dev_mounted()
420 if ((fp = fopen(MNTTAB, "rF")) == NULL) { in get_media_info()

1234