Searched defs:O_NONBLOCK (Results 1 - 9 of 9) sorted by relevance

/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/Devices/Graphics/shaderlib/libWineStub/include/wine/
H A Dport.h194 #ifndef O_NONBLOCK
195 # define O_NONBLOCK 0 macro
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Dsockets.h192 #ifndef O_NONBLOCK
193 #define O_NONBLOCK 04000U macro
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dport.h193 #ifndef O_NONBLOCK
194 # define O_NONBLOCK 0 macro
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/include/wine/
H A Dport.h194 #ifndef O_NONBLOCK
195 # define O_NONBLOCK 0 macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/
H A Dport.h191 #ifndef O_NONBLOCK
192 # define O_NONBLOCK 0 macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dport.h194 #ifndef O_NONBLOCK
195 # define O_NONBLOCK 0 macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include/wine/
H A Dport.h194 #ifndef O_NONBLOCK
195 # define O_NONBLOCK 0 macro
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dsockets.h332 #ifndef O_NONBLOCK
333 #define O_NONBLOCK 1 /* nonblocking I/O */ macro
336 #define O_NDELAY 1 /* same as O_NONBLOCK, for compatibility */

Completed in 246 milliseconds