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