/third_party/musl/libc-test/src/functionalext/supplement/linux/ |
H A D | inotify.c | 45 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 D | inotify.h | 123 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 D | libc_inotify.cpp | 30 inotify_rm_watch(fd, wd); in Bm_function_Inotify_add_watch()
|
/third_party/musl/src/linux/ |
H A D | inotify.c | 23 int inotify_rm_watch(int fd, int wd) in inotify_rm_watch() function
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | inotify.h | 52 int inotify_rm_watch(int, int);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | inotify.h | 52 int inotify_rm_watch(int, int);
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | inotify.h | 52 int inotify_rm_watch(int, int);
|
/third_party/musl/include/sys/ |
H A D | inotify.h | 52 int inotify_rm_watch(int, int);
|
/third_party/toybox/toys/other/ |
H A D | inotifyd.c | 116 inotify_rm_watch(fds.fd, event->wd); in inotifyd_main()
|
/third_party/eudev/src/udev/ |
H A D | udev-watch.c | 133 inotify_rm_watch(inotify_fd, wd); in udev_watch_end()
|
/third_party/rust/crates/nix/src/sys/ |
H A D | inotify.rs | 171 /// 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 D | linux_joystick.c | 377 inotify_rm_watch(_glfw.linjs.inotify, _glfw.linjs.watch); in _glfwTerminateJoysticksLinux()
|
/third_party/alsa-utils/alsactl/ |
H A D | monitor.c | 444 inotify_rm_watch(infd, wd); in monitor()
|
/third_party/node/deps/uv/src/unix/ |
H A D | linux-inotify.c | 162 inotify_rm_watch(loop->inotify_fd, w->wd); in maybe_free_watcher_list()
|
/third_party/libuv/src/unix/ |
H A D | linux.c | 2456 inotify_rm_watch(loop->inotify_fd, w->wd); in maybe_free_watcher_list()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_device.c | 3228 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 D | mod.rs | 3050 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 D | mod.rs | 3425 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 D | mod.rs | 4413 pub fn inotify_rm_watch(fd: ::c_int, wd: ::c_int) -> ::c_int; in inotify_rm_watch() functions
|