Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsys_generic.c1749 pollout(struct thread *td, struct pollfd *fds, struct pollfd *ufds, u_int nfd) in pollout() function
/freebsd/contrib/unbound/daemon/
H A Dremote.c4337 sock_poll_timeout(int fd, int timeout, int pollin, int pollout, int* event) in sock_poll_timeout()