Home
last modified time | relevance | path

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

/xnu-11215/bsd/kern/
H A Dkern_codesigning.c302 config |= CS_CONFIG_GET_OUT_OF_MY_WAY; in code_signing_configuration()
304 config |= CS_CONFIG_GET_OUT_OF_MY_WAY; in code_signing_configuration()
306 config |= CS_CONFIG_GET_OUT_OF_MY_WAY; in code_signing_configuration()
339 config &= ~CS_CONFIG_GET_OUT_OF_MY_WAY; in code_signing_configuration()
/xnu-11215/bsd/sys/
H A Dcode_signing.h45 #define CS_CONFIG_GET_OUT_OF_MY_WAY (1 << 3) macro
/xnu-11215/tests/
H A Dreply_port_defense.c285 if (cs_config & CS_CONFIG_GET_OUT_OF_MY_WAY) {
/xnu-11215/osfmk/kern/
H A Dstartup.c537 if (cs_config & CS_CONFIG_GET_OUT_OF_MY_WAY) { in kernel_bootstrap()