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

/xsrc/external/mit/xfs/dist/include/
H A Dglobals.h79 extern fd_set AllClients;
/xsrc/external/mit/xorg-server.old/dist/os/
H A Dconnection.c137 fd_set AllClients; /* available clients */ variable in typeref:typename:fd_set
378 FD_ZERO(&AllClients);
732 XFD_SETCOUNT(&AllClients) >= MaxClients
763 FD_SET(fd, &AllClients);
781 * Returns a mask with indices of new clients. Updates AllClients
944 FD_CLR(connection, &AllClients);
962 * The file descriptor has been closed, but is still in AllClients.
989 mask = AllClients.fds_bits[i];
1006 XFD_COPYSET(&AllClients, &savedAllClients);
1025 * Delete client from AllClients an
[all...]
H A Dosdep.h189 extern fd_set AllClients;
H A DWaitFor.c246 if (! XFD_ANYSET (&AllClients))
317 XFD_ANDSET(&clientsReadable, &LastSelectMask, &AllClients);
H A Dio.c608 if (FD_ISSET(fd, &AllClients))
H A Dxdmcp.c709 if (XFD_ANYSET(&AllClients) && state == XDM_RUN_SESSION)
/xsrc/external/mit/xfs/dist/os/
H A Dconnection.c103 fd_set AllClients; variable in typeref:typename:fd_set
170 FD_ZERO(&AllClients);
335 FD_SET(newconn, &AllClients);
428 FD_CLR(fd, &AllClients);
450 XFD_COPYSET(&AllClients, &mask);
500 FD_CLR(connection, &AllClients);
516 FD_SET(connection, &AllClients);
H A Dwaitfor.c178 XFD_ANDSET(&clientsReadable, &LastSelectMask, &AllClients);

Completed in 10 milliseconds