Searched refs:ip_cs_error (Results 1 – 3 of 3) sorted by relevance
128 void *ip_cs_error; /* codesigning error reason */ member
3123 imgp->ip_cs_error = OS_REASON_NULL; in posix_spawn()4162 if (imgp->ip_cs_error != OS_REASON_NULL) { in posix_spawn()4163 os_reason_free(imgp->ip_cs_error); in posix_spawn()4164 imgp->ip_cs_error = OS_REASON_NULL; in posix_spawn()4575 imgp->ip_cs_error = OS_REASON_NULL; in __mac_execve()4698 if (imgp->ip_cs_error != OS_REASON_NULL) { in __mac_execve()4699 os_reason_free(imgp->ip_cs_error); in __mac_execve()4700 imgp->ip_cs_error = OS_REASON_NULL; in __mac_execve()6893 if (imgp->ip_cs_error != OS_REASON_NULL) { in check_for_signature()6894 signature_failure_reason = imgp->ip_cs_error; in check_for_signature()[all …]
1390 imgp->ip_cs_error = reason; in mac_vnode_check_signature()