HomeSort by: relevance | last modified time | path
    Searched defs:maxfile (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/newfs_v7fs/
newfs_v7fs.c 71 int32_t maxfile = 0; local in function:main
89 maxfile = atoi(optarg);
196 maxfile) != 0)
  /src/usr.sbin/pstat/
pstat.c 900 int len, maxfile, nfile, ovflw; local in function:filemode
902 KGET(FNL_MAXFILE, maxfile);
905 (void)printf("%3d/%3d files\n", nfile, maxfile);
916 (void)printf("%d/%d open files\n", nfile, maxfile);

Completed in 13 milliseconds