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() 412 else if (proc->p_textvp == NULL) { in mac_grantbylabel_syscall() 418 gbl_args.gbl = (SLOT(proc->p_textvp->v_label) | in mac_grantbylabel_syscall()
|
| /freebsd/sys/kern/ |
| H A D | kern_fork.c | 580 p2->p_textvp = p1->p_textvp; in do_fork() 607 if (p2->p_textvp != NULL) in do_fork() 608 vrefact(p2->p_textvp); in do_fork()
|
| H A D | kern_exit.c | 430 if (p->p_textvp != NULL) { in exit1() 431 vrele(p->p_textvp); in exit1() 432 p->p_textvp = NULL; in exit1()
|
| H A D | coredump_vnode.c | 521 if (vn_fullpath_global(p->p_textvp, &fullpath, &freepath) != 0) in coredump_vnode()
|
| H A D | kern_exec.c | 889 oldtextvp = p->p_textvp; in do_execve() 890 p->p_textvp = newtextvp; in do_execve()
|
| H A D | kern_shutdown.c | 556 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() 2288 vp = p->p_textvp; in proc_get_binpath()
|
| H A D | vfs_aio.c | 1094 KASSERT(p->p_textvp == NULL, ("kthread has a textvp")); in aio_daemon()
|
| H A D | kern_descrip.c | 4928 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 | 218 kp->ki_textvp = proc.p_textvp; in kvm_proclist()
|
| /freebsd/sys/sys/ |
| H A D | proc.h | 706 struct vnode *p_textvp; /* (b) Vnode of executable. */ member
|
| /freebsd/sys/security/mac_do/ |
| H A D | mac_do.c | 2011 if (vn_fullpath_jail(curproc->p_textvp, &path, &to_free) != 0) in check_proc()
|
| /freebsd/sys/dev/hwpmc/ |
| H A D | hwpmc_mod.c | 1146 pmc_getfilename(p->p_textvp, &fullpath, &freepath); in pmc_attach_one_process() 1343 pmc_getfilename(p->p_textvp, &fullpath, &freepath); in pmc_process_exec()
|
| /freebsd/sys/vm/ |
| H A D | vm_map.c | 4764 if (p != initproc && (map != &vm->vm_map || p->p_textvp == NULL)) in vm_map_growstack()
|