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

/xnu-2422.115.4/bsd/sys/
H A Devent.h273 #define NOTE_EXIT_MEMORY 0x00020000 macro
279 * If NOTE_EXIT_MEMORY is present, these bits indicate specific jetsam condition.
/xnu-2422.115.4/tools/tests/unit_tests/ptrace_test_12507045_src/
H A Dptrace_test.c684 if (fflags & NOTE_EXIT_MEMORY) strlcat(fflags_string, "|NOTE_EXIT_MEMORY", sizeof(fflags_string));
/xnu-2422.115.4/tools/tests/memorystatus/
H A Dmemorystatus.c823 if (!event.fflags & NOTE_EXIT_MEMORY) {
824 printTestResult(__func__, false, "Exit event fflags do not contain NOTE_EXIT_MEMORY\n");
/xnu-2422.115.4/bsd/kern/
H A Dkern_event.c618 kn->kn_data |= NOTE_EXIT_MEMORY;

Completed in 40 milliseconds