HomeSort by: relevance | last modified time | path
    Searched refs:MAXSOCKS (Results 1 - 7 of 7) sorted by relevancy

  /xsrc/external/mit/xfs/dist/os/
osdep.h 75 #define MAXSOCKS MAXCLIENTS
access.c 69 if ((maxfd < 0) || (maxfd > MAXSOCKS)) {
70 maxfd = MAXSOCKS;
waitfor.c 145 i = Select(MAXSOCKS, &LastSelectMask, &clientsWriteable, NULL, wt);
147 i = Select(MAXSOCKS, &LastSelectMask, NULL, NULL, wt);
connection.c 113 int ConnectionTranslation[MAXSOCKS];
175 for (i = 0; i < MAXSOCKS; i++)
180 if ((lastfdesc < 0) || (lastfdesc > MAXSOCKS)) {
181 lastfdesc = MAXSOCKS;
osglue.c 291 if ( (lastfdesc < 0) || (lastfdesc > MAXSOCKS)) {
292 lastfdesc = MAXSOCKS;
  /xsrc/external/mit/xorg-server.old/dist/os/
osdep.h 93 * MAXSOCKS is used only for initialising MaxClients when no other method
98 #define MAXSOCKS (OPEN_MAX - 1)
100 #define MAXSOCKS 256
connection.c 165 * On NT fds are not between 0 and MAXSOCKS, they are unrelated, and there is
171 #undef MAXSOCKS
172 #define MAXSOCKS 500
300 lastfdesc = MAXSOCKS;

Completed in 9 milliseconds