Searched refs:DFSTAB (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/nfs/exportfs/
H A Dexportfs.sh34 DFSTAB=/etc/dfs/dfstab
117 CMD=`grep $DIR'[ ]*$' $DFSTAB`
119 echo "exportfs: no entry for $DIR in $DFSTAB" >&2
/illumos-gate/usr/src/cmd/initpkg/
H A DMakefile43 DFSTAB= dfstab macro
53 ROOTDFSTAB= $(DFSTAB:%=$(ETCDFSD)/%)
/illumos-gate/usr/src/lib/libfsmgt/common/
H A Dfs_dfstab.c75 if ((dfp = fopen(DFSTAB, "r")) != NULL) {
104 (void) fprintf(stderr, "%s: cannot open %s\n", cmd, DFSTAB);
115 if ((dfp = fopen(DFSTAB, "a")) != NULL) {
316 if ((fp = fopen(DFSTAB, "r")) != NULL) {
371 if ((fp = fopen(DFSTAB, "w")) != NULL) {
H A Dlibfsmgt.h42 #define DFSTAB "/etc/dfs/dfstab" /* dfs list */ macro

Completed in 77 milliseconds