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.c1499 return (kern_poll(td, uap->fds, uap->nfds, tsp, NULL)); in sys_poll()
1605 return (kern_poll(td, uap->fds, uap->nfds, tsp, ssp)); in sys_ppoll()
1612 kern_poll(struct thread *td, struct pollfd *ufds, u_int nfds, in kern_poll() function
/freebsd/sys/sys/
H A Dsyscallsubr.h273 int kern_poll(struct thread *td, struct pollfd *fds, u_int nfds,
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_misc.c4001 return (kern_poll(td, uap->fds, uap->nfds, tsp, ssp)); in freebsd32_ppoll()
/freebsd/sys/conf/
H A Dfiles3830 kern/kern_poll.c optional device_polling