Searched refs:linux_common_ppoll (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/compat/linux/ |
H A D | linux_misc.c | 128 static int linux_common_ppoll(struct thread *, struct pollfd *, 2199 error = linux_common_ppoll(td, args->fds, args->nfds, tsp, in linux_ppoll() 2207 linux_common_ppoll(struct thread *td, struct pollfd *fds, uint32_t nfds, in linux_common_ppoll() function 2271 error = linux_common_ppoll(td, args->fds, args->nfds, tsp, in linux_ppoll_time64() 2567 return (linux_common_ppoll(td, args->fds, args->nfds, in linux_poll()
|