Searched refs:ip_cs_error (Results 1 – 4 of 4) sorted by relevance
129 void *ip_cs_error; /* codesigning error reason */ member
3660 imgp->ip_cs_error = OS_REASON_NULL; in posix_spawn()4802 if (imgp->ip_cs_error != OS_REASON_NULL) { in posix_spawn()4803 os_reason_free(imgp->ip_cs_error); in posix_spawn()4804 imgp->ip_cs_error = OS_REASON_NULL; in posix_spawn()5262 imgp->ip_cs_error = OS_REASON_NULL; in __mac_execve()5388 if (imgp->ip_cs_error != OS_REASON_NULL) { in __mac_execve()5389 os_reason_free(imgp->ip_cs_error); in __mac_execve()5390 imgp->ip_cs_error = OS_REASON_NULL; in __mac_execve()7702 if (imgp->ip_cs_error != OS_REASON_NULL) { in process_signature()7703 signature_failure_reason = imgp->ip_cs_error; in process_signature()[all …]
3216 imgp->ip_cs_error = reason; in set_signature_error()
1365 imgp->ip_cs_error = reason; in mac_vnode_check_signature()