Searched refs:ufds (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/sys/kern/ |
| D | sys_pipe.c | 172 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/ |
| D | linux_syscall_hooks.h | 1182 #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/ |
| D | sanitizer_common_syscalls.inc | 2054 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));
|