Searched refs:ip_cs_error (Results 1 – 4 of 4) sorted by relevance
129 void *ip_cs_error; /* codesigning error reason */ member
3622 imgp->ip_cs_error = OS_REASON_NULL; in posix_spawn()4752 if (imgp->ip_cs_error != OS_REASON_NULL) { in posix_spawn()4753 os_reason_free(imgp->ip_cs_error); in posix_spawn()4754 imgp->ip_cs_error = OS_REASON_NULL; in posix_spawn()5209 imgp->ip_cs_error = OS_REASON_NULL; in __mac_execve()5335 if (imgp->ip_cs_error != OS_REASON_NULL) { in __mac_execve()5336 os_reason_free(imgp->ip_cs_error); in __mac_execve()5337 imgp->ip_cs_error = OS_REASON_NULL; in __mac_execve()7644 if (imgp->ip_cs_error != OS_REASON_NULL) { in process_signature()7645 signature_failure_reason = imgp->ip_cs_error; in process_signature()[all …]
3383 imgp->ip_cs_error = reason; in set_signature_error()
1390 imgp->ip_cs_error = reason; in mac_vnode_check_signature()