Searched refs:_FNDELAY (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dfcntl.h36 #define O_NDELAY _FNDELAY /* Non-blocking I/O (4.2 style) */
H A Dfcntlcom.h47 #define _FNDELAY 0x0004 /* non blocking I/O (4.2 style) */ macro
77 /* O_NDELAY _FNDELAY set in include/fcntl.h */
94 #define FNDELAY _FNDELAY
/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A D_open.c67 |_FNDELAY|_FNBIO)
81 if (flags & (_FNDELAY|O_NONBLOCK)) {

Completed in 69 milliseconds