Searched refs:ip_cs_error (Results 1 – 4 of 4) sorted by relevance
129 void *ip_cs_error; /* codesigning error reason */ member
4218 imgp->ip_cs_error = OS_REASON_NULL; in posix_spawn()5410 if (imgp->ip_cs_error != OS_REASON_NULL) { in posix_spawn()5411 os_reason_free(imgp->ip_cs_error); in posix_spawn()5412 imgp->ip_cs_error = OS_REASON_NULL; in posix_spawn()5870 imgp->ip_cs_error = OS_REASON_NULL; in __mac_execve()6034 if (imgp->ip_cs_error != OS_REASON_NULL) { in __mac_execve()6035 os_reason_free(imgp->ip_cs_error); in __mac_execve()6036 imgp->ip_cs_error = OS_REASON_NULL; in __mac_execve()8427 if (imgp->ip_cs_error != OS_REASON_NULL) { in process_signature()8428 signature_failure_reason = imgp->ip_cs_error; in process_signature()[all …]
3506 imgp->ip_cs_error = reason; in set_signature_error()
1365 imgp->ip_cs_error = reason; in mac_vnode_check_signature()