| /xsrc/external/mit/libFS/dist/src/ |
| FSConnServ.c | 142 fd_set r_mask; 143 fd_set w_mask; 150 FD_SET(svr->fd, &r_mask); 151 FD_SET(svr->fd, &w_mask); 204 fd_set r_mask; 209 FD_SET(svr->fd, &r_mask);
|
| FSlibos.h | 232 typedef fd_set FdSet; 235 # define BITSET(set,s) FD_SET(s,&set)
|
| /xsrc/external/mit/xorg-server/dist/os/ |
| xserver_poll.c | 106 fd_set *pReadSet, 107 fd_set *pWriteSet, 108 fd_set *pExceptSet) 128 FD_SET (pCur->fd, pReadSet); 134 FD_SET (pCur->fd, pWriteSet); 143 FD_SET (pCur->fd, pExceptSet); 209 fd_set *pReadSet, 210 fd_set *pWriteSet, 211 fd_set *pExceptSet) 246 fd_set read_descs; /* input file descs * [all...] |
| /xsrc/external/mit/xorg-server.old/dist/os/ |
| connection.c | 134 fd_set WellKnownConnections; /* Listener mask */ 135 fd_set EnabledDevices; /* mask for input devices that are on */ 136 fd_set AllSockets; /* select on this */ 137 fd_set AllClients; /* available clients */ 138 fd_set LastSelectMask; /* mask returned from last select call */ 139 fd_set ClientsWithInput; /* clients with FULL requests in buffer */ 140 fd_set ClientsWriteBlocked; /* clients who cannot receive output */ 141 fd_set OutputPending; /* clients with reply/event data ready to go */ 154 fd_set IgnoredClientsWithInput; 155 static fd_set GrabImperviousClients [all...] |
| io.c | 455 FD_SET(fd, &ClientsWithInput); 563 FD_SET(fd, &ClientsWithInput); 610 FD_SET(fd, &ClientsWithInput); 614 FD_SET(fd, &IgnoredClientsWithInput); 644 fd_set newOutputPending; 678 FD_SET(oc->fd, &OutputPending); /* set the bit again */ 698 FD_SET(oc->fd, &newOutputPending); /* set the bit again */ 864 FD_SET(oc->fd, &OutputPending); 956 FD_SET(connection, &ClientsWriteBlocked);
|
| /xsrc/external/mit/xfs/dist/os/ |
| connection.c | 101 fd_set WellKnownConnections; 102 fd_set AllSockets; 103 fd_set AllClients; 104 fd_set LastSelectMask; 105 fd_set ClientsWithInput; 106 fd_set ClientsWriteBlocked; 107 fd_set OutputPending; 212 FD_SET (old_listen[i].fd, &WellKnownConnections); 237 FD_SET (fd, &WellKnownConnections); 291 fd_set tmask [all...] |
| io.c | 247 FD_SET(fd, &ClientsWithInput); 322 FD_SET(fd, &ClientsWithInput); 344 FD_SET(fd, &ClientsWithInput); 422 FD_SET(fd, &ClientsWriteBlocked); 525 FD_SET(oc->fd, &OutputPending); 563 FD_SET(oc->fd, &OutputPending);
|
| /xsrc/external/mit/xorgproto/dist/include/X11/ |
| Xpoll.h.in | 92 typedef struct fd_set { 94 } fd_set; 97 # define Select(n,r,w,e,t) select(n,(fd_set*)r,(fd_set*)w,(fd_set*)e,(struct timeval*)t) 107 #ifndef FD_SET 108 #define FD_SET(n, p) (__XFDS_BITS(p, ((n)/NFDBITS)) |= ((fd_mask)1 << ((n) % NFDBITS))) 177 #define Select(n,r,w,e,t) select(0,(fd_set*)r,(fd_set*)w,(fd_set*)e,(struct timeval*)t [all...] |
| /xsrc/external/mit/libdrm/dist/tests/vbltest/ |
| vbltest.c | 163 fd_set fds; 166 FD_SET(0, &fds); 167 FD_SET(fd, &fds);
|
| /xsrc/external/mit/libX11/dist/src/ |
| os2Stubs.c | 106 fd_set read_copy; 107 fd_set write_copy; 121 int os2ClientSelect(int nfds, fd_set *readfds, fd_set *writefds, 122 fd_set *exceptfds, struct timeval *timeout) 346 fd_set *readfds,*writefds; 363 FD_SET (sd->tcp_emx_handles[j], readfds); 369 FD_SET (sd->tcp_emx_handles[j], writefds); 388 fd_set *readfds,*writefds; 406 FD_SET(pipeSemState[i].usKey,readfds) [all...] |
| /xsrc/external/mit/libXfont/dist/src/fc/ |
| fsio.c | 68 fd_set _fs_fd_mask; 79 fd_set w_mask; 89 FD_SET (fs_fd, &w_mask); 426 fd_set r_mask; 427 fd_set e_mask; 438 FD_SET(conn->fs_fd, &r_mask); 439 FD_SET(conn->fs_fd, &e_mask);
|
| fslibos.h | 207 typedef fd_set FdSet; 211 # define BITSET(set,s) FD_SET(s,&set)
|
| /xsrc/external/mit/libXfont2/dist/src/fc/ |
| fsio.c | 75 fd_set w_mask; 85 FD_SET (fs_fd, &w_mask); 422 fd_set r_mask; 423 fd_set e_mask; 434 FD_SET(conn->fs_fd, &r_mask); 435 FD_SET(conn->fs_fd, &e_mask);
|
| fslibos.h | 203 typedef fd_set FdSet; 207 # define BITSET(set,s) FD_SET(s,&set)
|
| /xsrc/external/mit/luit/dist/ |
| sys.c | 116 fd_set fds; 120 FD_SET(fd, &fds); 159 fd_set fds; 163 FD_SET(fd1, &fds); 164 FD_SET(fd2, &fds);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/linux/ |
| ps2.c | 37 fd_set set; 53 FD_SET (fd, &set);
|
| ms.c | 40 fd_set set; 56 FD_SET (fd, &set);
|
| /xsrc/external/mit/xorg-server/dist/hw/xwin/winclipboard/ |
| thread.c | 118 fd_set fdsRead; 274 FD_SET(iConnectionNumber, &fdsRead); 276 FD_SET(fdMessageQueue, &fdsRead);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| winclipboardthread.c | 92 fd_set fdsRead; 305 FD_SET (iConnectionNumber, &fdsRead); 307 FD_SET (fdMessageQueue, &fdsRead);
|
| /xsrc/external/mit/xmh/dist/ |
| command.c | 138 fd_set readfds, fds; 142 FD_SET(ConnectionNumber(theDisplay), &fds); 163 FD_SET(status->output_pipe[0], &fds); 183 FD_SET(status->error_pipe[0], &fds);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/shared/ |
| posix_tty.c | 425 fd_set readfds; 432 FD_SET(fd, &readfds); 461 fd_set fds; 472 FD_SET(fd, &fds); 477 FD_SET(fd, &fds);
|
| /xsrc/external/mit/libxcb/dist/src/ |
| xcb_conn.c | 360 if(fd >= FD_SETSIZE) /* would overflow in FD_SET */ 472 fd_set rfds, wfds; 488 FD_SET(c->fd, &rfds); 502 FD_SET(c->fd, &wfds);
|
| /xsrc/external/mit/xdm/dist/xdm/ |
| socket.c | 98 FD_SET (chooserFd, &WellKnownSocketsMask); 202 FD_SET (fd, &WellKnownSocketsMask); 560 void ProcessListenSockets (fd_set *readmask)
|
| /xsrc/external/mit/xf86-video-qxl/dist/src/ |
| spiceqxl_main_loop.c | 240 static int set_watch_fds(fd_set *rfds, fd_set *wfds) 250 FD_SET(watch->fd, rfds); 254 FD_SET(watch->fd, wfds); 269 set_watch_fds((fd_set*)readmask, (fd_set*)readmask); 273 * xserver only calls wakeup_handler with the read fd_set, so we 281 fd_set rfds, wfds;
|
| /xsrc/external/mit/ctwm/dist/ |
| event_core.c | 250 fd_set mask; 254 FD_SET(fd, &mask);
|