Searched refs:AllClients (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/xfs/dist/include/ |
| H A D | globals.h | 79 extern fd_set AllClients;
|
| /xsrc/external/mit/xorg-server.old/dist/os/ |
| H A D | connection.c | 137 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 D | osdep.h | 189 extern fd_set AllClients;
|
| H A D | WaitFor.c | 246 if (! XFD_ANYSET (&AllClients)) 317 XFD_ANDSET(&clientsReadable, &LastSelectMask, &AllClients);
|
| H A D | io.c | 608 if (FD_ISSET(fd, &AllClients))
|
| H A D | xdmcp.c | 709 if (XFD_ANYSET(&AllClients) && state == XDM_RUN_SESSION)
|
| /xsrc/external/mit/xfs/dist/os/ |
| H A D | connection.c | 103 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 D | waitfor.c | 178 XFD_ANDSET(&clientsReadable, &LastSelectMask, &AllClients);
|
Completed in 10 milliseconds