Searched refs:mountdirfd (Results 1 – 2 of 2) sorted by relevance
/openbsd/gnu/llvm/compiler-rt/include/sanitizer/ |
H A D | linux_syscall_hooks.h | 1807 #define __sanitizer_syscall_pre_open_by_handle_at(mountdirfd, handle, flags) \ argument 1809 (long)(mountdirfd), (long)(handle), (long)(flags)) 1810 #define __sanitizer_syscall_post_open_by_handle_at(res, mountdirfd, handle, \ argument 1813 res, (long)(mountdirfd), (long)(handle), (long)(flags)) 3063 void __sanitizer_syscall_pre_impl_open_by_handle_at(long mountdirfd, 3065 void __sanitizer_syscall_post_impl_open_by_handle_at(long res, long mountdirfd,
|
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_syscalls.inc | 3064 PRE_SYSCALL(open_by_handle_at)(long mountdirfd, void *handle, long flags) {} 3067 (long res, long mountdirfd, void *handle, long flags) {}
|