Searched refs:fstypes (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/nfs/share/
H A DMakefile27 OTHERINSTALL= $(ROOTETC)/dfs/fstypes $(ROOTETC)/dfs/sharetab
32 $(ROOTETC)/dfs/fstypes := FILEMODE= 644
/illumos-gate/usr/src/cmd/dfs.cmds/shareall/
H A Dshareall.sh74 fsys_file=/etc/dfs/fstypes
/illumos-gate/usr/src/cmd/stat/fsstat/
H A Dfsstat.c512 * Plain and simple, build an array of names for fstypes
528 perror("calloc() fstypes");
767 set_ksnames(entity_t *entities, int nentities, char **fstypes, int nfstypes) argument
775 /* Check the name against the list of fstypes */
777 if (fstypes[j] && ep->e_name &&
778 strcmp(ep->e_name, fstypes[j]) == 0) {
796 * If the entity in the exception list of fstypes, then
858 int nfstypes; /* Number of fstypes */
863 boolean_t fstypes_only = B_FALSE; /* Display fstypes only */
864 char **fstypes; /* Arra local
[all...]
/illumos-gate/usr/src/cmd/initpkg/
H A Dumountall.sh89 # Essentially: /usr/bin/grep "^$1" /etc/dfs/fstypes
99 RemoteFSTypes=`while read t junk; do echo $t; done < /etc/dfs/fstypes`
H A Dmountall.sh140 # Essentially: /usr/bin/grep "^$1" /etc/dfs/fstypes
150 RemoteFSTypes=`while read t junk; do echo $t; done < /etc/dfs/fstypes`
264 # ignore different fstypes
325 # add fstype to the list of fstypes for which
414 # with mountall, so the list here is explicit (not from /etc/dfs/fstypes)
/illumos-gate/usr/src/man/man4/
H A DMakefile70 fstypes.4 \

Completed in 62 milliseconds