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