Home
last modified time | relevance | path

Searched refs:swap_flags (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h1425 #define __sanitizer_syscall_pre_swapon(specialfile, swap_flags) \ argument
1426 __sanitizer_syscall_pre_impl_swapon((long)(specialfile), (long)(swap_flags))
1427 #define __sanitizer_syscall_post_swapon(res, specialfile, swap_flags) \ argument
1429 (long)(swap_flags))
2835 void __sanitizer_syscall_pre_impl_swapon(long specialfile, long swap_flags);
2837 long swap_flags);
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_syscalls.inc2462 PRE_SYSCALL(swapon)(const void *specialfile, long swap_flags) {
2468 POST_SYSCALL(swapon)(long res, const void *specialfile, long swap_flags) {}