Home
last modified time | relevance | path

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

/titanic_50/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
/titanic_50/usr/src/cmd/initpkg/
H A DMakefile43 DFSTAB= dfstab macro
53 ROOTDFSTAB= $(DFSTAB:%=$(ETCDFSD)/%)
/titanic_50/usr/src/lib/libfsmgt/common/
H A Dfs_dfstab.c75 if ((dfp = fopen(DFSTAB, "r")) != NULL) { in get_dfstab_ents()
104 (void) fprintf(stderr, "%s: cannot open %s\n", cmd, DFSTAB); in get_dfstab_ents()
115 if ((dfp = fopen(DFSTAB, "a")) != NULL) { in add_entry_to_dfstab()
316 if ((fp = fopen(DFSTAB, "r")) != NULL) { in change_dfstab_ent()
371 if ((fp = fopen(DFSTAB, "w")) != NULL) { in change_dfstab_ent()
H A Dlibfsmgt.h42 #define DFSTAB "/etc/dfs/dfstab" /* dfs list */ macro