Home
last modified time | relevance | path

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

/freebsd-head/sys/kern/
HDsys_generic.c1500 return (kern_poll(td, uap->fds, uap->nfds, tsp, NULL)); in sys_poll()
1606 return (kern_poll(td, uap->fds, uap->nfds, tsp, ssp)); in sys_ppoll()
1613 kern_poll(struct thread *td, struct pollfd *ufds, u_int nfds, in kern_poll() function
/freebsd-head/sys/sys/
HDsyscallsubr.h273 int kern_poll(struct thread *td, struct pollfd *fds, u_int nfds,
/freebsd-head/sys/compat/freebsd32/
HDfreebsd32_misc.c4058 return (kern_poll(td, uap->fds, uap->nfds, tsp, ssp)); in freebsd32_ppoll()
/freebsd-head/sys/conf/
HDfiles3824 kern/kern_poll.c optional device_polling