tag | line | file | source code |
O_NONBLOCK | 2426 | drivers/char/cyclades.c | if (filp->f_flags & O_NONBLOCK) { |
O_NONBLOCK | 343 | drivers/char/lp.c | if ((LP_F(minor) & LP_ABORTOPEN) && !(file->f_flags & O_NONBLOCK)) { |
O_NONBLOCK | 828 | drivers/char/n_tty.c | if (file->f_flags & O_NONBLOCK) { |
O_NONBLOCK | 956 | drivers/char/n_tty.c | if (file->f_flags & O_NONBLOCK) { |
O_NONBLOCK | 430 | drivers/char/psaux.c | if (file->f_flags & O_NONBLOCK) |
O_NONBLOCK | 2176 | drivers/char/serial.c | if ((filp->f_flags & O_NONBLOCK) || |
O_NONBLOCK | 1374 | drivers/char/tty_io.c | file->f_flags |= O_NONBLOCK; |
O_NONBLOCK | 1376 | drivers/char/tty_io.c | file->f_flags &= ~O_NONBLOCK; |
O_NONBLOCK | 109 | drivers/scsi/sg.c | if (flags & O_NONBLOCK) |
O_NONBLOCK | 124 | drivers/scsi/sg.c | if (flags & O_NONBLOCK) |
O_NONBLOCK | 216 | drivers/scsi/sg.c | if (filp->f_flags & O_NONBLOCK) |
O_NONBLOCK | 318 | drivers/scsi/sg.c | if (filp->f_flags & O_NONBLOCK) |
O_NONBLOCK | 382 | drivers/scsi/sg.c | if (!(SCpnt=allocate_device(NULL,device->device, !(filp->f_flags & O_NONBLOCK)))) |
O_NONBLOCK | 117 | drivers/sound/sequencer.c | if (ISSET_FILE_FLAG (file, O_NONBLOCK)) |
O_NONBLOCK | 341 | drivers/sound/sequencer.c | if (!seq_queue (event, ISSET_FILE_FLAG (file, O_NONBLOCK))) |
O_NONBLOCK | 348 | drivers/sound/sequencer.c | if (!processed && ISSET_FILE_FLAG (file, O_NONBLOCK)) |
O_NONBLOCK | 1204 | drivers/sound/sequencer.c | if (mode != OPEN_READ && !ISSET_FILE_FLAG (file, O_NONBLOCK)) |
O_NONBLOCK | 100 | fs/fcntl.c | filp->f_flags &= ~(O_APPEND | O_NONBLOCK | FASYNC); |
O_NONBLOCK | 101 | fs/fcntl.c | filp->f_flags |= arg & (O_APPEND | O_NONBLOCK | |
O_NONBLOCK | 29 | fs/fifo.c | if (!(filp->f_flags & O_NONBLOCK) && !PIPE_WRITERS(*inode)) { |
O_NONBLOCK | 55 | fs/fifo.c | if ((filp->f_flags & O_NONBLOCK) && !PIPE_READERS(*inode)) { |
O_NONBLOCK | 77 | fs/ioctl.c | filp->f_flags |= O_NONBLOCK; |
O_NONBLOCK | 79 | fs/ioctl.c | filp->f_flags &= ~O_NONBLOCK; |
O_NONBLOCK | 30 | fs/pipe.c | if (filp->f_flags & O_NONBLOCK) { |
O_NONBLOCK | 94 | fs/pipe.c | if (filp->f_flags & O_NONBLOCK) |
O_NONBLOCK | 208 | fs/pipe.c | if (filp->f_flags & O_NONBLOCK) |
O_NONBLOCK | 17 | include/asm-alpha/fcntl.h | #define O_NDELAY O_NONBLOCK |
O_NONBLOCK | 16 | include/asm-i386/fcntl.h | #define O_NDELAY O_NONBLOCK |
O_NONBLOCK | 1219 | net/ax25/af_ax25.c | if (sk->state != TCP_ESTABLISHED && (flags & O_NONBLOCK)) |
O_NONBLOCK | 1275 | net/ax25/af_ax25.c | if (flags & O_NONBLOCK) { |
O_NONBLOCK | 982 | net/ipv4/af_inet.c | if (sock->state == SS_CONNECTING && sk->protocol == IPPROTO_TCP && (flags & O_NONBLOCK)) |
O_NONBLOCK | 1017 | net/ipv4/af_inet.c | if (sk->state != TCP_ESTABLISHED &&(flags & O_NONBLOCK)) |
O_NONBLOCK | 1109 | net/ipv4/af_inet.c | if (flags & O_NONBLOCK) |
O_NONBLOCK | 4227 | net/ipv4/tcp.c | if (flags & O_NONBLOCK) |
O_NONBLOCK | 798 | net/netrom/af_netrom.c | if (sk->state != TCP_ESTABLISHED && (flags & O_NONBLOCK)) |
O_NONBLOCK | 856 | net/netrom/af_netrom.c | if (flags & O_NONBLOCK) { |
O_NONBLOCK | 333 | net/socket.c | return(sock->ops->read(sock, ubuf, size, (file->f_flags & O_NONBLOCK))); |
O_NONBLOCK | 358 | net/socket.c | return(sock->ops->write(sock, ubuf, size,(file->f_flags & O_NONBLOCK))); |
O_NONBLOCK | 524 | net/socket.c | if (flags & O_NONBLOCK) |
O_NONBLOCK | 932 | net/socket.c | return(sock->ops->send(sock, buff, len, (file->f_flags & O_NONBLOCK), flags)); |
O_NONBLOCK | 963 | net/socket.c | return(sock->ops->sendto(sock, buff, len, (file->f_flags & O_NONBLOCK), |
O_NONBLOCK | 996 | net/socket.c | return(sock->ops->recv(sock, buff, len,(file->f_flags & O_NONBLOCK), flags)); |
O_NONBLOCK | 1026 | net/socket.c | len=sock->ops->recvfrom(sock, buff, len, (file->f_flags & O_NONBLOCK), |
O_NONBLOCK | 1125 | net/socket.c | return sock->ops->sendmsg(sock, &msg_sys, total_len, (file->f_flags&O_NONBLOCK), flags); |
O_NONBLOCK | 1162 | net/socket.c | len=sock->ops->recvmsg(sock, &msg_sys, total_len, (file->f_flags&O_NONBLOCK), flags, &addr_len); |
O_NONBLOCK | 505 | net/unix/af_unix.c | if(flags&O_NONBLOCK) |
O_NONBLOCK | 600 | net/unix/af_unix.c | if(flags&O_NONBLOCK) |