Home
last modified time | relevance | path

Searched refs:ip_cs_error (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.121.3/bsd/sys/
H A Dimgact.h128 void *ip_cs_error; /* codesigning error reason */ member
/xnu-8020.121.3/bsd/kern/
H A Dkern_exec.c3123 imgp->ip_cs_error = OS_REASON_NULL; in posix_spawn()
4162 if (imgp->ip_cs_error != OS_REASON_NULL) { in posix_spawn()
4163 os_reason_free(imgp->ip_cs_error); in posix_spawn()
4164 imgp->ip_cs_error = OS_REASON_NULL; in posix_spawn()
4575 imgp->ip_cs_error = OS_REASON_NULL; in __mac_execve()
4698 if (imgp->ip_cs_error != OS_REASON_NULL) { in __mac_execve()
4699 os_reason_free(imgp->ip_cs_error); in __mac_execve()
4700 imgp->ip_cs_error = OS_REASON_NULL; in __mac_execve()
6893 if (imgp->ip_cs_error != OS_REASON_NULL) { in check_for_signature()
6894 signature_failure_reason = imgp->ip_cs_error; in check_for_signature()
[all …]
/xnu-8020.121.3/security/
H A Dmac_vfs.c1390 imgp->ip_cs_error = reason; in mac_vnode_check_signature()