tag | line | file | source code |
---|---|---|---|
fcntl | 75 | net/kern_sock.h | int (*fcntl) (struct socket *sock, unsigned int cmd, |
fcntl | 821 | net/socket.c | if (sock != NULL && sock->ops != NULL && sock->ops->fcntl != NULL) |
fcntl | 822 | net/socket.c | return (sock->ops->fcntl (sock, cmd, arg)); |