Searched refs:kern_poll (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/kern/ |
H A D | sys_generic.c | 1499 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 D | syscallsubr.h | 273 int kern_poll(struct thread *td, struct pollfd *fds, u_int nfds,
|
/freebsd/sys/compat/freebsd32/ |
H A D | freebsd32_misc.c | 4001 return (kern_poll(td, uap->fds, uap->nfds, tsp, ssp)); in freebsd32_ppoll()
|
/freebsd/sys/conf/ |
H A D | files | 3830 kern/kern_poll.c optional device_polling
|