Searched refs:vn_fullpath_global (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/security/audit/ |
| H A D | audit_bsm_klib.c | 466 error = vn_fullpath_global(vp, &rbuf, &fbuf); in audit_canon_path_vp()
|
| /f-stack/freebsd/sys/ |
| H A D | vnode.h | 684 int vn_fullpath_global(struct vnode *vp, char **retbuf, char **freebuf);
|
| /f-stack/freebsd/kern/ |
| H A D | vfs_cache.c | 2993 vn_fullpath_global(struct vnode *vp, char **retbuf, char **freebuf) in vn_fullpath_global() function 3560 error = vn_fullpath_global(vp, &rpath, &fbuf); in vn_path_to_global_path()
|
| H A D | kern_sig.c | 3828 if (vn_fullpath_global(p->p_textvp, &fullpath, &freepath) != 0) in coredump()
|