taglinefilesource code
O_NONBLOCK2457drivers/char/cyclades.cif (filp->f_flags & O_NONBLOCK) {
O_NONBLOCK960drivers/char/istallion.cif (filp->f_flags & O_NONBLOCK) {
O_NONBLOCK343drivers/char/lp.cif ((LP_F(minor) & LP_ABORTOPEN) && !(file->f_flags & O_NONBLOCK)) {
O_NONBLOCK828drivers/char/n_tty.cif (file->f_flags & O_NONBLOCK) {
O_NONBLOCK956drivers/char/n_tty.cif (file->f_flags & O_NONBLOCK) {
O_NONBLOCK422drivers/char/psaux.cif (file->f_flags & O_NONBLOCK)
O_NONBLOCK2176drivers/char/serial.cif ((filp->f_flags & O_NONBLOCK) ||
O_NONBLOCK753drivers/char/stallion.cif (filp->f_flags & O_NONBLOCK) {
O_NONBLOCK1400drivers/char/tty_io.cfile->f_flags |= O_NONBLOCK;
O_NONBLOCK1402drivers/char/tty_io.cfile->f_flags &= ~O_NONBLOCK;
O_NONBLOCK109drivers/scsi/sg.cif (flags & O_NONBLOCK)
O_NONBLOCK124drivers/scsi/sg.cif (flags & O_NONBLOCK)
O_NONBLOCK216drivers/scsi/sg.cif (filp->f_flags & O_NONBLOCK)
O_NONBLOCK318drivers/scsi/sg.cif (filp->f_flags & O_NONBLOCK)
O_NONBLOCK382drivers/scsi/sg.cif (!(SCpnt=allocate_device(NULL,device->device, !(filp->f_flags & O_NONBLOCK))))
O_NONBLOCK117drivers/sound/sequencer.cif (ISSET_FILE_FLAG (file, O_NONBLOCK))
O_NONBLOCK341drivers/sound/sequencer.cif (!seq_queue (event, ISSET_FILE_FLAG (file, O_NONBLOCK)))
O_NONBLOCK348drivers/sound/sequencer.cif (!processed && ISSET_FILE_FLAG (file, O_NONBLOCK))
O_NONBLOCK1204drivers/sound/sequencer.cif (mode != OPEN_READ && !ISSET_FILE_FLAG (file, O_NONBLOCK))
O_NONBLOCK100fs/fcntl.cfilp->f_flags &= ~(O_APPEND | O_NONBLOCK | FASYNC);
O_NONBLOCK101fs/fcntl.cfilp->f_flags |= arg & (O_APPEND | O_NONBLOCK |
O_NONBLOCK29fs/fifo.cif (!(filp->f_flags & O_NONBLOCK) && !PIPE_WRITERS(*inode)) {
O_NONBLOCK55fs/fifo.cif ((filp->f_flags & O_NONBLOCK) && !PIPE_READERS(*inode)) {
O_NONBLOCK77fs/ioctl.cfilp->f_flags |= O_NONBLOCK;
O_NONBLOCK79fs/ioctl.cfilp->f_flags &= ~O_NONBLOCK;
O_NONBLOCK30fs/pipe.cif (filp->f_flags & O_NONBLOCK) {
O_NONBLOCK94fs/pipe.cif (filp->f_flags & O_NONBLOCK)
O_NONBLOCK208fs/pipe.cif (filp->f_flags & O_NONBLOCK)
O_NONBLOCK17include/asm-alpha/fcntl.h#define O_NDELAY  O_NONBLOCK
O_NONBLOCK16include/asm-i386/fcntl.h#define O_NDELAY  O_NONBLOCK
O_NONBLOCK1222net/ax25/af_ax25.cif (sk->state != TCP_ESTABLISHED && (flags & O_NONBLOCK))
O_NONBLOCK1278net/ax25/af_ax25.cif (flags & O_NONBLOCK) {
O_NONBLOCK976net/ipv4/af_inet.cif (sock->state == SS_CONNECTING && sk->protocol == IPPROTO_TCP && (flags & O_NONBLOCK))
O_NONBLOCK1001net/ipv4/af_inet.cif (sk->state != TCP_ESTABLISHED &&(flags & O_NONBLOCK)) 
O_NONBLOCK1085net/ipv4/af_inet.cif (flags & O_NONBLOCK) 
O_NONBLOCK4414net/ipv4/tcp.cif (flags & O_NONBLOCK) 
O_NONBLOCK799net/netrom/af_netrom.cif (sk->state != TCP_ESTABLISHED && (flags & O_NONBLOCK))
O_NONBLOCK857net/netrom/af_netrom.cif (flags & O_NONBLOCK) {
O_NONBLOCK334net/socket.creturn(sock->ops->read(sock, ubuf, size, (file->f_flags & O_NONBLOCK)));
O_NONBLOCK359net/socket.creturn(sock->ops->write(sock, ubuf, size,(file->f_flags & O_NONBLOCK)));
O_NONBLOCK856net/socket.creturn(sock->ops->send(sock, buff, len, (file->f_flags & O_NONBLOCK), flags));
O_NONBLOCK887net/socket.creturn(sock->ops->sendto(sock, buff, len, (file->f_flags & O_NONBLOCK),
O_NONBLOCK920net/socket.creturn(sock->ops->recv(sock, buff, len,(file->f_flags & O_NONBLOCK), flags));
O_NONBLOCK950net/socket.clen=sock->ops->recvfrom(sock, buff, len, (file->f_flags & O_NONBLOCK),
O_NONBLOCK1049net/socket.creturn sock->ops->sendmsg(sock, &msg_sys, total_len, (file->f_flags&O_NONBLOCK), flags);
O_NONBLOCK1086net/socket.clen=sock->ops->recvmsg(sock, &msg_sys, total_len, (file->f_flags&O_NONBLOCK), flags, &addr_len);
O_NONBLOCK505net/unix/af_unix.cif(flags&O_NONBLOCK)
O_NONBLOCK600net/unix/af_unix.cif(flags&O_NONBLOCK)