Symbol: consume_event
tests/sys/kern/inotify_test.c
254
consume_event(ifd, wd, IN_DELETE_SELF, IN_ISDIR, NULL);
tests/sys/kern/inotify_test.c
255
consume_event(ifd, wd, 0, IN_IGNORED, NULL);
tests/sys/kern/inotify_test.c
286
consume_event(ifd, wd, IN_OPEN, 0, "file");
tests/sys/kern/inotify_test.c
361
consume_event(ifd, wd, IN_OPEN, IN_ISDIR, NULL);
tests/sys/kern/inotify_test.c
362
consume_event(ifd, wd, IN_CREATE, 0, "file");
tests/sys/kern/inotify_test.c
363
consume_event(ifd, wd, IN_OPEN, 0, "file");
tests/sys/kern/inotify_test.c
367
consume_event(ifd, wd, 0, IN_IGNORED, NULL);
tests/sys/kern/inotify_test.c
381
consume_event(ifd, wd, IN_OPEN, IN_ISDIR, NULL);
tests/sys/kern/inotify_test.c
382
consume_event(ifd, wd, IN_CREATE, 0, "file2");
tests/sys/kern/inotify_test.c
383
consume_event(ifd, wd, IN_OPEN, 0, "file2");
tests/sys/kern/inotify_test.c
434
consume_event(ifd, wd, IN_DELETE_SELF, 0, NULL);
tests/sys/kern/inotify_test.c
435
consume_event(ifd, wd, 0, IN_IGNORED, NULL);
tests/sys/kern/inotify_test.c
492
consume_event(ifd, wd, IN_DELETE_SELF, 0, NULL);
tests/sys/kern/inotify_test.c
493
consume_event(ifd, wd, 0, IN_IGNORED, NULL);
tests/sys/kern/inotify_test.c
549
consume_event(ifd, wd, IN_CREATE, 0, name);
tests/sys/kern/inotify_test.c
553
consume_event(ifd, -1, 0, IN_Q_OVERFLOW, NULL);
tests/sys/kern/inotify_test.c
580
consume_event(ifd, wd, IN_ACCESS, 0, NULL);
tests/sys/kern/inotify_test.c
589
consume_event(ifd, wd, IN_ACCESS, 0, NULL);
tests/sys/kern/inotify_test.c
597
consume_event(ifd, wd, IN_ACCESS, 0, NULL);
tests/sys/kern/inotify_test.c
629
consume_event(ifd, wd, IN_ACCESS, IN_ISDIR, "dir");
tests/sys/kern/inotify_test.c
644
consume_event(ifd, wd, IN_ACCESS, IN_ISDIR, NULL);
tests/sys/kern/inotify_test.c
663
consume_event(ifd, wd, IN_ATTRIB, 0, NULL);
tests/sys/kern/inotify_test.c
667
consume_event(ifd, wd, IN_ATTRIB, 0, NULL);
tests/sys/kern/inotify_test.c
687
consume_event(ifd, wd1, IN_CLOSE_NOWRITE, IN_ISDIR, NULL);
tests/sys/kern/inotify_test.c
692
consume_event(ifd, wd2, IN_CLOSE_NOWRITE, 0, NULL);
tests/sys/kern/inotify_test.c
698
consume_event(ifd, wd1, IN_CLOSE_NOWRITE, 0, "file");
tests/sys/kern/inotify_test.c
716
consume_event(ifd, wd, IN_CLOSE_WRITE, 0, NULL);
tests/sys/kern/inotify_test.c
749
consume_event(ifd, wd, IN_CREATE, 0, "file");
tests/sys/kern/inotify_test.c
750
consume_event(ifd1, wd1, IN_MODIFY, 0, "file");
tests/sys/kern/inotify_test.c
757
consume_event(ifd, wd, IN_CREATE, 0, "link");
tests/sys/kern/inotify_test.c
763
consume_event(ifd, wd, IN_CREATE, IN_ISDIR, "dir");
tests/sys/kern/inotify_test.c
769
consume_event(ifd, wd, IN_CREATE, 0, "symlink");
tests/sys/kern/inotify_test.c
775
consume_event(ifd, wd, IN_CREATE, 0, "fifo");
tests/sys/kern/inotify_test.c
786
consume_event(ifd, wd, IN_CREATE, 0, "socket");
tests/sys/kern/inotify_test.c
806
consume_event(ifd, wd, IN_DELETE, 0, "file");
tests/sys/kern/inotify_test.c
824
consume_event(ifd, wd2, IN_DELETE_SELF, 0, NULL);
tests/sys/kern/inotify_test.c
825
consume_event(ifd, wd2, 0, IN_IGNORED, NULL);
tests/sys/kern/inotify_test.c
829
consume_event(ifd, wd, IN_DELETE, 0, "file");
tests/sys/kern/inotify_test.c
832
consume_event(ifd, wd, IN_DELETE_SELF, IN_ISDIR, NULL);
tests/sys/kern/inotify_test.c
833
consume_event(ifd, wd, 0, IN_IGNORED, NULL);
tests/sys/kern/inotify_test.c
854
consume_event(ifd, wd, 0, IN_IGNORED, NULL);
tests/sys/kern/inotify_test.c
887
consume_event(ifd, wd1, IN_MOVE_SELF, IN_ISDIR, NULL);
tests/sys/kern/inotify_test.c
888
consume_event(ifd, wd2, IN_MOVED_TO, IN_ISDIR, "dir");
tests/sys/kern/inotify_test.c
893
consume_event(ifd, wd3, IN_MOVE_SELF, 0, NULL);
tests/sys/kern/inotify_test.c
942
consume_event(ifd, wd, IN_OPEN, 0, "file");
tests/sys/kern/inotify_test.c
947
consume_event(ifd, wd, IN_OPEN, 0, "file");
tests/sys/kern/inotify_test.c
952
consume_event(ifd, wd, IN_OPEN, IN_ISDIR, NULL);
tests/sys/kern/inotify_test.c
960
consume_event(ifd, wd, IN_OPEN, 0, "fifo");
tests/sys/kern/inotify_test.c
988
consume_event(ifd, wd, IN_OPEN, IN_ISDIR, NULL);
tests/sys/kern/inotify_test.c
998
consume_event(ifd, wd, 0, IN_UNMOUNT, NULL);
tests/sys/kern/inotify_test.c
999
consume_event(ifd, wd, 0, IN_IGNORED, NULL);