HomeSort by relevance Sort by last modified time
    Searched refs:fstype (Results 1 - 25 of 212) sorted by null

1 2 3 4 5 6 7 8 9

  /onnv/onnv-gate/usr/src/cmd/wbem/provider/c/filesystems/common/cmdgeneration/mount/
cmdgen_mount.c 42 * - int fstype - The file system type being mounted.
52 cmdgen_mount(int fstype, CCIMInstance *inst, CCIMObjectPath *objPath,
58 switch (fstype) {
  /onnv/onnv-gate/usr/src/cmd/wbem/provider/c/filesystems/common/cmdgeneration/share/
cmdgen_share.c 39 cmdgen_share(int fstype, CCIMInstance *inst, CCIMObjectPath *objPath,
43 switch (fstype) {
cmdgen_shareall.c 42 CCIMProperty *fstype; local
49 * 1. String fstype,
63 fstype = tmpParamList->mDataObject;
66 if (fstype != NULL && fstype->mValue != NULL &&
67 strlen(fstype->mValue) != 0) {
69 strlen(fstype->mValue) + 5;
82 fstype->mValue);
  /onnv/onnv-gate/usr/src/cmd/wbem/provider/c/filesystems/common/cmdgeneration/unshare/
cmdgen_unshare.c 39 cmdgen_unshare(int fstype, CCIMInstance *inst, CCIMObjectPath *objPath,
43 switch (fstype) {
cmdgen_unshareall.c 41 CCIMProperty *fstype; local
52 * 1. String fstype
59 fstype = currentParam->mDataObject;
60 if (fstype != NULL && fstype->mValue != NULL &&
61 strlen(fstype->mValue) != 0) {
68 strlen(fstype->mValue) + 5;
74 FSTYPE_FLAG, fstype->mValue);
  /onnv/onnv-gate/usr/src/cmd/fs.d/nfs/nfsfind/
Makefile 26 FSTYPE= nfs
30 include ../../Makefile.fstype
  /onnv/onnv-gate/usr/src/cmd/fs.d/ctfs/
Makefile 29 FSTYPE= ctfs
32 include ../Makefile.fstype
  /onnv/onnv-gate/usr/src/cmd/fs.d/fd/
Makefile 29 FSTYPE= fd
32 include ../Makefile.fstype
  /onnv/onnv-gate/usr/src/cmd/fs.d/hsfs/labelit/
Makefile 28 FSTYPE= hsfs
32 include ../../Makefile.fstype
  /onnv/onnv-gate/usr/src/cmd/fs.d/lofs/mount/
Makefile 29 FSTYPE= lofs
32 include ../../Makefile.fstype
  /onnv/onnv-gate/usr/src/cmd/fs.d/mntfs/
Makefile 29 FSTYPE= mntfs
32 include ../Makefile.fstype
  /onnv/onnv-gate/usr/src/cmd/fs.d/objfs/
Makefile 28 FSTYPE= objfs
31 include ../Makefile.fstype
  /onnv/onnv-gate/usr/src/cmd/fs.d/pcfs/mount/
Makefile 29 FSTYPE= pcfs
32 include ../../Makefile.fstype
  /onnv/onnv-gate/usr/src/cmd/fs.d/proc/
Makefile 29 FSTYPE= proc
32 include ../Makefile.fstype
  /onnv/onnv-gate/usr/src/cmd/fs.d/sharefs/
Makefile 27 FSTYPE= sharefs
30 include ../Makefile.fstype
  /onnv/onnv-gate/usr/src/cmd/fs.d/tmpfs/
Makefile 29 FSTYPE= tmpfs
32 include ../Makefile.fstype
  /onnv/onnv-gate/usr/src/cmd/fs.d/ufs/fsdb/
Makefile 28 FSTYPE= ufs
31 include ../../Makefile.fstype
  /onnv/onnv-gate/usr/src/cmd/fs.d/
req.flg 25 echo_file usr/src/cmd/fs.d/Makefile.fstype
volcopy.c 60 static void doexec(char *fstype, char *nargv[]);
67 char *fstype = NULL; local
128 "FSType specified.\n"
129 "Usage:\nvolcopy [-F FSType] [-V]"
137 perr("Usage:\nvolcopy [-F FSType] [-V]"
140 fstype = &argv[1][0];
142 fstype = &argv[1][2];
143 if (strlen(fstype) > FSTYPE_MAX)
144 perr("volcopy: FSType %s exceeds %d"
145 " characters\n", fstype, FSTYPE_MAX)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/initpkg/
mountall.sh 53 # checkfs raw_device fstype mountpoint
98 # saveentry fstype options special mountp
110 USAGE="Usage:\nmountall [-F FSType] [-l|-r|-g] [file_system_table]"
125 F) FSType="$OPTARG";
128 echo "mountall: more than one FSType specified"
133 case $FSType in
135 echo "mountall: FSType $FSType exceeds 8 characters"
187 if [ \( "$FSType" = "cachefs" -o "$FSType" = "nfs" \) -a "$LFLAG" = "l"
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fs.d/cachefs/cfsfstype/
Makefile 29 FSTYPE= cachefs
33 include ../../Makefile.fstype
  /onnv/onnv-gate/usr/src/cmd/fs.d/cachefs/cfstagchk/
Makefile 28 FSTYPE= cachefs
32 include ../../Makefile.fstype
  /onnv/onnv-gate/usr/src/cmd/fs.d/cachefs/dfshares/
Makefile 28 FSTYPE= cachefs
32 include ../../Makefile.fstype
  /onnv/onnv-gate/usr/src/cmd/fs.d/udfs/mount/
Makefile 29 FSTYPE= udfs
32 include ../../Makefile.fstype
  /onnv/onnv-gate/usr/src/cmd/fs.d/ufs/fsckall/
Makefile 28 FSTYPE= ufs
32 include ../../Makefile.fstype

Completed in 660 milliseconds

1 2 3 4 5 6 7 8 9