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

  /src/sbin/newfs_v7fs/
newfs_v7fs.c 72 int32_t maxfile = 0; local
90 maxfile = atoi(optarg);
197 maxfile) != 0)
main.c 271 v7fs_newfs(const struct v7fs_mount_device *mount, int32_t maxfile)
285 ilist_size = determine_ilist_size(volume_size, maxfile);
  /src/usr.sbin/pstat/
pstat.c 900 int len, maxfile, nfile, ovflw; local
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 54 milliseconds