Home
last modified time | relevance | path

Searched refs:inotify_event (Results 1 – 25 of 44) sorted by relevance

12

/third_party/ltp/testcases/kernel/syscalls/inotify/
Dinotify11.c39 #define EVENT_SIZE (sizeof(struct inotify_event))
61 struct inotify_event *event; in verify_inotify()
80 event = (struct inotify_event *)&event_buf[i]; in verify_inotify()
Dinotify12.c33 #define EVENT_SIZE (sizeof(struct inotify_event))
70 struct inotify_event *event = (struct inotify_event *)event_buf; in verify_inotify()
Dinotify05.c29 #define EVENT_SIZE (sizeof(struct inotify_event))
77 struct inotify_event *event; in verify_inotify()
79 event = (struct inotify_event *)&event_buf[i]; in verify_inotify()
Dinotify01.c29 #define EVENT_SIZE (sizeof (struct inotify_event))
100 struct inotify_event *event; in verify_inotify()
101 event = (struct inotify_event *)&event_buf[i]; in verify_inotify()
Dinotify03.c33 #define EVENT_SIZE (sizeof(struct inotify_event))
90 struct inotify_event *event; in verify_inotify()
91 event = (struct inotify_event *)&event_buf[i]; in verify_inotify()
Dinotify08.c45 #define EVENT_SIZE (sizeof (struct inotify_event))
96 struct inotify_event *event; in verify_inotify()
97 event = (struct inotify_event *)&event_buf[i]; in verify_inotify()
Dinotify04.c32 #define EVENT_SIZE (sizeof(struct inotify_event))
124 struct inotify_event *event; in verify_inotify()
125 event = (struct inotify_event *)&event_buf[i]; in verify_inotify()
Dinotify07.c44 #define EVENT_SIZE (sizeof (struct inotify_event))
98 struct inotify_event *event; in verify_inotify()
99 event = (struct inotify_event *)&event_buf[i]; in verify_inotify()
Dinotify10.c31 #define EVENT_SIZE (sizeof(struct inotify_event))
151 struct inotify_event *event; in verify_inotify()
152 event = (struct inotify_event *)&event_buf[i]; in verify_inotify()
Dinotify02.c35 #define EVENT_SIZE (sizeof (struct inotify_event))
133 struct inotify_event *event; in verify_inotify()
134 event = (struct inotify_event *)&event_buf[i]; in verify_inotify()
/third_party/toybox/toys/other/
Dinotifyd.c74 struct inotify_event *event; in inotifyd_main()
87 size = sizeof(struct inotify_event); in inotifyd_main()
/third_party/glfw/src/
Dlinux_joystick.c288 const struct inotify_event* e = (struct inotify_event*) (buffer + offset); in _glfwPollJoystickEvents()
297 offset += sizeof(struct inotify_event) + e->len; in _glfwPollJoystickEvents()
/third_party/pulseaudio/src/modules/
Dmodule-udev-detect.c567 struct inotify_event e; in inotify_cb()
578 struct inotify_event *event; in inotify_cb()
594 if ((size_t) r < sizeof(struct inotify_event)) { in inotify_cb()
599 len = sizeof(struct inotify_event) + event->len; in inotify_cb()
625 event = (struct inotify_event*) ((uint8_t*) event + len); in inotify_cb()
/third_party/rust/crates/nix/src/sys/
Dinotify.rs192 let header_size = size_of::<libc::inotify_event>(); in read_events()
202 let mut event = MaybeUninit::<libc::inotify_event>::uninit(); in read_events()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dinotify.h11 struct inotify_event { struct
/third_party/musl/porting/uniproton/kernel/include/sys/
Dinotify.h11 struct inotify_event { struct
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dinotify.h11 struct inotify_event { struct
/third_party/musl/include/sys/
Dinotify.h11 struct inotify_event { struct
/third_party/libuv/src/unix/
Dlinux-inotify.c170 const struct inotify_event* e; in uv__inotify_read()
195 e = (const struct inotify_event*) p; in uv__inotify_read()
/third_party/node/deps/uv/src/unix/
Dlinux-inotify.c170 const struct inotify_event* e; in uv__inotify_read()
195 e = (const struct inotify_event*) p; in uv__inotify_read()
/third_party/alsa-utils/alsactl/
Dmonitor.c167 struct inotify_event *ev; in check_control_cdev()
187 ev = (struct inotify_event *)(buf + pos); in check_control_cdev()
/third_party/ltp/testcases/kernel/syscalls/utils/
Dinotify.h18 struct inotify_event { struct
/third_party/toybox/lib/
Dportability.c268 struct inotify_event ev; in xnotify_wait()
/third_party/mesa3d/src/amd/vulkan/
Dradv_device.c3201 #define BUF_LEN ((10 * (sizeof(struct inotify_event) + NAME_MAX + 1)))
3217 struct inotify_event *event = (struct inotify_event *)&buf[i]; in radv_notifier_thread_run()
3219 i += sizeof(struct inotify_event) + event->len; in radv_notifier_thread_run()
/third_party/rust/crates/libc/libc-test/semver/
Dlinux.txt3008 inotify_event

12