Home
last modified time | relevance | path

Searched refs:inotify_event (Results 1 - 25 of 43) sorted by relevance

12

/third_party/ltp/testcases/kernel/syscalls/inotify/
H A 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()
H A Dinotify12.c33 #define EVENT_SIZE (sizeof(struct inotify_event))
70 struct inotify_event *event = (struct inotify_event *)event_buf; in verify_inotify()
H A 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()
H A 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()
H A 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()
H A 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()
H A 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()
H A 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()
H A 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()
H A 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/
H A Dinotifyd.c74 struct inotify_event *event; in inotifyd_main()
87 size = sizeof(struct inotify_event); in inotifyd_main()
/third_party/glfw/src/
H A Dlinux_joystick.c279 const struct inotify_event* e = (struct inotify_event*) (buffer + offset); in _glfwDetectJoystickConnectionLinux()
281 offset += sizeof(struct inotify_event) + e->len; in _glfwDetectJoystickConnectionLinux()
/third_party/rust/crates/nix/src/sys/
H A 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/pulseaudio/src/modules/
H A 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/eudev/src/shared/
H A Dutil.h423 #define INOTIFY_EVENT_MAX (sizeof(struct inotify_event) + NAME_MAX + 1)
428 (e) = (struct inotify_event*) ((uint8_t*) (e) + sizeof(struct inotify_event) + (e)->len))
431 struct inotify_event ev;
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dinotify.h11 struct inotify_event { struct
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dinotify.h11 struct inotify_event { struct
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dinotify.h11 struct inotify_event { struct
/third_party/musl/include/sys/
H A Dinotify.h11 struct inotify_event { struct
/third_party/alsa-utils/alsactl/
H A Dmonitor.c167 struct inotify_event *ev; in check_control_cdev()
187 ev = (struct inotify_event *)(buf + pos); in check_control_cdev()
/third_party/node/deps/uv/src/unix/
H A Dlinux-inotify.c170 const struct inotify_event* e; in uv__inotify_read()
178 /* needs to be large enough for sizeof(inotify_event) + strlen(path) */ in uv__inotify_read()
193 /* Now we have one or more inotify_event structs. */ in uv__inotify_read()
195 e = (const struct inotify_event*) p; in uv__inotify_read()
/third_party/ltp/testcases/kernel/syscalls/utils/
H A Dinotify.h13 * struct inotify_event - structure read from the inotify device for each event
18 struct inotify_event { struct
/third_party/toybox/lib/
H A Dportability.c268 struct inotify_event ev; in xnotify_wait()
/third_party/libuv/src/unix/
H A Dlinux.c2465 const struct inotify_event* e; in uv__inotify_read()
2473 /* needs to be large enough for sizeof(inotify_event) + strlen(path) */ in uv__inotify_read()
2488 /* Now we have one or more inotify_event structs. */ in uv__inotify_read()
2490 e = (const struct inotify_event*) p; in uv__inotify_read()
/third_party/eudev/src/udev/
H A Dudevd.c893 struct inotify_event *e; in handle_inotify()

Completed in 15 milliseconds

12