Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsys_generic.c1418 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 Dsyscallsubr.h228 int kern_poll(struct thread *td, struct pollfd *fds, u_int nfds,
/f-stack/lib/
H A Dff_syscall_wrapper.c1150 if ((rc = kern_poll(curthread, fds, nfds, &ts, NULL))) in ff_poll()