Home
last modified time | relevance | path

Searched refs:vn_fullpath (Results 1 – 14 of 14) sorted by relevance

/NextBSD/sys/fs/procfs/
HDprocfs.c80 error = vn_fullpath(td, textvp, &fullpath, &freepath); in procfs_doprocfile()
HDprocfs_map.c197 vn_fullpath(td, vp, &fullpath, &freepath); in procfs_doprocmap()
/NextBSD/sys/compat/linprocfs/
HDlinprocfs.c336 if (vn_fullpath(td, nd.ni_vp, &dlep, &flep) == 0) in linprocfs_domtab()
885 vn_fullpath(td, vp, &fullpath, &freepath); in linprocfs_doproccwd()
911 vn_fullpath(td, vp, &fullpath, &freepath); in linprocfs_doprocroot()
1054 vn_fullpath(td, vp, &name, &freename); in linprocfs_doprocmaps()
/NextBSD/sys/security/audit/
HDaudit_bsm_klib.c547 error = vn_fullpath(td, cvnp, &rbuf, &fbuf); in audit_canon_path()
/NextBSD/sys/sys/
HDvnode.h637 vn_fullpath(FIRST_THREAD_IN_PROC(p), (p)->p_textvp, rb, rfb)
638 int vn_fullpath(struct thread *td, struct vnode *vn,
/NextBSD/sys/kern/
HDkern_proc.c1965 error = vn_fullpath(req->td, vp, &retbuf, &freebuf); in sysctl_kern_proc_pathname()
2134 vn_fullpath(curthread, vp, &fullpath, in sysctl_kern_proc_ovmmap()
2371 vn_fullpath(curthread, vp, &fullpath, in kern_proc_vmmap_out()
HDkern_exec.c572 vn_fullpath(td, imgp->vp, &imgp->execpath, &imgp->freepath) != 0))
HDsys_process.c462 vn_fullpath(td, vp, &fullpath, &freepath); in ptrace_vm_entry()
HDvfs_cache.c1147 vn_fullpath(struct thread *td, struct vnode *vn, char **retbuf, char **freebuf) in vn_fullpath() function
HDvfs_vnops.c2352 error = vn_fullpath(curthread, vp, &fullpath, &freepath); in vn_fill_kinfo_vnode()
/NextBSD/sys/vm/
HDvm_object.c2338 vn_fullpath(curthread, vp, &fullpath, &freepath); in sysctl_vm_object_list()
/NextBSD/share/man/man9/
HDMakefile361 vn_fullpath.9 \
/NextBSD/tools/tools/sysdoc/
HDtunables.mdoc15 .Fn vn_fullpath
/NextBSD/sys/dev/hwpmc/
HDhwpmc_mod.c731 vn_fullpath(curthread, v, fullpath, freepath); in pmc_getfilename()