Home
last modified time | relevance | path

Searched refs:inotify_init1 (Results 1 – 15 of 15) sorted by relevance

/freebsd/lib/libc/gen/
H A Dinotify.c28 inotify_init1(int flags) in inotify_init1() function
47 return (inotify_init1(0)); in inotify_init()
H A DSymbol.map467 inotify_init1;
/freebsd/share/examples/inotify/
H A Dinotify.c99 ifd = inotify_init1(IN_NONBLOCK); in main()
/freebsd/sys/sys/
H A Dinotify.h150 int inotify_init1(int flags);
/freebsd/sys/contrib/openzfs/lib/libzfs/os/linux/
H A Dlibzfs_util_os.c148 int ino = inotify_init1(IN_CLOEXEC); in libzfs_load_module()
/freebsd/contrib/llvm-project/clang/lib/DirectoryWatcher/linux/
H A DDirectoryWatcher-linux.cpp328 const int InotifyFD = inotify_init1(IN_CLOEXEC); in create()
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/
H A Drtsan_interceptors_posix.cpp1376 INTERCEPTOR(int, inotify_init1, int flags) { argument
1378 return REAL(inotify_init1)(flags);
1413 #define RTSAN_MAYBE_INTERCEPT_INOTIFY_INIT1 INTERCEPT_FUNCTION(inotify_init1)
/freebsd/lib/libsys/
H A DMakefile.sys467 inotify.2 inotify_init1.2 \
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1862 TSAN_INTERCEPTOR(int, inotify_init1, int flags) { in TSAN_INTERCEPTOR() argument
1863 SCOPED_TSAN_INTERCEPTOR(inotify_init1, flags); in TSAN_INTERCEPTOR()
1864 int fd = REAL(inotify_init1)(flags); in TSAN_INTERCEPTOR()
1869 #define TSAN_MAYBE_INTERCEPT_INOTIFY_INIT1 TSAN_INTERCEPT(inotify_init1)
/freebsd/tests/sys/kern/
H A Dinotify_test.c133 ifd = inotify_init1(flags); in inotify()
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/tests/
H A Drtsan_test_interceptors_posix.cpp1704 auto Func = []() { inotify_init1(0); }; in TEST()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_syscalls.inc2693 PRE_SYSCALL(inotify_init1)(long flags) {}
2695 POST_SYSCALL(inotify_init1)(long res, long flags) {}
/freebsd/crypto/krb5/src/util/verto/
H A Dev.c4369 int fd = inotify_init1 (IN_CLOEXEC | IN_NONBLOCK); in infy_newfd()
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2075 fun:inotify_init1=uninstrumented
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs.abi9471 <function-decl name='inotify_init1' visibility='default' binding='global' size-in-bits='64'>