Home
last modified time | relevance | path

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

/xnu-11417.121.6/tests/vm/ !
H A Dvm_tainted_executable.c60 int cs_status; variable
104 …T_QUIET; T_ASSERT_POSIX_SUCCESS(csops(getpid(), CS_OPS_STATUS, &cs_status, sizeof(cs_status)), NUL…
105 T_LOG("parent %d cs status 0x%x CS_KILL:%s", getpid(), cs_status,
106 (cs_status & CS_KILL) ? "yes" : "no");
112 if (cs_status & CS_KILL) {