Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsys_generic.c1533 return (kern_poll(td, uap->fds, uap->nfds, tsp, NULL)); in sys_poll()
1639 return (kern_poll(td, uap->fds, uap->nfds, tsp, ssp)); in sys_ppoll()
1646 kern_poll(struct thread *td, struct pollfd *ufds, u_int nfds, in kern_poll() function
/freebsd/sys/sys/
H A Dsyscallsubr.h275 int kern_poll(struct thread *td, struct pollfd *fds, u_int nfds,
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_misc.c4061 return (kern_poll(td, uap->fds, uap->nfds, tsp, ssp)); in freebsd32_ppoll()
/freebsd/sys/conf/
H A Dfiles3834 kern/kern_poll.c optional device_polling