#include <sys/event.h>

sys/event.h Kernel.framework

includes: machine/types.h, sys/cdefs.h, Kernel/sys/queue.h, Kernel/stdint.h
2 enums

enum(anonymous)

data/hint fflags for EVFILT_PROC, shared with userspace Please note that EVFILT_PROC and EVFILT_SIGNAL share the same knote list that hangs off the proc structure. They also both play games with the hint passed to KNOTE(). If NOTE_SIGNAL is passed as a hint, then the lower bits of the hint contain the signal. IF NOTE_FORK is passed, then the lower bits contain the PID of the child (but the pid does not get passed through in the actual kevent).
underlying type unsigned int
eNoteReapDeprecated268435456

enum(anonymous)

If NOTE_EXITSTATUS is present, provide additional info about exiting process.
underlying type unsigned int
eNoteExitReparentedDeprecated524288