Home
last modified time | relevance | path

Searched refs:cs_status (Results 1 – 1 of 1) sorted by relevance

/xnu-10002.41.9/tests/vm/
H A Dvm_tainted_executable.c58 int cs_status; variable
102 …T_QUIET; T_ASSERT_POSIX_SUCCESS(csops(getpid(), CS_OPS_STATUS, &cs_status, sizeof(cs_status)), NUL…
103 T_LOG("parent %d cs status 0x%x CS_KILL:%s", getpid(), cs_status,
104 (cs_status & CS_KILL) ? "yes" : "no");
110 if (cs_status & CS_KILL) {