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

/openjdk7/jdk/src/solaris/native/java/net/
H A Dbsd_close.c67 static int fdCount; variable
99 fdCount = MAX_FD_COUNT;
101 fdCount = nbr_files.rlim_max;
103 fdTable = (fdEntry_t *)calloc(fdCount, sizeof(fdEntry_t));
109 for (i=0; i<fdCount; i++) {
132 if (fd < 0 || fd >= fdCount) {
H A Dlinux_close.c66 static int fdCount; variable
88 fdCount = nbr_files.rlim_max;
89 fdTable = (fdEntry_t *)calloc(fdCount, sizeof(fdEntry_t));
115 if (fd < 0 || fd >= fdCount) {

Completed in 1129 milliseconds