Searched refs:DN_MULTISHOT (Results 1 – 4 of 4) sorted by relevance
54 #define DN_MULTISHOT 0x80000000 /* Don't remove notifier */ macro
27 fcntl(fd, F_NOTIFY, DN_MODIFY|DN_CREATE|DN_MULTISHOT); in main()
24 if DN_MULTISHOT is or'ed with the event mask, then the registration will35 especially important if DN_MULTISHOT is specified. Note that SIGRTMIN
198 if (arg & DN_MULTISHOT) in convert_arg()274 if ((arg & ~DN_MULTISHOT) == 0) { in fcntl_dirnotify()