/third_party/ltp/testcases/kernel/syscalls/inotify/ |
D | inotify11.c | 39 #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()
|
D | inotify12.c | 33 #define EVENT_SIZE (sizeof(struct inotify_event)) 70 struct inotify_event *event = (struct inotify_event *)event_buf; in verify_inotify()
|
D | inotify05.c | 29 #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()
|
D | inotify01.c | 29 #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()
|
D | inotify03.c | 33 #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()
|
D | inotify08.c | 45 #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()
|
D | inotify04.c | 32 #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()
|
D | inotify07.c | 44 #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()
|
D | inotify10.c | 31 #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()
|
D | inotify02.c | 35 #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/ |
D | inotifyd.c | 74 struct inotify_event *event; in inotifyd_main() 87 size = sizeof(struct inotify_event); in inotifyd_main()
|
/third_party/glfw/src/ |
D | linux_joystick.c | 288 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/ |
D | module-udev-detect.c | 567 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/ |
D | inotify.rs | 192 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/ |
D | inotify.h | 11 struct inotify_event { struct
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | inotify.h | 11 struct inotify_event { struct
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | inotify.h | 11 struct inotify_event { struct
|
/third_party/musl/include/sys/ |
D | inotify.h | 11 struct inotify_event { struct
|
/third_party/libuv/src/unix/ |
D | linux-inotify.c | 170 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/ |
D | linux-inotify.c | 170 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/ |
D | monitor.c | 167 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/ |
D | inotify.h | 18 struct inotify_event { struct
|
/third_party/toybox/lib/ |
D | portability.c | 268 struct inotify_event ev; in xnotify_wait()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_device.c | 3201 #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/ |
D | linux.txt | 3008 inotify_event
|