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

/freebsd-12-stable/tests/sys/kern/
H A Dkern_descrip_test.c139 int maxfiles, oldmaxfiles, current; local
150 oldmaxfiles = maxfiles;
153 snprintf(buf, sizeof(buf), "%d", oldmaxfiles);
163 openfiles(oldmaxfiles - current + 1);
170 int n, oldmaxfiles; local
175 if (sscanf(buf, "%d", &oldmaxfiles) == 1) {
176 oldlen = sizeof(oldmaxfiles);
178 &oldmaxfiles, oldlen);

Completed in 107 milliseconds