Searched refs:O_NONBLOCK (Results 1 - 25 of 71) sorted by relevance

123

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/beos/
H A Dbproc.c109 if (flags & O_NONBLOCK) {
110 fcntl(0, F_SETFL, flags & ~O_NONBLOCK);
120 if (flags & O_NONBLOCK) {
121 fcntl(1, F_SETFL, flags & ~O_NONBLOCK);
131 if (flags & O_NONBLOCK) {
132 fcntl(2, F_SETFL, flags & ~O_NONBLOCK);
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dconnect.c35 with O_NONBLOCK. Also, the POLLOUT bit is set when the connection
76 bBlocking = (BOOLEAN)( 0 == ( pDescriptor->Oflags & O_NONBLOCK ));
H A Daccept.c64 bBlocking = (BOOLEAN)( 0 == ( pDescriptor->Oflags & O_NONBLOCK ));
H A Dsendto.c79 bBlocking = (BOOLEAN)( 0 == ( pDescriptor->Oflags & O_NONBLOCK ));
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dflags.c105 o |= O_NONBLOCK;
H A Dfdopen.c84 if (oflags & O_NONBLOCK) {
H A Dfopen.c73 if (oflags & O_NONBLOCK) {
H A Dfreopen.c154 if (oflags & O_NONBLOCK) {
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Dio.sed.in64 SED_REPLACE(O_NONBLOCK)
H A Dio.d.in167 inline int O_NONBLOCK = @O_NONBLOCK@;
168 #pragma D binding "1.1" O_NONBLOCK
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/
H A Dfcntl.h69 #define O_NONBLOCK 0x00000004 ///< no delay macro
162 Any combination of { O_NONBLOCK, O_APPEND, O_CREAT, O_TRUNC, O_EXCL } may
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/io/
H A Dtst.fds.c84 O_LARGEFILE | O_NOCTTY | O_NONBLOCK | O_NDELAY | O_RSYNC |
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Duxproces.c295 if (flags & O_NONBLOCK)
296 fcntl(fd_map[0], F_SETFL, flags & ~O_NONBLOCK);
301 if (flags & O_NONBLOCK)
302 fcntl(fd_map[1], F_SETFL, flags & ~O_NONBLOCK);
307 if (flags & O_NONBLOCK)
308 fcntl(fd_map[2], F_SETFL, flags & ~O_NONBLOCK);
356 if (flags & O_NONBLOCK) {
357 fcntl(0, F_SETFL, flags & ~O_NONBLOCK);
367 if (flags & O_NONBLOCK) {
368 fcntl(1, F_SETFL, flags & ~O_NONBLOCK);
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/PosixLib/Gen/
H A Dopendir.c84 if ((fd = open(name, O_RDONLY | O_NONBLOCK, 0)) == -1 ||
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dxf86_OSlib.h338 #if !defined(O_NDELAY) && defined(O_NONBLOCK)
339 #define O_NDELAY O_NONBLOCK
340 #endif /* !O_NDELAY && O_NONBLOCK */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dxf86_OSlib.h343 #if !defined(O_NDELAY) && defined(O_NONBLOCK)
344 #define O_NDELAY O_NONBLOCK
345 #endif /* !O_NDELAY && O_NONBLOCK */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dxf86_OSlib.h415 #if !defined(O_NDELAY) && defined(O_NONBLOCK)
416 # define O_NDELAY O_NONBLOCK
417 #endif /* !O_NDELAY && O_NONBLOCK */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dxf86_OSlib.h412 #if !defined(O_NDELAY) && defined(O_NONBLOCK)
413 # define O_NDELAY O_NONBLOCK
414 #endif /* !O_NDELAY && O_NONBLOCK */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dxf86_OSlib.h412 #if !defined(O_NDELAY) && defined(O_NONBLOCK)
413 # define O_NDELAY O_NONBLOCK
414 #endif /* !O_NDELAY && O_NONBLOCK */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dxf86_OSlib.h412 #if !defined(O_NDELAY) && defined(O_NONBLOCK)
413 # define O_NDELAY O_NONBLOCK
414 #endif /* !O_NDELAY && O_NONBLOCK */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dxf86_OSlib.h377 #if !defined(O_NDELAY) && defined(O_NONBLOCK)
378 # define O_NDELAY O_NONBLOCK
379 #endif /* !O_NDELAY && O_NONBLOCK */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dxf86_OSlib.h380 #if !defined(O_NDELAY) && defined(O_NONBLOCK)
381 # define O_NDELAY O_NONBLOCK
382 #endif /* !O_NDELAY && O_NONBLOCK */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dxf86_OSlib.h345 #if !defined(O_NDELAY) && defined(O_NONBLOCK)
346 # define O_NDELAY O_NONBLOCK
347 #endif /* !O_NDELAY && O_NONBLOCK */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dxf86_OSlib.h343 #if !defined(O_NDELAY) && defined(O_NONBLOCK)
344 #define O_NDELAY O_NONBLOCK
345 #endif /* !O_NDELAY && O_NONBLOCK */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dxf86_OSlib.h343 #if !defined(O_NDELAY) && defined(O_NONBLOCK)
344 #define O_NDELAY O_NONBLOCK
345 #endif /* !O_NDELAY && O_NONBLOCK */

Completed in 877 milliseconds

123