Searched refs:ip_ndp (Results 1 – 3 of 3) sorted by relevance
| /xnu-11417.140.69/bsd/sys/ ! |
| H A D | imgact.h | 110 struct nameidata *ip_ndp; /* current nameidata */ member
|
| /xnu-11417.140.69/bsd/kern/ ! |
| H A D | kern_exec.c | 951 uint64_t buflen = imgp->ip_ndp->ni_cnd.cn_namelen; in set_proc_name() 959 bcopy((caddr_t)imgp->ip_ndp->ni_cnd.cn_nameptr, (caddr_t)p->p_name, buflen); in set_proc_name() 967 bcopy((caddr_t)imgp->ip_ndp->ni_cnd.cn_nameptr, (caddr_t)p->p_comm, buflen); in set_proc_name() 1831 imgp->ip_ndp->ni_cnd.cn_nameptr, in exec_mach_imgact() 1832 (unsigned)imgp->ip_ndp->ni_cnd.cn_namelen, in exec_mach_imgact() 2334 imgp->ip_ndp = ndp; /* successful namei(); call nameidone() later */ in exec_activate_image() 2429 imgp->ip_ndp = NULL; /* already nameidone */ in exec_activate_image() 2467 if (imgp->ip_ndp) { in exec_activate_image() 2468 nameidone(imgp->ip_ndp); in exec_activate_image()
|
| /xnu-11417.140.69/security/ ! |
| H A D | mac_vfs.c | 1248 imgp->ip_execlabelp, &imgp->ip_ndp->ni_cnd, &imgp->ip_csflags, in mac_vnode_check_exec() 1269 imgp->ip_execlabelp, &imgp->ip_ndp->ni_cnd, &imgp->ip_csflags, in mac_vnode_check_exec()
|