Searched refs:maxfile (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/newfs_v7fs/
H A Dnewfs_v7fs.c69 int32_t maxfile = 0; local
87 maxfile = atoi(optarg);
194 maxfile) != 0)
H A Dmain.c271 v7fs_newfs(const struct v7fs_mount_device *mount, int32_t maxfile) argument
285 ilist_size = determine_ilist_size(volume_size, maxfile);
/netbsd-6-1-5-RELEASE/usr.sbin/pstat/
H A Dpstat.c855 int len, maxfile, nfile, ovflw; local
857 KGET(FNL_MAXFILE, maxfile);
860 (void)printf("%3d/%3d files\n", nfile, maxfile);
871 (void)printf("%d/%d open files\n", nfile, maxfile);

Completed in 119 milliseconds