Searched refs:ip_cs_error (Results 1 – 4 of 4) sorted by relevance
129 void *ip_cs_error; /* codesigning error reason */ member
3668 imgp->ip_cs_error = OS_REASON_NULL; in posix_spawn()4812 if (imgp->ip_cs_error != OS_REASON_NULL) { in posix_spawn()4813 os_reason_free(imgp->ip_cs_error); in posix_spawn()4814 imgp->ip_cs_error = OS_REASON_NULL; in posix_spawn()5272 imgp->ip_cs_error = OS_REASON_NULL; in __mac_execve()5398 if (imgp->ip_cs_error != OS_REASON_NULL) { in __mac_execve()5399 os_reason_free(imgp->ip_cs_error); in __mac_execve()5400 imgp->ip_cs_error = OS_REASON_NULL; in __mac_execve()7714 if (imgp->ip_cs_error != OS_REASON_NULL) { in process_signature()7715 signature_failure_reason = imgp->ip_cs_error; in process_signature()[all …]
3224 imgp->ip_cs_error = reason; in set_signature_error()
1365 imgp->ip_cs_error = reason; in mac_vnode_check_signature()