Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/kern/
H A Dkern_cs.c219 if (flags & CS_VALID) { in cs_allow_invalid()
285 if (flags & CS_VALID) { in cs_invalid_page()
286 flags &= ~CS_VALID; in cs_invalid_page()
389 if (p != NULL && (proc_getcsflags(p) & CS_VALID)) { in cs_valid()
H A Dkern_proc.c3039 if ((proc_getcsflags(pt) & CS_VALID) == CS_VALID) { /* is currently valid */ in csops_internal()
3040 proc_csflags_clear(pt, CS_VALID); /* set invalid */ in csops_internal()
3064 if ((proc_getcsflags(pt) & CS_VALID) == 0) { in csops_internal()
3077 if ((proc_getcsflags(pt) & CS_VALID) == 0) { in csops_internal()
3119 if ((proc_getcsflags(pt) & (CS_VALID | CS_DEBUGGED)) == 0) { in csops_internal()
3159 if ((proc_getcsflags(pt) & (CS_VALID | CS_DEBUGGED)) == 0) { in csops_internal()
3217 if (proc_getcsflags(pt) & CS_VALID) { in csops_internal()
3274 if ((proc_getcsflags(pt) & (CS_VALID | CS_DEBUGGED)) == 0) { in csops_internal()
3307 if ((proc_getcsflags(pt) & (CS_VALID | CS_DEBUGGED)) == 0) { in csops_internal()
H A Dubc_subr.c740 if ((csblob->csb_flags & CS_VALID) == 0) { in csblob_find_blob()
777 if ((csblob->csb_flags & CS_VALID) == 0) { in csblob_get_entitlements()
829 if ((csblob->csb_flags & CS_VALID) == 0) { in csblob_get_der_entitlements()
3720 blob->csb_flags = (ntohl(cd->flags) & CS_ALLOWED_MACHO) | CS_VALID; in cs_blob_init_validated()
4636 unsigned int cs_flags = (ntohl(cd->flags) & CS_ALLOWED_MACHO) | CS_VALID; in ubc_cs_blob_revalidate()
H A Dbsd_init.c474 .p_csflags = CS_VALID, in bsd_init()
H A Dkern_exec.c1225 if (load_result.csflags & CS_VALID) { in exec_mach_imgact()
1227 (CS_VALID | CS_SIGNED | CS_DEV_CODE | CS_LINKER_SIGNED | in exec_mach_imgact()
1233 imgp->ip_csflags &= ~CS_VALID; in exec_mach_imgact()
7064 proc_csflags_set(p, CS_SIGNED | CS_VALID); in check_for_signature()
H A Dmach_loader.c1318 result->csflags &= ~CS_VALID; in parse_machfile()
/xnu-8019.80.24/osfmk/kern/
H A Dcs_blobs.h35 #define CS_VALID 0x00000001 /* dynamically valid */ macro
/xnu-8019.80.24/bsd/netinet/
H A Dflow_divert.c975 if (proc_getcsflags(proc) & (CS_VALID | CS_DEBUGGED)) { in flow_divert_add_proc_info()