Home
last modified time | relevance | path

Searched refs:inotify_init (Results 1 – 5 of 5) sorted by relevance

/freebsd-14-stable/sys/x86/linux/
HDlinux_dummy_x86.c50 DUMMY(inotify_init);
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
HDtsan_interceptors_posix.cpp1772 TSAN_INTERCEPTOR(int, inotify_init, int fake) { in TSAN_INTERCEPTOR() argument
1773 SCOPED_TSAN_INTERCEPTOR(inotify_init, fake); in TSAN_INTERCEPTOR()
1774 int fd = REAL(inotify_init)(fake); in TSAN_INTERCEPTOR()
1779 #define TSAN_MAYBE_INTERCEPT_INOTIFY_INIT TSAN_INTERCEPT(inotify_init)
/freebsd-14-stable/contrib/capsicum-test/
HDlinux.cc526 int i_fd = inotify_init(); in TEST()
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_common_syscalls.inc2686 PRE_SYSCALL(inotify_init)() {}
2688 POST_SYSCALL(inotify_init)(long res) {}
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/dfsan/
HDlibc_ubuntu1404_abilist.txt2074 fun:inotify_init=uninstrumented