Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsys_generic.c1612 kern_poll(struct thread *td, struct pollfd *ufds, u_int nfds, in kern_poll()
1709 pollout(struct thread *td, struct pollfd *fds, struct pollfd *ufds, u_int nfd) in pollout()
/freebsd/contrib/ofed/libibumad/
H A Dumad.c832 struct pollfd ufds; in dev_poll() local
/freebsd/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/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