| /xsrc/external/mit/xorg-server.old/dist/os/ |
| H A D | connection.c | 457 FD_CLR (ListenTransFds[i], &WellKnownConnections); 471 FD_CLR (ListenTransFds[i], &WellKnownConnections); 943 FD_CLR(connection, &AllSockets); 944 FD_CLR(connection, &AllClients); 945 FD_CLR(connection, &ClientsWithInput); 946 FD_CLR(connection, &GrabImperviousClients); 949 FD_CLR(connection, &SavedAllSockets); 950 FD_CLR(connection, &SavedAllClients); 951 FD_CLR(connection, &SavedClientsWithInput); 953 FD_CLR(connectio [all...] |
| H A D | io.c | 185 FD_CLR(fd, &ClientsWithInput); 459 FD_CLR(fd, &ClientsWithInput); 469 FD_CLR(fd, &ClientsWithInput); 851 FD_CLR(oc->fd, &OutputPending); 1031 FD_CLR(oc->fd, &ClientsWriteBlocked);
|
| H A D | WaitFor.c | 390 FD_CLR(curclient, &clientsReadable);
|
| H A D | xdmcp.c | 692 FD_CLR(xdmcpSocket, LastSelectMask); 698 FD_CLR(xdmcpSocket6, LastSelectMask);
|
| /xsrc/external/mit/xfs/dist/os/ |
| H A D | connection.c | 146 FD_CLR (ListenTransFds[i], &AllSockets); 427 FD_CLR(fd, &AllSockets); 428 FD_CLR(fd, &AllClients); 429 FD_CLR(fd, &ClientsWithInput); 430 FD_CLR(fd, &ClientsWriteBlocked); 433 FD_CLR(fd, &OutputPending); 459 FD_CLR(curclient, &mask); 497 FD_CLR(connection, &IgnoredClientsWithInput); 498 FD_CLR(connection, &ClientsWithInput); 499 FD_CLR(connectio [all...] |
| H A D | io.c | 104 FD_CLR(fd, &ClientsWithInput); } 483 FD_CLR(fd, &ClientsWriteBlocked); 558 FD_CLR(oc->fd, &OutputPending);
|
| /xsrc/external/mit/xorgproto/dist/include/X11/ |
| H A D | Xpoll.h.in | 110 #ifndef FD_CLR 111 #define FD_CLR(n, p) (__XFDS_BITS((p), ((n)/NFDBITS)) &= ~((fd_mask)1 << ((n) % NFDBITS))) macro 214 FD_CLR(XFD_FD(b1,__i), dst); \
|
| /xsrc/external/mit/libXfont/dist/src/fc/ |
| H A D | fslibos.h | 212 # define BITCLEAR(set,s) FD_CLR(s,&set)
|
| H A D | fserve.c | 2624 FD_CLR(conn->fs_fd, &_fs_fd_mask); 3229 FD_CLR (conn->fs_fd, &_fs_fd_mask);
|
| /xsrc/external/mit/libXfont2/dist/src/fc/ |
| H A D | fslibos.h | 208 # define BITCLEAR(set,s) FD_CLR(s,&set)
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/shared/ |
| H A D | sigio.c | 228 FD_CLR (fd, &xf86SigIOMask);
|
| /xsrc/external/mit/xdm/dist/xdm/ |
| H A D | xdmcp.c | 96 FD_CLR(chooserFd, &WellKnownSocketsMask); 103 FD_CLR(chooserFd6, &WellKnownSocketsMask); 403 FD_CLR(chooserFd, &reads); 409 FD_CLR(chooserFd6, &reads);
|
| H A D | socket.c | 222 FD_CLR (s->fd, &WellKnownSocketsMask);
|
| H A D | dm.c | 890 FD_CLR (fd, &CloseMask);
|
| /xsrc/external/mit/libXt/dist/src/ |
| H A D | NextEvent.c | 1119 FD_CLR(source, &app->fds.rmask); 1122 FD_CLR(source, &app->fds.wmask); 1125 FD_CLR(source, &app->fds.emask);
|
| H A D | Display.c | 164 FD_CLR(ConnectionNumber(d), &app->fds.rmask);
|
| /xsrc/external/mit/xdm/dist/include/ |
| H A D | dm.h | 126 # define FD_CLR(f,fdp) ((fdp)->fds_bits[(f) / (sizeof (int) * 8)] &= ~(1 << ((f) % (sizeof (int) * 8)))) macro
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| H A D | xf86Events.c | 263 FD_CLR(pInfo->fd, &devicesWithInput);
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| H A D | sna_driver.c | 747 FD_CLR(sna->kgem.fd, (fd_set*)read_mask);
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | charproc.c | 6554 FD_CLR(screen->respond, &select_mask); 6596 FD_CLR(screen->respond, &select_mask);
|