/titanic_44/usr/src/cmd/fs.d/ |
H A D | Makefile | 36 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 D | fslib.c | 68 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 D | zfs_003_neg.ksh | 47 MNTTAB=/etc/mnttab 49 for file in $ZFS_DEV $MNTTAB; do
|
/titanic_44/usr/src/cmd/initpkg/ |
H A D | umountall.sh | 39 MNTTAB=/etc/mnttab 386 exec < $MNTTAB 398 error=`tail -r $MNTTAB | doumounts`
|
/titanic_44/usr/src/cmd/fs.d/ufs/quot/ |
H A D | quot.c | 198 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 D | zones_lofs.c | 43 #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 D | umount.c | 168 fp = fopen(MNTTAB, "r"); 170 pr_err("%s: %s\n", MNTTAB, strerror(errno));
|
/titanic_44/usr/src/cmd/fs.d/nfs/rquotad/ |
H A D | rpc.rquotad.c | 428 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 D | mnt.c | 85 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 D | df.c | 261 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 D | repquota.c | 204 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 D | lockfs.c | 430 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 D | quotacheck.c | 231 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 D | mntent.h | 42 #define MNTTAB "/etc/fstab" macro
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | mnttab.h | 41 #define MNTTAB "/etc/mnttab" macro
|
H A D | mntent.h | 36 #define MNTTAB "/etc/mnttab" macro
|
/titanic_44/usr/src/cmd/backup/dump/ |
H A D | dumpusg.h | 59 #define MOUNTED MNTTAB
|
/titanic_44/usr/src/cmd/rcm_daemon/common/ |
H A D | filesys_rcm.c | 705 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 D | umount.c | 216 fp = fopen(MNTTAB, "r"); 218 pr_err("%s: %s\n", MNTTAB, strerror(errno));
|
/titanic_44/usr/src/cmd/fs.d/ufs/quotaon/ |
H A D | quotaon.c | 204 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 D | cfsd_subr.c | 328 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 D | edquota.c | 132 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 D | getpathbylabel.c | 180 if ((mounted = fopen(MNTTAB, "rF")) == NULL) { in tsol_mkmntlist() 181 perror(MNTTAB); in tsol_mkmntlist()
|
/titanic_44/usr/src/lib/libfsmgt/common/ |
H A D | fs_mounts.c | 171 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 D | volmgt_on_private.c | 89 if ((fp = fopen(MNTTAB, "rF")) == NULL) { in _dev_mounted() 420 if ((fp = fopen(MNTTAB, "rF")) == NULL) { in get_media_info()
|