Searched refs:NOTE_FORK (Results 1 - 4 of 4) sorted by relevance

/xnu-2422.115.4/tools/tests/unit_tests/ptrace_test_12507045_src/
H A Dptrace_test.c382 NOTE_EXIT|NOTE_EXITSTATUS|NOTE_EXIT_DETAIL|NOTE_FORK|NOTE_EXEC|NOTE_SIGNAL,
428 } else if (kev.fflags & NOTE_FORK) {
546 NOTE_EXIT|NOTE_EXITSTATUS|NOTE_EXIT_DETAIL|NOTE_FORK|NOTE_EXEC|NOTE_SIGNAL,
678 if (fflags & NOTE_FORK) strlcat(fflags_string, "|NOTE_FORK", sizeof(fflags_string));
/xnu-2422.115.4/bsd/sys/
H A Devent.h240 * of the hint contain the signal. IF NOTE_FORK is passed, then the lower bits
249 #define NOTE_FORK 0x40000000 /* process forked */ macro
/xnu-2422.115.4/bsd/kern/
H A Dkern_fork.c298 proc_knote(parent_proc, NOTE_FORK | child_proc->p_pid);
893 proc_knote(parent_proc, NOTE_FORK | child_proc->p_pid);
H A Dkern_exec.c2295 proc_knote(p->p_pptr, NOTE_FORK | p->p_pid);

Completed in 28 milliseconds