HomeSort by: relevance | last modified time | path
    Searched refs:linux_inotify_event (Results 1 - 5 of 5) sorted by relevancy

  /src/tests/compat/linux/
h_inotify_directory.c 67 struct linux_inotify_event *cur_ie;
88 cur_ie = (struct linux_inotify_event *)cur_buf;
104 cur_buf += sizeof(struct linux_inotify_event) + cur_ie->len;
h_inotify_watch_change.c 39 struct linux_inotify_event events[2];
h_inotify_single_file.c 44 struct linux_inotify_event events[10];
  /src/sys/compat/linux/common/
linux_inotify.h 79 struct linux_inotify_event { struct
linux_inotify.c 71 * that says the name field of struct linux_inotify_event *can* be
88 struct linux_inotify_event ie_event;
1043 * linux_inotify_event and put it in our own custom queue.

Completed in 14 milliseconds