Home
last modified time | relevance | path

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

/freebsd/lib/libc/gen/
H A Dinotify.c45 inotify_init(void) in inotify_init() function
H A DSymbol.map466 inotify_init;
/freebsd/sys/sys/
H A Dinotify.h149 int inotify_init(void);
/freebsd/sys/kern/
H A Dvfs_inotify.c140 inotify_init(void *arg __unused) in inotify_init() function
147 SYSINIT(inotify, SI_SUB_VFS, SI_ORDER_ANY, inotify_init, NULL);
/freebsd/lib/libsys/
H A DMakefile.sys464 MLINKS+=inotify.2 inotify_init.2 \
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_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/contrib/capsicum-test/
H A Dlinux.cc526 int i_fd = inotify_init(); in TEST()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_syscalls.inc2686 PRE_SYSCALL(inotify_init)() {}
2688 POST_SYSCALL(inotify_init)(long res) {}
/freebsd/crypto/krb5/src/util/verto/
H A Dev.c4373 return inotify_init (); in infy_newfd()
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2074 fun:inotify_init=uninstrumented