Searched refs:maxf (Results 1 – 1 of 1) sorted by relevance
| /src/usr.sbin/pstat/ |
| H A D | pstat.c | 359 int maxf, openf; in filemode() local 368 &maxf, sizeof maxf) != sizeof maxf || in filemode() 374 if (sysctlbyname("kern.maxfiles", &maxf, &len, 0, 0) == -1 || in filemode() 380 (void)printf("%3d/%3d files\n", openf, maxf); in filemode() 387 (void)printf("%d/%d open files\n", openf, maxf); in filemode()
|