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

/freebsd-current/usr.sbin/pstat/
H A Dpstat.c359 int maxf, openf; local
368 &maxf, sizeof maxf) != sizeof maxf ||
374 if (sysctlbyname("kern.maxfiles", &maxf, &len, 0, 0) == -1 ||
380 (void)printf("%3d/%3d files\n", openf, maxf);
387 (void)printf("%d/%d open files\n", openf, maxf);

Completed in 61 milliseconds