Searched refs:NOTE_WRITE (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10.1/CPANInternal-159.1/IO-KQueue-0.34/
H A DMakefile.PL51 NOTE_WRITE
H A Dconst-c.inc115 EV_DISABLE EV_ONESHOT NOTE_CHILD NOTE_LOWAT NOTE_TRACK NOTE_WRITE */
174 if (memEQ(name, "NOTE_WRITE", 10)) {
176 #ifdef NOTE_WRITE
177 *iv_return = NOTE_WRITE;
343 NOTE_TRACK NOTE_TRACKERR NOTE_WRITE));
H A DKQueue.pm35 NOTE_WRITE
77 use constant NOTE_WRITE => (constant('NOTE_WRITE'))[1]; constant
/macosx-10.10.1/xnu-2782.1.97/tools/tests/kqueue_tests/
H A Dkqueue_file_tests.c563 * "event" is either an event flag (e.g. NOTE_WRITE) or EVFILT_READ
673 init_test(&test, "2.1.1: Straight-up write to a file", FILE1, 1, 1, NOTE_WRITE, YES_EVENT);
681 init_test(&test, "2.1.2: creat() file inside a dir", DIR1, 1, 2, NOTE_WRITE, YES_EVENT);
689 init_test(&test, "2.1.3: open() file inside a dir", DIR1, 1, 2, NOTE_WRITE, YES_EVENT);
697 init_test(&test, "2.1.3: unlink a file from a dir", DIR1, 2, 1, NOTE_WRITE, YES_EVENT);
706 init_test(&test, "2.1.5: rename a file in a dir", DIR1, 2, 2, NOTE_WRITE, YES_EVENT);
715 init_test(&test, "2.1.6: rename a file to outside of a dir", DIR1, 2, 2, NOTE_WRITE, YES_EVENT);
724 init_test(&test, "2.1.7: rename a file into a dir", DIR1, 2, 2, NOTE_WRITE, YES_EVENT);
733 init_test(&test, "2.1.9: unlink a fifo from a dir", DIR1, 2, 1, NOTE_WRITE, YES_EVENT);
741 init_test(&test, "2.1.10: make symlink in a dir", DIR1, 1, 2, NOTE_WRITE, YES_EVEN
[all...]
/macosx-10.10.1/xnu-2782.1.97/tools/tests/xnu_quick_test/
H A Dkqueue_tests.c255 EV_SET( &my_keventv[0], my_fd, EVFILT_VNODE, (EV_ADD | EV_CLEAR), (NOTE_DELETE | NOTE_WRITE), 0, 0 );
301 if ( (my_keventv[0].fflags & (NOTE_DELETE | NOTE_WRITE)) == 0 ) {
302 printf( "kevent call to get vnode events did not return NOTE_DELETE or NOTE_WRITE \n" );
/macosx-10.10.1/xnu-2782.1.97/bsd/vfs/
H A Dkpi_vfs.c2643 /* Directory contents information just becomes NOTE_WRITE */
2645 knote_events |= NOTE_WRITE;
2867 post_event_if_success(dvp, _err, NOTE_WRITE);
2919 post_event_if_success(dvp, _err, NOTE_WRITE);
2982 post_event_if_success(dvp, _err, NOTE_WRITE);
3291 post_event_if_success(vp, _err, NOTE_WRITE);
3424 /* Don't post NOTE_WRITE because file descriptors follow the data ... */
3599 post_event_if_success(dvp, _err, NOTE_WRITE);
3639 post_event_if_success(dvp, _err, NOTE_WRITE);
3706 post_event_if_success(tdvp, _err, NOTE_WRITE);
[all...]
H A Dvfs_fsevents.c2302 KNOTE(&watcher->fseh->knotes, NOTE_WRITE|NOTE_NONE);
H A Dvfs_syscalls.c295 lock_vnode_and_post(pdvp, NOTE_WRITE);
2071 lock_vnode_and_post(pvp, NOTE_WRITE);
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Devent.h226 #define NOTE_WRITE 0x00000002 /* data contents changed */ macro
/macosx-10.10.1/diskdev_cmds-576/fsck.tproj/
H A Dfsck.c860 EV_SET(&kev, slashdev_fd, EVFILT_VNODE, EV_ADD | EV_ENABLE | EV_CLEAR, NOTE_WRITE, 0, NULL);
/macosx-10.10.1/libdispatch-442.1.4/src/
H A Dinit.c1146 .mask = NOTE_DELETE|NOTE_WRITE|NOTE_EXTEND|NOTE_ATTRIB|NOTE_LINK|
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dsys_generic.c1514 kev.fflags |= NOTE_WRITE;
1594 if (kevp->fflags & NOTE_WRITE)

Completed in 223 milliseconds