Symbol: IN_NONBLOCK
crypto/krb5/src/util/verto/ev.c
4368
#if defined IN_CLOEXEC && defined IN_NONBLOCK
crypto/krb5/src/util/verto/ev.c
4369
int fd = inotify_init1 (IN_CLOEXEC | IN_NONBLOCK);
lib/libc/gen/inotify.c
34
flags |= IN_NONBLOCK;
share/examples/inotify/inotify.c
99
ifd = inotify_init1(IN_NONBLOCK);
sys/kern/vfs_inotify.c
493
if ((flags & ~(IN_NONBLOCK | IN_CLOEXEC)) != 0)
sys/kern/vfs_inotify.c
512
if ((flags & IN_NONBLOCK) != 0)
tests/sys/kern/inotify_test.c
229
ifd = inotify(IN_NONBLOCK);
tests/sys/kern/inotify_test.c
270
ifd = inotify(IN_NONBLOCK);
tests/sys/kern/inotify_test.c
302
ifd = inotify(IN_NONBLOCK);
tests/sys/kern/inotify_test.c
338
ifd = inotify(IN_NONBLOCK);
tests/sys/kern/inotify_test.c
427
ifd = inotify(IN_NONBLOCK);
tests/sys/kern/inotify_test.c
475
ifd = inotify(IN_NONBLOCK);
tests/sys/kern/inotify_test.c
524
ifd = inotify(IN_NONBLOCK);
tests/sys/kern/inotify_test.c
567
ifd = inotify(IN_NONBLOCK);
tests/sys/kern/inotify_test.c
614
ifd = inotify(IN_NONBLOCK);
tests/sys/kern/inotify_test.c
655
ifd = inotify(IN_NONBLOCK);
tests/sys/kern/inotify_test.c
679
ifd = inotify(IN_NONBLOCK);
tests/sys/kern/inotify_test.c
709
ifd = inotify(IN_NONBLOCK);
tests/sys/kern/inotify_test.c
731
ifd = inotify(IN_NONBLOCK);
tests/sys/kern/inotify_test.c
743
ifd1 = inotify(IN_NONBLOCK);
tests/sys/kern/inotify_test.c
797
ifd = inotify(IN_NONBLOCK);
tests/sys/kern/inotify_test.c
844
ifd = inotify(IN_NONBLOCK);
tests/sys/kern/inotify_test.c
867
ifd = inotify(IN_NONBLOCK);
tests/sys/kern/inotify_test.c
905
ifd = inotify(IN_NONBLOCK);
tests/sys/kern/inotify_test.c
934
ifd = inotify(IN_NONBLOCK);
tests/sys/kern/inotify_test.c
974
ifd = inotify(IN_NONBLOCK);