Home
last modified time | relevance | path

Searched defs:O_NDELAY (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/lib/libbc/inc/include/sys/
H A Dfcntl.h36 #define O_NDELAY _FNDELAY /* Non-blocking I/O (4.2 style) */ macro
/titanic_41/usr/src/lib/libbc/inc/5include/sys/
H A Dfcntl.h34 #define O_NDELAY _FNBIO /* Non-blocking I/O (S5 style) */ macro
/titanic_41/usr/src/lib/libdtrace/common/
H A Dio.d.in171 inline int O_NDELAY = @O_NDELAY@; variable
/titanic_41/usr/src/ucbhead/sys/
H A Dfcntl.h58 #define O_NDELAY 04 /* Non-blocking I/O */ macro
/titanic_41/usr/src/uts/common/sys/
H A Dfcntl.h62 #define O_NDELAY 0x04 /* non-blocking I/O */ macro