Searched refs:NOTE_LINK (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/CPANInternal-159.1/IO-KQueue-0.34/
H A DMakefile.PL54 NOTE_LINK
H A Dconst-c.inc27 EVFILT_FS EV_DELETE EV_ENABLE NOTE_EXEC NOTE_EXIT NOTE_FORK NOTE_LINK */
75 if (memEQ(name, "NOTE_LINK", 9)) {
77 #ifdef NOTE_LINK
78 *iv_return = NOTE_LINK;
341 NOTE_DELETE NOTE_EXEC NOTE_EXIT NOTE_EXTEND NOTE_FORK NOTE_LINK
H A DKQueue.pm38 NOTE_LINK
80 use constant NOTE_LINK => (constant('NOTE_LINK'))[1]; constant
/macosx-10.10.1/xnu-2782.1.97/tools/tests/kqueue_tests/
H A Dkqueue_file_tests.c1145 init_test(&test, "5.1.1: unlink() a file", FILE1, 1, 0, NOTE_LINK, YES_EVENT);
1151 init_test(&test, "5.1.1.5: link A to B, watch A, remove B", FILE1, 2, 1, NOTE_LINK, YES_EVENT);
1158 init_test(&test, "5.1.2: link() to a file", FILE1, 1, 2, NOTE_LINK, YES_EVENT);
1166 init_test(&test, "5.1.3: make one dir in another", DIR1, 1, 2, NOTE_LINK, YES_EVENT);
1174 init_test(&test, "5.1.4: rmdir a dir from within another", DIR1, 2, 1, NOTE_LINK, YES_EVENT);
1183 init_test(&test, "5.1.5: rename dir A over dir B inside dir C", DIR1, 3, 2, NOTE_LINK, YES_EVENT);
1194 init_test(&test, "5.1.6: rename one dir into another", DIR1, 2, 2, NOTE_LINK, YES_EVENT);
1204 init_test(&test, "5.1.7: rename one dir out of another", DIR1, 2, 2, NOTE_LINK, YES_EVENT);
1212 init_test(&test, "5.1.8: rmdir a dir", DIR1, 1, 0, NOTE_LINK, YES_EVENT);
1219 init_test(&test, "5.2.1: make a file in a dir", DIR1, 1, 2, NOTE_LINK, NO_EVEN
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Devent.h229 #define NOTE_LINK 0x00000010 /* link count changed */ macro
/macosx-10.10.1/xnu-2782.1.97/bsd/vfs/
H A Dkpi_vfs.c3598 post_event_if_success(vp, _err, NOTE_DELETE | NOTE_LINK);
3638 post_event_if_success(*vpp, _err, NOTE_DELETE | NOTE_LINK);
3705 post_event_if_success(vp, _err, NOTE_LINK);
4029 events |= NOTE_LINK;
4103 events |= NOTE_LINK;
4200 post_event_if_success(dvp, _err, NOTE_LINK | NOTE_WRITE);
4237 post_event_if_success(dvp, _err, NOTE_LINK | NOTE_WRITE);
4307 /* If you delete a dir, it loses its "." reference --> NOTE_LINK */
4308 post_event_if_success(vp, _err, NOTE_DELETE | NOTE_LINK);
4309 post_event_if_success(dvp, _err, NOTE_LINK | NOTE_WRIT
[all...]
/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.c1512 kev.fflags |= NOTE_LINK;
1592 if (kevp->fflags & NOTE_LINK)

Completed in 238 milliseconds