Searched refs:ip_cs_error (Results 1 – 3 of 3) sorted by relevance
128 void *ip_cs_error; /* codesigning error reason */ member
3139 imgp->ip_cs_error = OS_REASON_NULL; in posix_spawn()4180 if (imgp->ip_cs_error != OS_REASON_NULL) { in posix_spawn()4181 os_reason_free(imgp->ip_cs_error); in posix_spawn()4182 imgp->ip_cs_error = OS_REASON_NULL; in posix_spawn()4597 imgp->ip_cs_error = OS_REASON_NULL; in __mac_execve()4720 if (imgp->ip_cs_error != OS_REASON_NULL) { in __mac_execve()4721 os_reason_free(imgp->ip_cs_error); in __mac_execve()4722 imgp->ip_cs_error = OS_REASON_NULL; in __mac_execve()6938 if (imgp->ip_cs_error != OS_REASON_NULL) { in check_for_signature()6939 signature_failure_reason = imgp->ip_cs_error; in check_for_signature()[all …]
1384 imgp->ip_cs_error = reason; in mac_vnode_check_signature()