Searched refs:kern_poll (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | sys_generic.c | 1418 return (kern_poll(td, uap->fds, uap->nfds, tsp, NULL)); in sys_poll() 1422 kern_poll(struct thread *td, struct pollfd *ufds, u_int nfds, in kern_poll() function 1550 return (kern_poll(td, uap->fds, uap->nfds, tsp, ssp)); in sys_ppoll()
|
| /f-stack/freebsd/sys/ |
| H A D | syscallsubr.h | 228 int kern_poll(struct thread *td, struct pollfd *fds, u_int nfds,
|
| /f-stack/lib/ |
| H A D | ff_syscall_wrapper.c | 1150 if ((rc = kern_poll(curthread, fds, nfds, &ts, NULL))) in ff_poll()
|