Searched refs:ip_cs_error (Results 1 – 4 of 4) sorted by relevance
129 void *ip_cs_error; /* codesigning error reason */ member
3700 imgp->ip_cs_error = OS_REASON_NULL; in posix_spawn()4845 if (imgp->ip_cs_error != OS_REASON_NULL) { in posix_spawn()4846 os_reason_free(imgp->ip_cs_error); in posix_spawn()4847 imgp->ip_cs_error = OS_REASON_NULL; in posix_spawn()5305 imgp->ip_cs_error = OS_REASON_NULL; in __mac_execve()5432 if (imgp->ip_cs_error != OS_REASON_NULL) { in __mac_execve()5433 os_reason_free(imgp->ip_cs_error); in __mac_execve()5434 imgp->ip_cs_error = OS_REASON_NULL; in __mac_execve()7768 if (imgp->ip_cs_error != OS_REASON_NULL) { in process_signature()7769 signature_failure_reason = imgp->ip_cs_error; in process_signature()[all …]
3231 imgp->ip_cs_error = reason; in set_signature_error()
1365 imgp->ip_cs_error = reason; in mac_vnode_check_signature()