/illumos-gate/usr/src/cmd/fs.d/nfs/nfsfind/ |
H A D | Makefile | 30 include ../../Makefile.fstype
|
/illumos-gate/usr/src/cmd/fs.d/ctfs/ |
H A D | Makefile | 32 include ../Makefile.fstype
|
/illumos-gate/usr/src/cmd/fs.d/fd/ |
H A D | Makefile | 32 include ../Makefile.fstype
|
/illumos-gate/usr/src/cmd/fs.d/lofs/mount/ |
H A D | Makefile | 32 include ../../Makefile.fstype
|
/illumos-gate/usr/src/cmd/fs.d/mntfs/ |
H A D | Makefile | 32 include ../Makefile.fstype
|
/illumos-gate/usr/src/cmd/fs.d/objfs/ |
H A D | Makefile | 31 include ../Makefile.fstype
|
/illumos-gate/usr/src/cmd/fs.d/proc/ |
H A D | Makefile | 32 include ../Makefile.fstype
|
/illumos-gate/usr/src/cmd/fs.d/sharefs/ |
H A D | Makefile | 30 include ../Makefile.fstype
|
/illumos-gate/usr/src/cmd/fs.d/bootfs/ |
H A D | Makefile | 19 include ../Makefile.fstype
|
/illumos-gate/usr/src/cmd/fs.d/ |
H A D | req.flg | 25 echo_file usr/src/cmd/fs.d/Makefile.fstype
|
H A D | volcopy.c | 60 static void doexec(char *fstype, char *nargv[]); 67 char *fstype = NULL; local 140 fstype = &argv[1][0]; 142 fstype = &argv[1][2]; 143 if (strlen(fstype) > FSTYPE_MAX) 145 " characters\n", fstype, FSTYPE_MAX); 153 if (Fflg && strlen(fstype) > FSTYPE_MAX) 158 "operands\n", fstype, FSTYPE_MAX); 164 doexec(fstype, nargv); 190 if (fstype 241 doexec(char *fstype, char *nargv[]) argument [all...] |
H A D | ff.c | 50 char *fstype = NULL; /* fstype name is filled in here */ variable 52 char *newargv[ARGV_MAX]; /* args for the fstype specific command */ 114 fstype = vfsbuf.vfs_fstype; 138 fstype = optarg; 162 if (F_flg && (strlen(fstype) > (size_t)FSTYPE_MAX)) { 164 cbasename, fstype, FSTYPE_MAX); 191 if ((F_flg) && (strcmp(fstype, vfsbuf.vfs_fstype) != 0)) 194 fstype = vfsbuf.vfs_fstype; 207 * if (sysfs(GETFSIND, fstype) [all...] |
/illumos-gate/usr/src/cmd/initpkg/ |
H A D | mountall.sh | 74 # checkfs raw_device fstype mountpoint 119 # saveentry fstype options special mountp 139 # Is the passed fstype a "remote" one? 238 # column 4: fstype- File system type 251 while read special fsckdev mountp fstype fsckpass automnt mntopts 263 if [ "$FSType" -a "$FSType" != "$fstype" ]; then 278 isremote "$fstype" && continue 284 isremote "$fstype" && continue 289 isremote "$fstype" || continue 292 if [ "$fstype" [all...] |
/illumos-gate/usr/src/cmd/fs.d/pcfs/mount/ |
H A D | Makefile | 30 include ../../Makefile.fstype
|
/illumos-gate/usr/src/cmd/fs.d/tmpfs/ |
H A D | Makefile | 30 include ../Makefile.fstype
|
/illumos-gate/usr/src/cmd/fs.d/udfs/mount/ |
H A D | Makefile | 32 include ../../Makefile.fstype
|
/illumos-gate/usr/src/cmd/fs.d/ufs/fsckall/ |
H A D | Makefile | 32 include ../../Makefile.fstype
|
/illumos-gate/usr/src/cmd/fs.d/ufs/labelit/ |
H A D | Makefile | 34 include ../../Makefile.fstype
|
/illumos-gate/usr/src/cmd/svc/shell/ |
H A D | fs_include.sh | 36 # -> (special, fsckdev, mountp, fstype, fsckpass, automnt, mntopts) 45 # fstype file system type 56 while read special fsckdev mountp fstype fsckpass automnt mntopts; do 76 while read special fsckdev mountp fstype fsckpass automnt mntopts; do 82 [ "$fstype" != swap ] && continue 90 # -> (special, mountp, fstype, mntopts, mnttime) 98 # fstype file system type 108 while read special mountp fstype mntopts mnttime; do 119 # checkmessage raw_device fstype mountpoint 120 # checkmessage2 raw_device fstype mountpoin [all...] |
/illumos-gate/usr/src/cmd/fs.d/hsfs/labelit/ |
H A D | Makefile | 30 include ../../Makefile.fstype
|
/illumos-gate/usr/src/cmd/fs.d/nfs/share/ |
H A D | Makefile | 30 include ../../Makefile.fstype
|
/illumos-gate/usr/src/cmd/fs.d/smbclnt/share/ |
H A D | Makefile | 32 include ../../Makefile.fstype
|
/illumos-gate/usr/src/cmd/fs.d/ufs/edquota/ |
H A D | Makefile | 34 include ../../Makefile.fstype
|
/illumos-gate/usr/src/cmd/fs.d/ufs/fsirand/ |
H A D | Makefile | 36 include ../../Makefile.fstype
|
/illumos-gate/usr/src/cmd/fs.d/ufs/lockfs/ |
H A D | Makefile | 37 include ../../Makefile.fstype
|