Searched refs:ip_execlabelp (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dimgact.h112 struct label *ip_execlabelp; /* label of the executable */ member in struct:image_params
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_exec.c2137 if (imgp->ip_execlabelp)
2138 mac_cred_label_free(imgp->ip_execlabelp);
2353 if (imgp->ip_execlabelp)
2354 mac_cred_label_free(imgp->ip_execlabelp);
3187 imgp->ip_execlabelp, p);
3257 imgp->ip_execlabelp)) {
/darwin-on-arm/xnu/security/
H A Dmac_process.c246 imgp->ip_execlabelp = execlabel;
H A Dmac_vfs.c668 (imgp != NULL) ? imgp->ip_execlabelp : NULL,

Completed in 19 milliseconds