Searched refs:ip_mac_return (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dimgact.h116 int ip_mac_return; /* return code from mac policy checks */ member in struct:image_params
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dkern_exec.c1958 imgp->ip_mac_return = 0;
2718 imgp->ip_mac_return = 0;
3735 imgp->ip_mac_return = label_update_return;
4418 if (imgp->ip_mac_return != 0) {
4419 error = imgp->ip_mac_return;

Completed in 102 milliseconds