Home
last modified time | relevance | path

Searched refs:pollout (Results 1 – 2 of 2) sorted by relevance

/src/sys/kern/
H A Dsys_generic.c115 static int pollout(struct thread *, struct pollfd *, struct pollfd *,
1671 error = pollout(td, kfds, ufds, nfds); in kern_poll()
1749 pollout(struct thread *td, struct pollfd *fds, struct pollfd *ufds, u_int nfd) in pollout() function
/src/contrib/unbound/daemon/
H A Dremote.c4337 sock_poll_timeout(int fd, int timeout, int pollin, int pollout, int* event) in sock_poll_timeout() argument
4341 log_assert(pollin || pollout); in sock_poll_timeout()
4366 if(pollout) in sock_poll_timeout()