/src/sbin/newfs_v7fs/ |
newfs_v7fs.c | 71 int32_t maxfile = 0; local in function:main 89 maxfile = atoi(optarg); 196 maxfile) != 0)
|
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);
|
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);
|