Searched defs:ufds (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/sys/kern/ |
H A D | sys_generic.c | 1590 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 D | umad.c | 832 struct pollfd ufds; in dev_poll() local
|
/freebsd-src/sys/compat/linux/ |
H A D | linux_misc.c | 2300 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 D | linux_syscall_hooks.h | 1182 #define __sanitizer_syscall_pre_poll(ufds, nfds, timeout) \ argument 1184 #define __sanitizer_syscall_post_poll(res, ufds, nfds, timeout) \ argument
|