Searched refs:maxfile (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/usr.sbin/pstat/ |
| H A D | pstat.c | 100 int maxfile; variable 1036 KGET(FNL_MAXFILE, maxfile); in filemode() 1039 (void)printf("%3d/%3d files\n", nfile, maxfile); in filemode() 1044 (void)printf("%d/%d open files\n", nfile, maxfile); in filemode() 1096 len = sizeof(maxfile); in filemodeprep() 1097 if (sysctl(mib, 2, &maxfile, &len, NULL, 0) < 0) in filemodeprep()
|