taglinefilesource code
O_NONBLOCK2426drivers/char/cyclades.cif (filp->f_flags & O_NONBLOCK) {
O_NONBLOCK334drivers/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_NONBLOCK423drivers/char/psaux.cif (file->f_flags & O_NONBLOCK)
O_NONBLOCK2161drivers/char/serial.cif ((filp->f_flags & O_NONBLOCK) ||
O_NONBLOCK1374drivers/char/tty_io.cfile->f_flags |= O_NONBLOCK;
O_NONBLOCK1376drivers/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_NONBLOCK1170net/ax25/af_ax25.cif (sk->state != TCP_ESTABLISHED && (flags & O_NONBLOCK))
O_NONBLOCK1226net/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_NONBLOCK1009net/ipv4/af_inet.cif (sk->state != TCP_ESTABLISHED &&(flags & O_NONBLOCK)) 
O_NONBLOCK1099net/ipv4/af_inet.cif (flags & O_NONBLOCK) 
O_NONBLOCK4228net/ipv4/tcp.cif (flags & O_NONBLOCK) 
O_NONBLOCK784net/netrom/af_netrom.cif (sk->state != TCP_ESTABLISHED && (flags & O_NONBLOCK))
O_NONBLOCK842net/netrom/af_netrom.cif (flags & O_NONBLOCK) {
O_NONBLOCK337net/socket.creturn(sock->ops->read(sock, ubuf, size, (file->f_flags & O_NONBLOCK)));
O_NONBLOCK362net/socket.creturn(sock->ops->write(sock, ubuf, size,(file->f_flags & O_NONBLOCK)));
O_NONBLOCK528net/socket.cif (flags & O_NONBLOCK)
O_NONBLOCK936net/socket.creturn(sock->ops->send(sock, buff, len, (file->f_flags & O_NONBLOCK), flags));
O_NONBLOCK967net/socket.creturn(sock->ops->sendto(sock, buff, len, (file->f_flags & O_NONBLOCK),
O_NONBLOCK1000net/socket.creturn(sock->ops->recv(sock, buff, len,(file->f_flags & O_NONBLOCK), flags));
O_NONBLOCK1030net/socket.clen=sock->ops->recvfrom(sock, buff, len, (file->f_flags & O_NONBLOCK),
O_NONBLOCK1129net/socket.creturn sock->ops->sendmsg(sock, &msg_sys, total_len, (file->f_flags&O_NONBLOCK), flags);
O_NONBLOCK1166net/socket.clen=sock->ops->recvmsg(sock, &msg_sys, total_len, (file->f_flags&O_NONBLOCK), flags, &addr_len);
O_NONBLOCK482net/unix/af_unix.cif(flags&O_NONBLOCK)
O_NONBLOCK575net/unix/af_unix.cif(flags&O_NONBLOCK)