Searched refs:CS_KILL (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/dlopen-codesign-dynamic/
H A Dmain.c17 uint32_t flags = CS_ENFORCEMENT | CS_KILL;
/macosx-10.9.5/security_systemkeychain-55191.2/src/
H A Dcs_misc.cpp63 if (flags & CS_KILL) printf(" KILL");
66 if (flags & ~(CS_VALID|CS_HARD|CS_KILL|CS_EXEC_SET_HARD|CS_EXEC_SET_KILL))
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dkern_cs.c157 p->p_csflags &= ~(CS_KILL | CS_HARD);
161 return (p->p_csflags & (CS_KILL | CS_HARD)) == 0;
187 p->p_csflags |= CS_KILL;
191 /* CS_KILL triggers a kill signal, and no you can't have the page. Nothing else. */
192 if (p->p_csflags & CS_KILL) {
H A Dkern_proc.c1914 if ((pt->p_csflags & CS_KILL) == CS_KILL) {
1919 "p=%d[%s] honoring CS_KILL, final status 0x%x\n",
1944 pt->p_csflags |= CS_KILL;
2019 CS_KILL | CS_EXEC_SET_KILL |
H A Dkern_exec.c864 CS_HARD|CS_KILL|CS_ENFORCEMENT|
873 imgp->ip_csflags |= CS_KILL;
4158 if(p->p_csflags & (CS_HARD|CS_KILL)) {
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dcodesign.h37 #define CS_KILL 0x0000200 /* kill process if it becomes invalid */ macro
45 #define CS_EXEC_SET_KILL 0x0200000 /* set CS_KILL on any exec'ed process */

Completed in 187 milliseconds