taglinefilesource code
nonblock53net/kern_sock.hint (*read)(struct socket *sock, char *ubuf, int size, int nonblock);
nonblock54net/kern_sock.hint (*write)(struct socket *sock, char *ubuf, int size, int nonblock);
nonblock55net/unix.cint nonblock);
nonblock57net/unix.cint nonblock);
nonblock387net/unix.cunix_proto_read(struct socket *sock, char *ubuf, int size, int nonblock)
nonblock401net/unix.cif (nonblock)
nonblock451net/unix.cunix_proto_write(struct socket *sock, char *ubuf, int size, int nonblock)
nonblock470net/unix.cif (nonblock)