Lines Matching refs:ip_csflags
1227 imgp->ip_csflags |= load_result.csflags & in exec_mach_imgact()
1234 imgp->ip_csflags &= ~CS_VALID; in exec_mach_imgact()
1238 imgp->ip_csflags |= CS_HARD; in exec_mach_imgact()
1241 imgp->ip_csflags |= CS_KILL; in exec_mach_imgact()
1244 imgp->ip_csflags |= CS_ENFORCEMENT; in exec_mach_imgact()
1248 imgp->ip_csflags |= CS_INSTALLER; in exec_mach_imgact()
1251 imgp->ip_csflags |= CS_DATAVAULT_CONTROLLER; in exec_mach_imgact()
1254 imgp->ip_csflags |= CS_NVRAM_UNRESTRICTED; in exec_mach_imgact()
6053 &imgp->ip_csflags, in exec_handle_sugid()
6865 proc_csflags_update(p, imgp->ip_csflags); in check_for_signature()
6943 if (imgp->ip_csflags & CS_SIGNED) { in check_for_signature()