Searched refs:freepath (Results 1 - 15 of 15) sorted by relevance

/freebsd-current/sys/fs/procfs/
H A Dprocfs.c68 char *fullpath, *freepath, *binpath; local
71 freepath = NULL;
74 error = proc_get_binpath(p, binpath, &fullpath, &freepath);
78 free(freepath, M_TEMP);
H A Dprocfs_map.c82 char *fullpath, *freepath, *type; local
153 freepath = NULL;
189 vn_fullpath(vp, &fullpath, &freepath);
223 if (freepath != NULL)
224 free(freepath, M_TEMP);
/freebsd-current/sys/sys/
H A Dimgact.h78 char *freepath; member in struct:image_params
H A Dproc.h1204 char **freepath);
/freebsd-current/sys/dev/filemon/
H A Dfilemon_wrapper.c155 char *atpath, *freepath; local
160 freepath = NULL;
187 vn_fullpath(fp->f_vnode, &atpath, &freepath);
209 free(freepath, M_TEMP);
/freebsd-current/sys/fs/fdescfs/
H A Dfdesc_vnops.c628 char *freepath, *fullpath; local
633 freepath = NULL;
649 error = vn_fullpath(vp, &fullpath, &freepath);
660 if (freepath != NULL)
661 free(freepath, M_TEMP);
/freebsd-current/sys/dev/hwpmc/
H A Dhwpmc_mod.c830 pmc_getfilename(struct vnode *v, char **fullpath, char **freepath) argument
834 *freepath = NULL;
835 vn_fullpath(v, fullpath, freepath);
1090 char *fullpath, *freepath; local
1142 freepath = NULL;
1144 pmc_getfilename(p->p_textvp, &fullpath, &freepath);
1147 free(freepath, M_TEMP);
1334 char *fullpath, *freepath; local
1341 pmc_getfilename(p->p_textvp, &fullpath, &freepath);
1358 if (freepath !
1833 char *fullpath, *freepath; local
1955 char *fullpath, *freepath; local
[all...]
/freebsd-current/sys/compat/linprocfs/
H A Dlinprocfs.c1207 char *freepath = NULL; local
1210 vn_fullpath(pwd->pwd_cdir, &fullpath, &freepath);
1212 if (freepath)
1213 free(freepath, M_TEMP);
1227 char *freepath = NULL; local
1231 vn_fullpath(vp, &fullpath, &freepath);
1233 if (freepath)
1234 free(freepath, M_TEMP);
/freebsd-current/sys/kern/
H A Dkern_exec.c502 &imgp->freepath, &freepath_size) != 0)
513 &imgp->freepath) != 0)
535 &imgp->freepath) != 0)
703 free(imgp->freepath, M_TEMP);
704 imgp->freepath = NULL;
968 free(imgp->freepath, M_TEMP);
H A Dsys_process.c483 char *freepath, *fullpath; local
556 freepath = NULL;
558 vn_fullpath(vp, &fullpath, &freepath);
574 if (freepath != NULL)
575 free(freepath, M_TEMP);
H A Dkern_proc.c2394 char *fullpath, *freepath; local
2480 freepath = NULL;
2495 vn_fullpath(vp, &fullpath, &freepath);
2512 if (freepath != NULL)
2513 free(freepath, M_TEMP);
2609 char *fullpath, *freepath; local
2695 freepath = NULL;
2708 vn_fullpath(vp, &fullpath, &freepath);
2735 if (freepath != NULL)
2736 free(freepath, M_TEM
[all...]
H A Dkern_lockf.c2475 char *fullpath, *freepath; local
2531 freepath = NULL;
2533 error = vn_fullpath(vp, &fullpath, &freepath);
2537 free(freepath, M_TEMP);
H A Dkern_sig.c4103 char *fullpath, *freepath = NULL; local
4188 if (vn_fullpath_global(p->p_textvp, &fullpath, &freepath) != 0)
4192 free(freepath, M_TEMP);
4202 freepath = malloc(fullpathsize, M_TEMP, M_WAITOK);
4203 if (vn_getcwd(freepath, &fullpath, &fullpathsize) != 0) {
4204 free(freepath, M_TEMP);
4208 free(freepath, M_TEMP);
H A Dvfs_vnops.c2794 char *fullpath, *freepath; local
2798 freepath = NULL;
2800 error = vn_fullpath(vp, &fullpath, &freepath);
2804 if (freepath != NULL)
2805 free(freepath, M_TEMP);
/freebsd-current/sys/vm/
H A Dvm_object.c2504 char *fullpath, *freepath; local
2579 freepath = NULL;
2596 vn_fullpath(vp, &fullpath, &freepath);
2608 free(freepath, M_TEMP);

Completed in 305 milliseconds