Searched refs:FD_CLR (Results 1 - 20 of 20) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/os/
H A Dconnection.c457 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 Dio.c185 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 DWaitFor.c390 FD_CLR(curclient, &clientsReadable);
H A Dxdmcp.c692 FD_CLR(xdmcpSocket, LastSelectMask);
698 FD_CLR(xdmcpSocket6, LastSelectMask);
/xsrc/external/mit/xfs/dist/os/
H A Dconnection.c146 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 Dio.c104 FD_CLR(fd, &ClientsWithInput); }
483 FD_CLR(fd, &ClientsWriteBlocked);
558 FD_CLR(oc->fd, &OutputPending);
/xsrc/external/mit/xorgproto/dist/include/X11/
H A DXpoll.h.in110 #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 Dfslibos.h212 # define BITCLEAR(set,s) FD_CLR(s,&set)
H A Dfserve.c2624 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 Dfslibos.h208 # define BITCLEAR(set,s) FD_CLR(s,&set)
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/shared/
H A Dsigio.c228 FD_CLR (fd, &xf86SigIOMask);
/xsrc/external/mit/xdm/dist/xdm/
H A Dxdmcp.c96 FD_CLR(chooserFd, &WellKnownSocketsMask);
103 FD_CLR(chooserFd6, &WellKnownSocketsMask);
403 FD_CLR(chooserFd, &reads);
409 FD_CLR(chooserFd6, &reads);
H A Dsocket.c222 FD_CLR (s->fd, &WellKnownSocketsMask);
H A Ddm.c890 FD_CLR (fd, &CloseMask);
/xsrc/external/mit/libXt/dist/src/
H A DNextEvent.c1119 FD_CLR(source, &app->fds.rmask);
1122 FD_CLR(source, &app->fds.wmask);
1125 FD_CLR(source, &app->fds.emask);
H A DDisplay.c164 FD_CLR(ConnectionNumber(d), &app->fds.rmask);
/xsrc/external/mit/xdm/dist/include/
H A Ddm.h126 # 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 Dxf86Events.c263 FD_CLR(pInfo->fd, &devicesWithInput);
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_driver.c747 FD_CLR(sna->kgem.fd, (fd_set*)read_mask);
/xsrc/external/mit/xterm/dist/
H A Dcharproc.c6554 FD_CLR(screen->respond, &select_mask);
6596 FD_CLR(screen->respond, &select_mask);

Completed in 41 milliseconds