Searched refs:CS_SIGNED (Results 1 – 4 of 4) sorted by relevance
589 if ((proc_getcsflags(p) & CS_SIGNED) == 0) { in csproc_get_blob()1848 if ((proc_getcsflags(p) & CS_SIGNED) == 0) { in cs_entitlements_blob_get()1872 if ((proc_getcsflags(p) & CS_SIGNED) == 0) { in cs_entitlements_dictionary_copy()1899 if ((proc_getcsflags(p) & CS_SIGNED) == 0) { in cs_identity_get()1954 if ((proc_getcsflags(p) & CS_SIGNED) == 0) { in cs_get_cdhash()
1079 if ((proc_getcsflags(process) & CS_SIGNED) == 0) { in address_space_debugged_state()
1973 (CS_VALID | CS_SIGNED | CS_DEV_CODE | CS_LINKER_SIGNED | in exec_mach_imgact()8498 if (imgp->ip_csflags & CS_SIGNED) { in process_signature()8574 proc_csflags_set(p, CS_SIGNED | CS_VALID); in process_signature()
72 #define CS_SIGNED 0x20000000 /* process has a signature (may have gone invalid) … macro