HomeSort by relevance Sort by last modified time
    Searched refs:ndirs (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/cmd/filebench/workloads/
makedirs.f 25 # Creates a directory with $ndirs potential leaf directories, than mkdir's them
28 set $ndirs=10000
34 define fileset name=bigfileset,path=$dir,size=0,leafdirs=$ndirs,dirwidth=$meandirwidth
47 usage " set \$ndirs=<value> defaults to $ndirs"
49 usage "(sets mean dir width and dir depth is calculated as log (width, ndirs)"
removedirs.f 25 # Creates a fileset with $ndirs empty leaf directories then rmdir's all of them
28 set $ndirs=10000
34 define fileset name=bigfileset,path=$dir,size=0,leafdirs=$ndirs,dirwidth=$meandirwidth,prealloc
47 usage " set \$ndirs=<value> defaults to $ndirs"
49 usage "(sets mean dir width and dir depth is calculated as log (width, ndirs)"
  /onnv/onnv-gate/usr/src/cmd/man/src/
man.c 904 int ndirs = 0; local
930 ndirs = 0;
942 ndirs = getdirs(ldir, &dv, 1);
943 if (ndirs != 0) {
946 makecat(ldir, dv, ndirs);
948 for (i = 0; i < ndirs; i++) {
957 ndirs = getdirs(p->path, &dv, 1);
960 makecat(p->path, dv, ndirs);
962 for (i = 0; i < ndirs; i++) {
974 /* just count the number of ndirs */
1203 int ndirs = 0; local
1599 int ndirs = 0; local
    [all...]

Completed in 2880 milliseconds