Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsys_generic.c114 static int pollscan(struct thread *, struct pollfd *, u_int);
1542 error = pollscan(td, kfds, nfds); in kern_poll_kfds()
1708 pollscan(struct thread *td, struct pollfd *fds, u_int nfd) in pollscan() function