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

/netbsd-current/sbin/newfs_v7fs/
H A Dnewfs_v7fs.c71 int32_t maxfile = 0; local
89 maxfile = atoi(optarg);
196 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-current/usr.sbin/pstat/
H A Dpstat.c900 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 202 milliseconds