Searched defs:ufds (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/kern/ |
H A D | sys_generic.c | 1612 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 D | umad.c | 832 struct pollfd ufds; in dev_poll() local
|
/freebsd/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/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
|