| tag | line | file | source code |
| nonblock | 53 | net/kern_sock.h | int (*read)(struct socket *sock, char *ubuf, int size, int nonblock); |
| nonblock | 54 | net/kern_sock.h | int (*write)(struct socket *sock, char *ubuf, int size, int nonblock); |
| nonblock | 53 | net/unix.c | int nonblock); |
| nonblock | 55 | net/unix.c | int nonblock); |
| nonblock | 396 | net/unix.c | unix_proto_read(struct socket *sock, char *ubuf, int size, int nonblock) |
| nonblock | 410 | net/unix.c | if (nonblock) |
| nonblock | 460 | net/unix.c | unix_proto_write(struct socket *sock, char *ubuf, int size, int nonblock) |
| nonblock | 479 | net/unix.c | if (nonblock) |