O_NONBLOCK        657 arch/i386/isa/pccom.c 		if (ISSET(flag, O_NONBLOCK)) {
O_NONBLOCK         68 compat/ibcs2/ibcs2_fcntl.c 	if (flags & (IBCS2_O_NDELAY | IBCS2_O_NONBLOCK)) r |= O_NONBLOCK;
O_NONBLOCK        132 compat/ibcs2/ibcs2_fcntl.c 	if (flags & IBCS2_O_NDELAY) r |= O_NONBLOCK;
O_NONBLOCK        135 compat/ibcs2/ibcs2_fcntl.c 	if (flags & IBCS2_O_NONBLOCK) r |= O_NONBLOCK;
O_NONBLOCK        156 compat/ibcs2/ibcs2_fcntl.c 	if (flags & O_NONBLOCK) r |= IBCS2_O_NONBLOCK;
O_NONBLOCK        307 compat/linux/linux_socket.c 		    (*retval & O_NONBLOCK) == 0)
O_NONBLOCK        183 compat/osf1/osf1_cvt.c     {	O_NONBLOCK,		O_NONBLOCK,		OSF1_O_NONBLOCK	},
O_NONBLOCK        206 compat/osf1/osf1_cvt.c     {	OSF1_O_NONBLOCK,	OSF1_O_NONBLOCK,	O_NONBLOCK	},
O_NONBLOCK        952 compat/sunos/sunos_ioctl.c 	{ SUN_NONBLOCK, O_NONBLOCK },
O_NONBLOCK        953 compat/sunos/sunos_ioctl.c 	{ SUN_FNBIO, O_NONBLOCK },
O_NONBLOCK        688 compat/sunos/sunos_misc.c 	r |=	((l & (0x0004 | 0x1000 | 0x4000)) ? O_NONBLOCK : 0);
O_NONBLOCK         98 compat/svr4/svr4_fcntl.c 	r |= (l & SVR4_O_NDELAY) ? O_NONBLOCK : 0;
O_NONBLOCK        107 compat/svr4/svr4_fcntl.c 	r |= (l & SVR4_O_NONBLOCK) ? O_NONBLOCK : 0;
O_NONBLOCK        134 compat/svr4/svr4_fcntl.c 	r |= (l & O_NONBLOCK) ? SVR4_O_NONBLOCK : 0;
O_NONBLOCK        174 compat/ultrix/ultrix_pathname.c 	r |=	((l & (0x0004 | 0x1000 | 0x4000)) ? O_NONBLOCK : 0);
O_NONBLOCK        443 dev/ic/com.c   		if (ISSET(flag, O_NONBLOCK)) {
O_NONBLOCK        387 dev/ic/cy.c    	if (!ISSET(flag, O_NONBLOCK)) {
O_NONBLOCK        397 dev/ic/z8530tty.c 		    (flags & O_NONBLOCK) )
O_NONBLOCK        138 dev/microcode/aic7xxx/aicasm_symbol.c 			  O_CREAT | O_NONBLOCK | O_RDWR, /*mode*/0, DB_HASH,
O_NONBLOCK        908 dev/sbus/magma.c 	if (!ISSET(flags, O_NONBLOCK)) {
O_NONBLOCK        399 dev/sbus/spif.c 	if (!ISSET(flags, O_NONBLOCK)) {
O_NONBLOCK        487 dev/usb/ucom.c 		if (ISSET(flag, O_NONBLOCK)) {
O_NONBLOCK        191 miscfs/fifofs/fifo_vnops.c 		if ((ap->a_mode & O_NONBLOCK) && fip->fi_readers == 0) {
O_NONBLOCK        201 miscfs/fifofs/fifo_vnops.c 	if ((ap->a_mode & O_NONBLOCK) == 0) {
O_NONBLOCK        134 sys/fcntl.h    #define	FNONBLOCK	O_NONBLOCK	/* kernel */
O_NONBLOCK        135 sys/fcntl.h    #define	FNDELAY		O_NONBLOCK	/* compat */
O_NONBLOCK        136 sys/fcntl.h    #define	O_NDELAY	O_NONBLOCK	/* compat */