Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/sys/
H A Dimgact.h128 void *ip_cs_error; /* codesigning error reason */ member
/xnu-8019.80.24/bsd/kern/
H A Dkern_exec.c3139 imgp->ip_cs_error = OS_REASON_NULL; in posix_spawn()
4180 if (imgp->ip_cs_error != OS_REASON_NULL) { in posix_spawn()
4181 os_reason_free(imgp->ip_cs_error); in posix_spawn()
4182 imgp->ip_cs_error = OS_REASON_NULL; in posix_spawn()
4597 imgp->ip_cs_error = OS_REASON_NULL; in __mac_execve()
4720 if (imgp->ip_cs_error != OS_REASON_NULL) { in __mac_execve()
4721 os_reason_free(imgp->ip_cs_error); in __mac_execve()
4722 imgp->ip_cs_error = OS_REASON_NULL; in __mac_execve()
6938 if (imgp->ip_cs_error != OS_REASON_NULL) { in check_for_signature()
6939 signature_failure_reason = imgp->ip_cs_error; in check_for_signature()
[all …]
/xnu-8019.80.24/security/
H A Dmac_vfs.c1384 imgp->ip_cs_error = reason; in mac_vnode_check_signature()