Searched refs:removexattr (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/compat/linux/ |
H A D | linux_xattr.c | 253 removexattr(struct thread *td, struct removexattr_args *args) in removexattr() function 280 return (removexattr(td, &eargs)); in linux_removexattr() 293 return (removexattr(td, &eargs)); in linux_lremovexattr() 306 return (removexattr(td, &eargs)); in linux_fremovexattr()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_syscalls.inc | 1181 PRE_SYSCALL(removexattr)(const void *path, const void *name) { 1188 POST_SYSCALL(removexattr)(long res, const void *path, const void *name) {}
|
H A D | sanitizer_syscalls_netbsd.inc | 2816 PRE_SYSCALL(removexattr)(void *path_, void *name_) { 2822 POST_SYSCALL(removexattr)(long long res, void *path_, void *name_) {
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 2747 fun:removexattr=uninstrumented
|