/third_party/ltp/testcases/kernel/syscalls/fanotify/ |
D | fanotify09.c | 50 #define EVENT_SIZE (sizeof (struct fanotify_event_metadata)) 177 struct fanotify_event_metadata *event, in event_res() 194 static const char *event_filename(struct fanotify_event_metadata *event) in event_filename() 212 static void verify_event(int group, struct fanotify_event_metadata *event, in verify_event() 243 struct fanotify_event_metadata *event; in test_fanotify() 284 event = (struct fanotify_event_metadata *)event_buf; in test_fanotify() 315 event = (struct fanotify_event_metadata *)event_buf; in test_fanotify()
|
D | fanotify04.c | 29 #define EVENT_SIZE (sizeof (struct fanotify_event_metadata)) 108 struct fanotify_event_metadata *event; in verify_event() 114 event = (struct fanotify_event_metadata *)&event_buf[len]; in verify_event() 151 struct fanotify_event_metadata *event; in verify_no_event() 153 event = (struct fanotify_event_metadata *)&event_buf[len]; in verify_no_event()
|
D | fanotify06.c | 48 #define EVENT_SIZE (sizeof (struct fanotify_event_metadata)) 121 static void verify_event(int group, struct fanotify_event_metadata *event) in verify_event() 141 static void close_events_fd(struct fanotify_event_metadata *event, int buflen) in close_events_fd() 155 struct fanotify_event_metadata *event; in test_fanotify() 193 event = (struct fanotify_event_metadata *)event_buf; in test_fanotify()
|
D | fanotify02.c | 29 #define EVENT_SIZE (sizeof (struct fanotify_event_metadata)) 134 struct fanotify_event_metadata *event; in test01() 136 event = (struct fanotify_event_metadata *)&event_buf[i]; in test01()
|
D | fanotify12.c | 31 #define EVENT_SIZE (sizeof (struct fanotify_event_metadata)) 170 struct fanotify_event_metadata *event; in do_test() 183 event = (struct fanotify_event_metadata *) event_buf; in do_test()
|
D | fanotify19.c | 32 #define EVENT_SIZE (sizeof (struct fanotify_event_metadata)) 44 static struct fanotify_event_metadata event_buf[EVENT_BUF_LEN]; 144 struct fanotify_event_metadata *event; in test_fanotify()
|
D | fanotify11.c | 60 struct fanotify_event_metadata event; in test01() 80 SAFE_READ(0, fd_notify, &event, sizeof(struct fanotify_event_metadata)); in test01()
|
D | fanotify22.c | 181 int check_error_event_metadata(struct fanotify_event_metadata *event) in check_error_event_metadata() 201 struct fanotify_event_metadata *event = in check_event() 202 (struct fanotify_event_metadata *) buf; in check_event()
|
D | fanotify15.c | 35 #define EVENT_SIZE (sizeof(struct fanotify_event_metadata) + \ 80 struct fanotify_event_metadata *metadata; in do_test() 187 for (i = 0, metadata = (struct fanotify_event_metadata *) events_buf; in do_test()
|
D | fanotify03.c | 33 #define EVENT_SIZE (sizeof (struct fanotify_event_metadata)) 249 struct fanotify_event_metadata *event; in test_fanotify() 265 event = (struct fanotify_event_metadata *)&event_buf[i]; in test_fanotify()
|
D | fanotify10.c | 52 #define EVENT_SIZE (sizeof (struct fanotify_event_metadata)) 360 static void verify_event(int p, int group, struct fanotify_event_metadata *event, in verify_event() 414 struct fanotify_event_metadata *event; in test_fanotify() 467 event = (struct fanotify_event_metadata *)event_buf; in test_fanotify()
|
D | fanotify01.c | 29 #define EVENT_SIZE (sizeof (struct fanotify_event_metadata)) 247 struct fanotify_event_metadata *event; in test_fanotify() 249 event = (struct fanotify_event_metadata *)&event_buf[i]; in test_fanotify()
|
D | fanotify05.c | 66 struct fanotify_event_metadata event; 68 static void event_res(struct fanotify_event_metadata *event, int i) in event_res()
|
D | fanotify21.c | 165 struct fanotify_event_metadata *event; in do_test() 169 event = (struct fanotify_event_metadata *)&event_buf[i]; in do_test()
|
D | fanotify13.c | 139 struct fanotify_event_metadata *metadata; in do_test() 180 for (i = 0, metadata = (struct fanotify_event_metadata *) events_buf; in do_test()
|
D | fanotify16.c | 37 #define EVENT_SIZE (sizeof(struct fanotify_event_metadata) + \ 327 struct fanotify_event_metadata *event; in do_test() 337 event = (struct fanotify_event_metadata *)&event_buf[i]; in do_test()
|
D | fanotify07.c | 128 struct fanotify_event_metadata event; in loose_fanotify_events()
|
D | fanotify.h | 437 struct fanotify_event_metadata *event, in get_event_info()
|
/third_party/musl/ndk_musl_include/sys/ |
D | fanotify.h | 10 struct fanotify_event_metadata { struct 95 #define FAN_EVENT_METADATA_LEN (sizeof(struct fanotify_event_metadata)) 96 #define FAN_EVENT_NEXT(meta, len) ((len) -= (meta)->event_len, (struct fanotify_event_metadata*)(((…
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | fanotify.h | 10 struct fanotify_event_metadata { struct 95 #define FAN_EVENT_METADATA_LEN (sizeof(struct fanotify_event_metadata)) 96 #define FAN_EVENT_NEXT(meta, len) ((len) -= (meta)->event_len, (struct fanotify_event_metadata*)(((…
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | fanotify.h | 10 struct fanotify_event_metadata { struct 95 #define FAN_EVENT_METADATA_LEN (sizeof(struct fanotify_event_metadata)) 96 #define FAN_EVENT_NEXT(meta, len) ((len) -= (meta)->event_len, (struct fanotify_event_metadata*)(((…
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | fanotify.h | 10 struct fanotify_event_metadata { struct 95 #define FAN_EVENT_METADATA_LEN (sizeof(struct fanotify_event_metadata)) 96 #define FAN_EVENT_NEXT(meta, len) ((len) -= (meta)->event_len, (struct fanotify_event_metadata*)(((…
|
/third_party/musl/include/sys/ |
D | fanotify.h | 10 struct fanotify_event_metadata { struct 101 #define FAN_EVENT_METADATA_LEN (sizeof(struct fanotify_event_metadata)) 102 #define FAN_EVENT_NEXT(meta, len) ((len) -= (meta)->event_len, (struct fanotify_event_metadata*)(((…
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
D | no_align.rs | 43 pub struct fanotify_event_metadata {
|
D | align.rs | 49 pub struct fanotify_event_metadata {
|