Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/kern/
HDsys_generic.c1623 kern_poll(struct thread *td, struct pollfd *ufds, u_int nfds, in kern_poll()
1720 pollout(struct thread *td, struct pollfd *fds, struct pollfd *ufds, u_int nfd) in pollout()
/freebsd-14-stable/contrib/ofed/libibumad/
HDumad.c832 struct pollfd ufds; in dev_poll() local
/freebsd-14-stable/sys/compat/linux/
HDlinux_misc.c2274 linux_pollin(struct thread *td, struct pollfd *fds, struct pollfd *ufds, u_int nfd) in linux_pollin()
2293 linux_pollout(struct thread *td, struct pollfd *fds, struct pollfd *ufds, u_int nfd) in linux_pollout()
/freebsd-14-stable/contrib/llvm-project/compiler-rt/include/sanitizer/
HDlinux_syscall_hooks.h1182 #define __sanitizer_syscall_pre_poll(ufds, nfds, timeout) \ argument
1184 #define __sanitizer_syscall_post_poll(res, ufds, nfds, timeout) \ argument