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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dfcntl.h127 #define O_NONBLOCK 0x0004 /* no delay */ macro
187 #define FNONBLOCK O_NONBLOCK /* kernel */
188 #define FNDELAY O_NONBLOCK /* compat */
189 #define O_NDELAY O_NONBLOCK /* compat */
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/fifofs/
H A Dfifo_vnops.c243 if ((ap->a_mode & FREAD) && (ap->a_mode & O_NONBLOCK) == 0) {
256 if (ap->a_mode & O_NONBLOCK) {

Completed in 13 milliseconds