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