Home
last modified time | relevance | path

Searched refs:put_old (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h670 #define __sanitizer_syscall_pre_pivot_root(new_root, put_old) \ argument
671 __sanitizer_syscall_pre_impl_pivot_root((long)(new_root), (long)(put_old))
672 #define __sanitizer_syscall_post_pivot_root(res, new_root, put_old) \ argument
674 (long)(put_old))
2392 void __sanitizer_syscall_pre_impl_pivot_root(long new_root, long put_old);
2394 long put_old);
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_syscalls.inc1250 PRE_SYSCALL(pivot_root)(const void *new_root, const void *put_old) {
1254 if (put_old)
1255 PRE_READ(put_old, __sanitizer::internal_strlen((const char *)put_old) + 1);
1258 POST_SYSCALL(pivot_root)(long res, const void *new_root, const void *put_old) {}
/freebsd/sys/i386/linux/
H A Dlinux_systrace_args.c1545 uarg[a++] = (intptr_t)p->put_old; /* char * */ in systrace_args()
H A Dlinux_proto.h689 char put_old_l_[PADL_(char *)]; char * put_old; char put_old_r_[PADR_(char *)]; member
/freebsd/sys/amd64/linux32/
H A Dlinux32_systrace_args.c1514 uarg[a++] = (intptr_t)p->put_old; /* char * */ in systrace_args()
H A Dlinux32_proto.h691 char put_old_l_[PADL_(char *)]; char * put_old; char put_old_r_[PADR_(char *)]; member