Searched defs:filelimit (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dfio.c991 int filelimit; local
998 * assignment for filelimit after casting to int.
1001 filelimit = (int)p->p_fno_ctl;
1011 if ((uint_t)fd < filelimit)
1013 if (fd >= filelimit) {
1056 int filelimit; local
1063 filelimit = (int)p->p_fno_ctl;
1074 if (count <= INT_MAX && current >= 0 && current <= filelimit)

Completed in 70 milliseconds