Searched refs:FD_SET (Results 1 - 25 of 54) sorted by relevance

123

/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dposix_io.h48 FD_SET ( int fd, fd_set *set ) { function
/vbox/src/VBox/Additions/x11/x11include/xproto-7.0.18/X11/
H A DXpoll.h104 #ifndef FD_SET
105 #define FD_SET(n, p) (__XFDS_BITS(p, ((n)/NFDBITS)) |= ((fd_mask)1 << ((n) % NFDBITS))) macro
185 FD_SET(XFD_FD(b1,__i), dst); \
194 FD_SET(XFD_FD(b2,__i), dst); \
207 calling twice FD_SET with the same fd is not transparent, so be careful */
208 #undef FD_SET macro
209 #define FD_SET(fd,set) do { \ macro
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/os2/
H A Dos2poll.c158 FD_SET(osfd, &rd);
168 FD_SET(osfd, &wt);
178 FD_SET(osfd, &rd);
188 FD_SET(osfd, &wt);
197 FD_SET(osfd, &ex);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dw32poll.c200 FD_SET(osfd, &rd);
206 FD_SET(osfd, &wt);
212 FD_SET(osfd, &rd);
218 FD_SET(osfd, &wt);
222 FD_SET(osfd, &ex);
H A Dw95sock.c498 FD_SET(osfd, &rd_wr);
499 FD_SET(osfd, &ex);
578 FD_SET(osfd, &rd_wr);
579 FD_SET(osfd, &ex);
H A Dw16sock.c612 FD_SET(osfd, &_PR_FD_READ_SET(me->cpu));
615 FD_SET(osfd, &_PR_FD_WRITE_SET(me->cpu));
618 FD_SET(osfd, &_PR_FD_EXCEPTION_SET(me->cpu));
1057 FD_SET(osfd, &_PR_FD_READ_SET(me->cpu));
1061 FD_SET(osfd, &_PR_FD_WRITE_SET(me->cpu));
1065 FD_SET(osfd, &_PR_FD_EXCEPTION_SET(me->cpu));
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/
H A Dfd_set.h66 #define FD_SET(n, p) \ macro
/vbox/src/VBox/Frontends/VBoxSDL/
H A DHelper.cpp68 FD_SET(eqFD, &fdset);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/mac/
H A Dmacsocket.h110 #if !defined(FD_SET)
123 #define FD_SET(n, p) ((p)->fds_bits[(n)/NFDBITS] |= (1 << ((n) % NFDBITS))) macro
127 #endif /* !FD_SET */
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Duxwrap.c278 FD_SET(unixpd->osfd, rd);
284 FD_SET(unixpd->osfd, wr);
289 FD_SET(unixpd->osfd, ex);
H A Duxpoll.c357 FD_SET(osfd, &rd);
362 FD_SET(osfd, &wt);
367 FD_SET(osfd, &rd);
372 FD_SET(osfd, &wt);
374 if (pd->in_flags & PR_POLL_EXCEPT) FD_SET(osfd, &ex);
/vbox/src/VBox/RDP/client-1.8.3/
H A Drdpsnd_alsa.c88 FD_SET(f->fd, rfds);
90 FD_SET(f->fd, wfds);
110 FD_SET(f->fd, rfds);
112 FD_SET(f->fd, wfds);
H A Drdpsnd_libao.c55 FD_SET(0, wfds);
H A Dctrl.c358 FD_SET(ctrlsock, rfds);
366 FD_SET(it->sock, rfds);
H A Drdpsnd_oss.c85 FD_SET(dsp_fd, wfds);
87 FD_SET(dsp_fd, rfds);
H A Drdpsnd_sun.c113 FD_SET(dsp_fd, wfds);
115 FD_SET(dsp_fd, rfds);
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Dsockets.h196 #ifndef FD_SET
199 #define FD_SET(n, p) ((p)->fd_bits[(n)/8] |= (1 << ((n) & 7))) macro
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/beos/
H A Dbfile.c641 FD_SET(osfd, &rd);
646 FD_SET(osfd, &wt);
651 FD_SET(osfd, &rd);
656 FD_SET(osfd, &wt);
658 if (pd->in_flags & PR_POLL_EXCEPT) FD_SET(osfd, &ex);
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/interface/pxe/
H A Dpxe_file.c120 FD_SET ( file_select->FileHandle, &fdset );
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dsockets.h345 /* FD_SET used for lwip_select */
346 #ifndef FD_SET
350 #define FD_SET(n, p) ((p)->fd_bits[(n)/8] |= (1 << ((n) & 7))) macro
359 #endif /* FD_SET */
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinsock.h58 # undef FD_SET macro
64 # define FD_SET Include_winsock_h_before_stdlib_h_or_use_the_MSVCRT_library macro
78 # undef FD_SET macro
103 # undef FD_SET macro
448 } WS(fd_set), FD_SET, *PFD_SET, *LPFD_SET; variable
505 #define FD_SET(fd, set) __WS_FD_SET((fd),(set), fd_set) macro
/vbox/src/VBox/Devices/Serial/
H A DDrvHostSerial.cpp501 FD_SET(RTFileToNative(pThis->hDeviceFile), &WrSet);
504 FD_SET(RTFileToNative(pThis->hDeviceFile), &XcptSet);
630 FD_SET(RTFileToNative(pThis->hDeviceFileR), &RdSet);
631 FD_SET(RTPipeToNative(pThis->hWakeupPipeR), &RdSet);
634 FD_SET(RTFileToNative(pThis->hDeviceFile), &XcptSet);
635 FD_SET(RTPipeToNative(pThis->hWakeupPipeR), &XcptSet);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinsock.h58 # undef FD_SET macro
64 # define FD_SET Include_winsock_h_before_stdlib_h_or_use_the_MSVCRT_library macro
78 # undef FD_SET macro
103 # undef FD_SET macro
450 } WS(fd_set), FD_SET, *PFD_SET, *LPFD_SET; variable
507 #define FD_SET(fd, set) __WS_FD_SET((fd),(set), fd_set) macro
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.1/Include/
H A Dpyport.h797 #ifndef FD_SET
810 #define FD_SET(n, p) ((p)->fds_bits[(n)/NFDBITS] |= (1 << ((n) % NFDBITS)))
815 #endif /* FD_SET */
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Include/
H A Dpyport.h810 #ifndef FD_SET
823 #define FD_SET(n, p) ((p)->fds_bits[(n)/NFDBITS] |= (1 << ((n) % NFDBITS)))
828 #endif /* FD_SET */

Completed in 82 milliseconds

123