taglinefilesource code
O_NONBLOCK2426drivers/char/cyclades.cif (filp->f_flags & O_NONBLOCK) {
O_NONBLOCK342drivers/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_NONBLOCK385drivers/char/psaux.cif (file->f_flags & O_NONBLOCK)
O_NONBLOCK2161drivers/char/serial.cif ((filp->f_flags & O_NONBLOCK) ||
O_NONBLOCK1375drivers/char/tty_io.cfile->f_flags |= O_NONBLOCK;
O_NONBLOCK1377drivers/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_NONBLOCK319drivers/scsi/sg.cif (filp->f_flags & O_NONBLOCK)
O_NONBLOCK383drivers/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_NONBLOCK203fs/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_NONBLOCK1146net/ax25/af_ax25.cif (sk->state != TCP_ESTABLISHED && (flags & O_NONBLOCK))
O_NONBLOCK1202net/ax25/af_ax25.cif (flags & O_NONBLOCK) {
O_NONBLOCK969net/ipv4/af_inet.cif (sock->state == SS_CONNECTING && sk->protocol == IPPROTO_TCP && (flags & O_NONBLOCK))
O_NONBLOCK1002net/ipv4/af_inet.cif (sk->state != TCP_ESTABLISHED &&(flags & O_NONBLOCK)) 
O_NONBLOCK1092net/ipv4/af_inet.cif (flags & O_NONBLOCK) 
O_NONBLOCK4181net/ipv4/tcp.cif (flags & O_NONBLOCK) 
O_NONBLOCK755net/netrom/af_netrom.cif (sk->state != TCP_ESTABLISHED && (flags & O_NONBLOCK))
O_NONBLOCK813net/netrom/af_netrom.cif (flags & O_NONBLOCK) {
O_NONBLOCK332net/socket.creturn(sock->ops->read(sock, ubuf, size, (file->f_flags & O_NONBLOCK)));
O_NONBLOCK357net/socket.creturn(sock->ops->write(sock, ubuf, size,(file->f_flags & O_NONBLOCK)));
O_NONBLOCK523net/socket.cif (flags & O_NONBLOCK)
O_NONBLOCK931net/socket.creturn(sock->ops->send(sock, buff, len, (file->f_flags & O_NONBLOCK), flags));
O_NONBLOCK962net/socket.creturn(sock->ops->sendto(sock, buff, len, (file->f_flags & O_NONBLOCK),
O_NONBLOCK995net/socket.creturn(sock->ops->recv(sock, buff, len,(file->f_flags & O_NONBLOCK), flags));
O_NONBLOCK1025net/socket.clen=sock->ops->recvfrom(sock, buff, len, (file->f_flags & O_NONBLOCK),
O_NONBLOCK546net/unix/sock.cif (flags & O_NONBLOCK)