Searched refs:ip_scriptvp (Results 1 – 3 of 3) sorted by relevance
| /xnu-8020.121.3/bsd/sys/ |
| H A D | imgact.h | 115 struct vnode *ip_scriptvp; /* script */ member
|
| /xnu-8020.121.3/bsd/kern/ |
| H A D | kern_exec.c | 1905 if (imgp->ip_scriptvp) { in exec_activate_image() 1906 vnode_put(imgp->ip_scriptvp); in exec_activate_image() 1907 imgp->ip_scriptvp = NULLVP; in exec_activate_image() 1910 imgp->ip_scriptvp = imgp->ip_vp; in exec_activate_image() 4129 if (imgp->ip_scriptvp) { in posix_spawn() 4130 vnode_put(imgp->ip_scriptvp); in posix_spawn() 4682 if (imgp->ip_scriptvp != NULLVP) { in __mac_execve() 4683 vnode_put(imgp->ip_scriptvp); in __mac_execve() 5956 imgp->ip_scriptvp, in exec_handle_sugid() 6050 imgp->ip_scriptvp, in exec_handle_sugid() [all …]
|
| /xnu-8020.121.3/security/ |
| H A D | mac_vfs.c | 1272 vp, imgp->ip_scriptvp, mac_vnode_label(vp), imgp->ip_scriptlabelp, in mac_vnode_check_exec() 1293 vp, imgp->ip_scriptvp, mac_vnode_label(vp), imgp->ip_scriptlabelp, in mac_vnode_check_exec()
|