Home
last modified time | relevance | path

Searched defs:ufds (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/sys/kern/
H A Dsys_generic.c1590 kern_poll(struct thread * td,struct pollfd * ufds,u_int nfds,struct timespec * tsp,sigset_t * set) kern_poll() argument
1687 pollout(struct thread * td,struct pollfd * fds,struct pollfd * ufds,u_int nfd) pollout() argument
[all...]
/freebsd-src/contrib/ofed/libibumad/
H A Dumad.c832 struct pollfd ufds; in dev_poll() local
/freebsd-src/sys/compat/linux/
H A Dlinux_misc.c2300 linux_pollin(struct thread *td, struct pollfd *fds, struct pollfd *ufds, u_int nfd) in linux_pollin()
2319 linux_pollout(struct thread *td, struct pollfd *fds, struct pollfd *ufds, u_int nfd) in linux_pollout()
/freebsd-src/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h1182 #define __sanitizer_syscall_pre_poll(ufds, nfds, timeout) \ argument
1184 #define __sanitizer_syscall_post_poll(res, ufds, nfds, timeout) \ argument