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

/illumos-gate/usr/src/cmd/prstat/
H A Dprfile.c44 static int fd_max; variable
53 fd_max = n;
86 for (i = 0; i < fd_max; i++) {
101 for (i = 0; i < fd_max; i++, fdp++) {
124 if (fd_cnt > fd_max - NUM_RESERVED_FD)
/illumos-gate/usr/src/cmd/sysdef/
H A Dsysdef.c127 pts_maxupri, psys_name, fd_cur, fd_max; variable
377 fd_max = setup("rlim_fd_max");
439 if (SYM_VALUE(fd_max)) {
440 MEMSEEK(fd_max);

Completed in 45 milliseconds