HomeSort by: relevance | last modified time | path
    Searched defs:type_inotify_to_kevent_len (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/compat/linux/common/
linux_inotify.c 367 size_t i, type_inotify_to_kevent_len; local in function:inotify_mask_to_kevent_fflags
389 type_inotify_to_kevent_len = vreg_inotify_to_kevent_len;
394 type_inotify_to_kevent_len = vdir_inotify_to_kevent_len;
398 type_inotify_to_kevent_len = 0;
401 for (i = 0; i < type_inotify_to_kevent_len; i++)

Completed in 13 milliseconds