Home
last modified time | relevance | path

Searched refs:ufds (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/sys/kern/
Dsys_pipe.c172 dopipe(struct proc *p, int *ufds, int flags) in dopipe() argument
209 error = copyout(fds, ufds, sizeof(fds)); in dopipe()
/openbsd/src/gnu/llvm/compiler-rt/include/sanitizer/
Dlinux_syscall_hooks.h1182 #define __sanitizer_syscall_pre_poll(ufds, nfds, timeout) \ argument
1183 __sanitizer_syscall_pre_impl_poll((long)(ufds), (long)(nfds), (long)(timeout))
1184 #define __sanitizer_syscall_post_poll(res, ufds, nfds, timeout) \ argument
1185 __sanitizer_syscall_post_impl_poll(res, (long)(ufds), (long)(nfds), \
2682 void __sanitizer_syscall_pre_impl_poll(long ufds, long nfds, long timeout);
2683 void __sanitizer_syscall_post_impl_poll(long res, long ufds, long nfds,
/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_syscalls.inc2054 PRE_SYSCALL(poll)(void *ufds, long nfds, long timeout) {}
2057 (long res, __sanitizer_pollfd *ufds, long nfds, long timeout) {
2059 if (ufds)
2060 POST_WRITE(ufds, nfds * sizeof(*ufds));