Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dnetbsd_syscall_hooks.h1116 #define __sanitizer_syscall_pre_reboot(opt, bootstr) \ argument
1117 __sanitizer_syscall_pre_impl_reboot((long long)(opt), (long long)(bootstr))
1118 #define __sanitizer_syscall_post_reboot(res, opt, bootstr) \ argument
1120 (long long)(bootstr))
3692 void __sanitizer_syscall_pre_impl_reboot(long long opt, long long bootstr);
3694 long long bootstr);
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_syscalls_netbsd.inc1636 const char *bootstr = (const char *)bootstr_;
1637 if (bootstr) {
1638 PRE_READ(bootstr, __sanitizer::internal_strlen(bootstr) + 1);
1643 const char *bootstr = (const char *)bootstr_;
1644 if (bootstr) {
1645 POST_READ(bootstr, __sanitizer::internal_strlen(bootstr) + 1);