Home
last modified time | relevance | path

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

/freebsd-14.2/sys/compat/linux/
H A Dlinux_misc.c127 static int linux_common_ppoll(struct thread *, struct pollfd *,
2193 error = linux_common_ppoll(td, args->fds, args->nfds, tsp, in linux_ppoll()
2201 linux_common_ppoll(struct thread *td, struct pollfd *fds, uint32_t nfds, in linux_common_ppoll() function
2265 error = linux_common_ppoll(td, args->fds, args->nfds, tsp, in linux_ppoll_time64()
2561 return (linux_common_ppoll(td, args->fds, args->nfds, in linux_poll()