| /freebsd-13-stable/sys/fs/procfs/ |
| HD | procfs_map.c | 84 char *fullpath, *freepath, *type; in procfs_doprocmap() local 155 freepath = NULL; in procfs_doprocmap() 192 vn_fullpath(vp, &fullpath, &freepath); in procfs_doprocmap() 225 if (freepath != NULL) in procfs_doprocmap() 226 free(freepath, M_TEMP); in procfs_doprocmap()
|
| HD | procfs.c | 70 char *fullpath, *freepath, *binpath; in procfs_doprocfile() local 73 freepath = NULL; in procfs_doprocfile() 76 error = proc_get_binpath(p, binpath, &fullpath, &freepath); in procfs_doprocfile() 80 free(freepath, M_TEMP); in procfs_doprocfile()
|
| /freebsd-13-stable/sys/dev/filemon/ |
| HD | filemon_wrapper.c | 155 char *atpath, *freepath; in _filemon_wrapper_openat() local 160 freepath = NULL; in _filemon_wrapper_openat() 187 vn_fullpath(fp->f_vnode, &atpath, &freepath); in _filemon_wrapper_openat() 209 free(freepath, M_TEMP); in _filemon_wrapper_openat()
|
| /freebsd-13-stable/sys/fs/fdescfs/ |
| HD | fdesc_vnops.c | 641 char *freepath, *fullpath; in fdesc_readlink() local 646 freepath = NULL; in fdesc_readlink() 662 error = vn_fullpath(vp, &fullpath, &freepath); in fdesc_readlink() 673 if (freepath != NULL) in fdesc_readlink() 674 free(freepath, M_TEMP); in fdesc_readlink()
|
| /freebsd-13-stable/sys/dev/hwpmc/ |
| HD | hwpmc_mod.c | 835 pmc_getfilename(struct vnode *v, char **fullpath, char **freepath) in pmc_getfilename() argument 839 *freepath = NULL; in pmc_getfilename() 840 vn_fullpath(v, fullpath, freepath); in pmc_getfilename() 1106 char *fullpath, *freepath; in pmc_attach_one_process() local 1158 freepath = NULL; in pmc_attach_one_process() 1160 pmc_getfilename(p->p_textvp, &fullpath, &freepath); in pmc_attach_one_process() 1163 free(freepath, M_TEMP); in pmc_attach_one_process() 1762 char *fullpath, *freepath; in pmc_process_mmap() local 1767 freepath = fullpath = NULL; in pmc_process_mmap() 1769 pmc_getfilename((struct vnode *) pkm->pm_file, &fullpath, &freepath); in pmc_process_mmap() [all …]
|
| /freebsd-13-stable/sys/sys/ |
| HD | imgact.h | 78 char *freepath; member
|
| HD | proc.h | 1136 char **freepath);
|
| /freebsd-13-stable/sys/compat/linprocfs/ |
| HD | linprocfs.c | 1216 char *freepath = NULL; in linprocfs_doproccwd() local 1219 vn_fullpath(pwd->pwd_cdir, &fullpath, &freepath); in linprocfs_doproccwd() 1221 if (freepath) in linprocfs_doproccwd() 1222 free(freepath, M_TEMP); in linprocfs_doproccwd() 1236 char *freepath = NULL; in linprocfs_doprocroot() local 1240 vn_fullpath(vp, &fullpath, &freepath); in linprocfs_doprocroot() 1242 if (freepath) in linprocfs_doprocroot() 1243 free(freepath, M_TEMP); in linprocfs_doprocroot()
|
| /freebsd-13-stable/sys/kern/ |
| HD | kern_exec.c | 501 &imgp->freepath, &freepath_size) != 0) in do_execve() 512 &imgp->freepath) != 0) in do_execve() 534 &imgp->freepath) != 0) in do_execve() 712 free(imgp->freepath, M_TEMP); in do_execve() 713 imgp->freepath = NULL; in do_execve() 987 free(imgp->freepath, M_TEMP); in do_execve()
|
| HD | sys_process.c | 466 char *freepath, *fullpath; in ptrace_vm_entry() local 539 freepath = NULL; in ptrace_vm_entry() 541 vn_fullpath(vp, &fullpath, &freepath); in ptrace_vm_entry() 557 if (freepath != NULL) in ptrace_vm_entry() 558 free(freepath, M_TEMP); in ptrace_vm_entry()
|
| HD | kern_proc.c | 2397 char *fullpath, *freepath; in sysctl_kern_proc_ovmmap() local 2483 freepath = NULL; in sysctl_kern_proc_ovmmap() 2498 vn_fullpath(vp, &fullpath, &freepath); in sysctl_kern_proc_ovmmap() 2515 if (freepath != NULL) in sysctl_kern_proc_ovmmap() 2516 free(freepath, M_TEMP); in sysctl_kern_proc_ovmmap() 2612 char *fullpath, *freepath; in kern_proc_vmmap_out() local 2698 freepath = NULL; in kern_proc_vmmap_out() 2711 vn_fullpath(vp, &fullpath, &freepath); in kern_proc_vmmap_out() 2738 if (freepath != NULL) in kern_proc_vmmap_out() 2739 free(freepath, M_TEMP); in kern_proc_vmmap_out()
|
| HD | kern_lockf.c | 2478 char *fullpath, *freepath; in vfs_report_lockf() local 2535 freepath = NULL; in vfs_report_lockf() 2537 error = vn_fullpath(vp, &fullpath, &freepath); in vfs_report_lockf() 2541 free(freepath, M_TEMP); in vfs_report_lockf()
|
| HD | kern_sig.c | 3993 char *fullpath, *freepath = NULL; in coredump() local 4078 if (vn_fullpath_global(p->p_textvp, &fullpath, &freepath) != 0) in coredump() 4082 free(freepath, M_TEMP); in coredump() 4092 freepath = malloc(fullpathsize, M_TEMP, M_WAITOK); in coredump() 4093 if (vn_getcwd(freepath, &fullpath, &fullpathsize) != 0) { in coredump() 4094 free(freepath, M_TEMP); in coredump() 4098 free(freepath, M_TEMP); in coredump()
|
| HD | vfs_vnops.c | 2748 char *fullpath, *freepath; in vn_fill_kinfo_vnode() local 2752 freepath = NULL; in vn_fill_kinfo_vnode() 2754 error = vn_fullpath(vp, &fullpath, &freepath); in vn_fill_kinfo_vnode() 2758 if (freepath != NULL) in vn_fill_kinfo_vnode() 2759 free(freepath, M_TEMP); in vn_fill_kinfo_vnode()
|
| /freebsd-13-stable/sys/vm/ |
| HD | vm_object.c | 2556 char *fullpath, *freepath; in vm_object_list_handler() local 2633 freepath = NULL; in vm_object_list_handler() 2651 vn_fullpath(vp, &fullpath, &freepath); in vm_object_list_handler() 2663 free(freepath, M_TEMP); in vm_object_list_handler()
|