Searched refs:mountdirfd (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/compiler-rt/include/sanitizer/ |
| H A D | linux_syscall_hooks.h | 1799 #define __sanitizer_syscall_pre_open_by_handle_at(mountdirfd, handle, flags) \ argument 1801 (long)(mountdirfd), (long)(handle), (long)(flags)) 1802 #define __sanitizer_syscall_post_open_by_handle_at(res, mountdirfd, handle, \ argument 1805 res, (long)(mountdirfd), (long)(handle), (long)(flags)) 3048 void __sanitizer_syscall_pre_impl_open_by_handle_at(long mountdirfd, 3050 void __sanitizer_syscall_post_impl_open_by_handle_at(long res, long mountdirfd,
|
| /freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_syscalls.inc | 2795 PRE_SYSCALL(open_by_handle_at)(long mountdirfd, void *handle, long flags) {} 2797 POST_SYSCALL(open_by_handle_at)(long res, long mountdirfd, void *handle,
|