Symbol: consume_event
tests/sys/kern/inotify_test.c
251
consume_event(ifd, wd, IN_DELETE_SELF, IN_ISDIR, NULL);
tests/sys/kern/inotify_test.c
252
consume_event(ifd, wd, 0, IN_IGNORED, NULL);
tests/sys/kern/inotify_test.c
283
consume_event(ifd, wd, IN_OPEN, 0, "file");
tests/sys/kern/inotify_test.c
358
consume_event(ifd, wd, IN_OPEN, IN_ISDIR, NULL);
tests/sys/kern/inotify_test.c
359
consume_event(ifd, wd, IN_CREATE, 0, "file");
tests/sys/kern/inotify_test.c
360
consume_event(ifd, wd, IN_OPEN, 0, "file");
tests/sys/kern/inotify_test.c
364
consume_event(ifd, wd, 0, IN_IGNORED, NULL);
tests/sys/kern/inotify_test.c
378
consume_event(ifd, wd, IN_OPEN, IN_ISDIR, NULL);
tests/sys/kern/inotify_test.c
379
consume_event(ifd, wd, IN_CREATE, 0, "file2");
tests/sys/kern/inotify_test.c
380
consume_event(ifd, wd, IN_OPEN, 0, "file2");
tests/sys/kern/inotify_test.c
436
consume_event(ifd, wd, IN_CREATE, 0, name);
tests/sys/kern/inotify_test.c
440
consume_event(ifd, -1, 0, IN_Q_OVERFLOW, NULL);
tests/sys/kern/inotify_test.c
467
consume_event(ifd, wd, IN_ACCESS, 0, NULL);
tests/sys/kern/inotify_test.c
476
consume_event(ifd, wd, IN_ACCESS, 0, NULL);
tests/sys/kern/inotify_test.c
484
consume_event(ifd, wd, IN_ACCESS, 0, NULL);
tests/sys/kern/inotify_test.c
516
consume_event(ifd, wd, IN_ACCESS, IN_ISDIR, "dir");
tests/sys/kern/inotify_test.c
531
consume_event(ifd, wd, IN_ACCESS, IN_ISDIR, NULL);
tests/sys/kern/inotify_test.c
550
consume_event(ifd, wd, IN_ATTRIB, 0, NULL);
tests/sys/kern/inotify_test.c
554
consume_event(ifd, wd, IN_ATTRIB, 0, NULL);
tests/sys/kern/inotify_test.c
574
consume_event(ifd, wd1, IN_CLOSE_NOWRITE, IN_ISDIR, NULL);
tests/sys/kern/inotify_test.c
579
consume_event(ifd, wd2, IN_CLOSE_NOWRITE, 0, NULL);
tests/sys/kern/inotify_test.c
585
consume_event(ifd, wd1, IN_CLOSE_NOWRITE, 0, "file");
tests/sys/kern/inotify_test.c
603
consume_event(ifd, wd, IN_CLOSE_WRITE, 0, NULL);
tests/sys/kern/inotify_test.c
636
consume_event(ifd, wd, IN_CREATE, 0, "file");
tests/sys/kern/inotify_test.c
637
consume_event(ifd1, wd1, IN_MODIFY, 0, "file");
tests/sys/kern/inotify_test.c
644
consume_event(ifd, wd, IN_CREATE, 0, "link");
tests/sys/kern/inotify_test.c
650
consume_event(ifd, wd, IN_CREATE, IN_ISDIR, "dir");
tests/sys/kern/inotify_test.c
656
consume_event(ifd, wd, IN_CREATE, 0, "symlink");
tests/sys/kern/inotify_test.c
662
consume_event(ifd, wd, IN_CREATE, 0, "fifo");
tests/sys/kern/inotify_test.c
673
consume_event(ifd, wd, IN_CREATE, 0, "socket");
tests/sys/kern/inotify_test.c
693
consume_event(ifd, wd, IN_DELETE, 0, "file");
tests/sys/kern/inotify_test.c
711
consume_event(ifd, wd2, IN_DELETE_SELF, 0, NULL);
tests/sys/kern/inotify_test.c
712
consume_event(ifd, wd2, 0, IN_IGNORED, NULL);
tests/sys/kern/inotify_test.c
716
consume_event(ifd, wd, IN_DELETE, 0, "file");
tests/sys/kern/inotify_test.c
719
consume_event(ifd, wd, IN_DELETE_SELF, IN_ISDIR, NULL);
tests/sys/kern/inotify_test.c
720
consume_event(ifd, wd, 0, IN_IGNORED, NULL);
tests/sys/kern/inotify_test.c
753
consume_event(ifd, wd1, IN_MOVE_SELF, IN_ISDIR, NULL);
tests/sys/kern/inotify_test.c
754
consume_event(ifd, wd2, IN_MOVED_TO, IN_ISDIR, "dir");
tests/sys/kern/inotify_test.c
759
consume_event(ifd, wd3, IN_MOVE_SELF, 0, NULL);
tests/sys/kern/inotify_test.c
808
consume_event(ifd, wd, IN_OPEN, 0, "file");
tests/sys/kern/inotify_test.c
813
consume_event(ifd, wd, IN_OPEN, 0, "file");
tests/sys/kern/inotify_test.c
818
consume_event(ifd, wd, IN_OPEN, IN_ISDIR, NULL);
tests/sys/kern/inotify_test.c
826
consume_event(ifd, wd, IN_OPEN, 0, "fifo");
tests/sys/kern/inotify_test.c
854
consume_event(ifd, wd, IN_OPEN, IN_ISDIR, NULL);
tests/sys/kern/inotify_test.c
864
consume_event(ifd, wd, 0, IN_UNMOUNT, NULL);
tests/sys/kern/inotify_test.c
865
consume_event(ifd, wd, 0, IN_IGNORED, NULL);