Home
last modified time | relevance | path

Searched defs:O_NONBLOCK (Results 1 – 7 of 7) sorted by last modified time

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/chat/
H A Dchat.c139 #define O_NONBLOCK O_NDELAY macro
/illumos-gate/usr/src/boot/sys/sys/
H A Dfcntl.h90 #define O_NONBLOCK 0x0004 /* no delay */ macro
/illumos-gate/usr/src/uts/common/sys/
H A Dfcntl.h73 #define O_NONBLOCK 0x80 /* non-blocking I/O (POSIX) */ macro
/illumos-gate/usr/src/ucbhead/sys/
H A Dfcntl.h60 #define O_NONBLOCK 0200 /* Non-blocking I/O (POSIX) */ macro
/illumos-gate/usr/src/lib/libdtrace/common/
H A Dio.d.in169 inline int O_NONBLOCK = @O_NONBLOCK@; variable
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dio.c57 # define O_NONBLOCK FNDELAY macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dmain.c247 #define O_NONBLOCK O_NDELAY macro