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

  /src/sys/compat/linux/common/
linux_inotify.c 217 static const struct inotify_kevent_mask_pair common_kevent_to_inotify[] = { variable in typeref:typename:const struct inotify_kevent_mask_pair[]
227 __arraycount(common_kevent_to_inotify);
986 if (fflags & common_kevent_to_inotify[i].kevent)
988 common_kevent_to_inotify[i].inotify, 0, buf, nbuf,
linux_inotify.c 217 static const struct inotify_kevent_mask_pair common_kevent_to_inotify[] = { variable in typeref:typename:const struct inotify_kevent_mask_pair[]
227 __arraycount(common_kevent_to_inotify);
986 if (fflags & common_kevent_to_inotify[i].kevent)
988 common_kevent_to_inotify[i].inotify, 0, buf, nbuf,
linux_inotify.c 217 static const struct inotify_kevent_mask_pair common_kevent_to_inotify[] = { variable in typeref:typename:const struct inotify_kevent_mask_pair[]
227 __arraycount(common_kevent_to_inotify);
986 if (fflags & common_kevent_to_inotify[i].kevent)
988 common_kevent_to_inotify[i].inotify, 0, buf, nbuf,

Completed in 80 milliseconds