HomeSort by: relevance | last modified time | path
    Searched refs:NOTE_CHILD (Results 1 - 5 of 5) sorted by relevancy

  /src/tests/kernel/kqueue/
t_proc3.c 89 ATF_REQUIRE(ke.fflags & NOTE_CHILD);
t_proc1.c 141 if (event[0].fflags & NOTE_CHILD)
142 printf(" NOTE_CHILD, parent = %" PRId64, event[0].data);
t_proc4.c 116 if (event.fflags & NOTE_CHILD) {
144 * getting NOTE_CHILD as the result of the
  /src/sys/sys/
event.h 168 #define NOTE_CHILD 0x00000004U /* am a child process */
  /src/sys/kern/
kern_event.c 932 * NOTE_CHILD is only ever generated internally; don't let it
935 kn->kn_sfflags &= ~NOTE_CHILD;
1060 * ==> One for the NOTE_CHILD notification. This is a forced
1067 * for the NOTE_CHILD and NOTE_EXIT to be collapsed into a single
1069 * has received the NOTE_CHILD notification, which applications
1130 knchild->kn_kevent.fflags = NOTE_CHILD;

Completed in 15 milliseconds