Searched refs:p_textvp (Results 1 – 16 of 16) sorted by relevance
/freebsd/sys/security/mac_grantbylabel/ |
H A D | mac_grantbylabel.c | 234 label = (gbl_label_t)(SLOT(curproc->p_textvp->v_label) | in mac_grantbylabel_priv_grant() 306 label = (gbl_label_t)SLOT(curproc->p_pptr->p_textvp->v_label); in mac_grantbylabel_priv_grant() 349 if (!SLOT(proc->p_textvp->v_label)) { in mac_grantbylabel_proc_check_resource() 350 gbl = gbl_get_vlabel(proc->p_textvp, cred); in mac_grantbylabel_proc_check_resource() 353 SLOT_SET(proc->p_textvp->v_label, gbl); in mac_grantbylabel_proc_check_resource() 414 gbl_args.gbl = (SLOT(proc->p_textvp->v_label) | in mac_grantbylabel_syscall()
|
/freebsd/sys/kern/ |
H A D | kern_fork.c | 532 p2->p_textvp = p1->p_textvp; in do_fork() 559 if (p2->p_textvp != NULL) in do_fork() 560 vrefact(p2->p_textvp); in do_fork()
|
H A D | kern_exit.c | 429 if (p->p_textvp != NULL) { in exit1() 430 vrele(p->p_textvp); in exit1() 431 p->p_textvp = NULL; in exit1()
|
H A D | kern_exec.c | 885 oldtextvp = p->p_textvp; in do_execve() 886 p->p_textvp = newtextvp; in do_execve()
|
H A D | kern_shutdown.c | 561 vp = curproc->p_textvp; in kern_reroot()
|
H A D | kern_proc.c | 1094 kp->ki_textvp = p->p_textvp; in fill_kinfo_proc_only() 2278 vp = p->p_textvp; in proc_get_binpath()
|
H A D | vfs_aio.c | 1074 KASSERT(p->p_textvp == NULL, ("kthread has a textvp")); in aio_daemon()
|
H A D | kern_sig.c | 4178 if (vn_fullpath_global(p->p_textvp, &fullpath, &freepath) != 0) in coredump()
|
H A D | kern_descrip.c | 4699 textvp = p->p_textvp; in kern_proc_filedesc_out()
|
/freebsd/sys/security/mac_veriexec/ |
H A D | veriexec_metadata.c | 476 proc_vn = p->p_textvp; in mac_veriexec_metadata_get_executable_flags()
|
H A D | mac_veriexec.c | 955 textvp = proc->p_textvp; in mac_veriexec_syscall()
|
/freebsd/lib/libkvm/ |
H A D | kvm_proc.c | 216 kp->ki_textvp = proc.p_textvp; in kvm_proclist()
|
/freebsd/sys/sys/ |
H A D | proc.h | 701 struct vnode *p_textvp; /* (b) Vnode of executable. */ member
|
/freebsd/sys/security/mac_do/ |
H A D | mac_do.c | 2005 if (vn_fullpath(curproc->p_textvp, &path, &to_free) != 0) in check_proc()
|
/freebsd/sys/dev/hwpmc/ |
H A D | hwpmc_mod.c | 1144 pmc_getfilename(p->p_textvp, &fullpath, &freepath); in pmc_attach_one_process() 1341 pmc_getfilename(p->p_textvp, &fullpath, &freepath); in pmc_process_exec()
|
/freebsd/sys/vm/ |
H A D | vm_map.c | 4707 p->p_textvp == NULL)) in vm_map_growstack()
|