Home
last modified time | relevance | path

Searched refs:inotify_rm_watch (Results 1 - 19 of 19) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/linux/
H A Dinotify.c45 return inotify_rm_watch(fd, wd); in inotify_rm_watch_test()
155 int ret = inotify_rm_watch(fd, -1); in inotify_rm_watch_0200()
159 ret = inotify_rm_watch(-1, -1); in inotify_rm_watch_0200()
/third_party/ltp/testcases/kernel/syscalls/utils/
H A Dinotify.h123 extern int inotify_rm_watch(struct inotify_handle *, struct inotify_watch *);
199 static inline int inotify_rm_watch(struct inotify_handle *ih, in inotify_rm_watch() function
/third_party/musl/Benchmark/musl/
H A Dlibc_inotify.cpp30 inotify_rm_watch(fd, wd); in Bm_function_Inotify_add_watch()
/third_party/musl/src/linux/
H A Dinotify.c23 int inotify_rm_watch(int fd, int wd) in inotify_rm_watch() function
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dinotify.h52 int inotify_rm_watch(int, int);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dinotify.h52 int inotify_rm_watch(int, int);
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dinotify.h52 int inotify_rm_watch(int, int);
/third_party/musl/include/sys/
H A Dinotify.h52 int inotify_rm_watch(int, int);
/third_party/toybox/toys/other/
H A Dinotifyd.c116 inotify_rm_watch(fds.fd, event->wd); in inotifyd_main()
/third_party/eudev/src/udev/
H A Dudev-watch.c133 inotify_rm_watch(inotify_fd, wd); in udev_watch_end()
/third_party/rust/crates/nix/src/sys/
H A Dinotify.rs171 /// For more information see, [inotify_rm_watch(2)](https://man7.org/linux/man-pages/man2/inotify_rm_watch.2.html).
180 let res = unsafe { libc::inotify_rm_watch(self.fd, arg) }; in rm_watch()
/third_party/glfw/src/
H A Dlinux_joystick.c377 inotify_rm_watch(_glfw.linjs.inotify, _glfw.linjs.watch); in _glfwTerminateJoysticksLinux()
/third_party/alsa-utils/alsactl/
H A Dmonitor.c444 inotify_rm_watch(infd, wd); in monitor()
/third_party/node/deps/uv/src/unix/
H A Dlinux-inotify.c162 inotify_rm_watch(loop->inotify_fd, w->wd); in maybe_free_watcher_list()
/third_party/libuv/src/unix/
H A Dlinux.c2456 inotify_rm_watch(loop->inotify_fd, w->wd); in maybe_free_watcher_list()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_device.c3228 inotify_rm_watch(notifier->fd, notifier->watch); in radv_notifier_thread_run()
3267 inotify_rm_watch(notifier->fd, notifier->watch); in radv_device_init_notifier()
3286 inotify_rm_watch(notifier->fd, notifier->watch); in radv_device_finish_notifier()
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs3050 pub fn inotify_rm_watch(fd: ::c_int, wd: ::c_int) -> ::c_int; in inotify_rm_watch() functions
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs3425 pub fn inotify_rm_watch(fd: ::c_int, wd: u32) -> ::c_int; in inotify_rm_watch() functions
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs4413 pub fn inotify_rm_watch(fd: ::c_int, wd: ::c_int) -> ::c_int; in inotify_rm_watch() functions

Completed in 46 milliseconds