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

/freebsd-10.1-release/sys/fs/procfs/
H A Dprocfs.c71 char *freepath; local
75 freepath = NULL;
80 error = vn_fullpath(td, textvp, &fullpath, &freepath);
84 if (freepath != NULL)
85 free(freepath, M_TEMP);
H A Dprocfs_map.c85 char *fullpath, *freepath; local
159 freepath = NULL;
191 vn_fullpath(td, vp, &fullpath, &freepath);
224 if (freepath != NULL)
225 free(freepath, M_TEMP);
/freebsd-10.1-release/sys/sys/
H A Dimgact.h77 char *freepath; member in struct:image_params
/freebsd-10.1-release/sys/dev/hwpmc/
H A Dhwpmc_mod.c725 pmc_getfilename(struct vnode *v, char **fullpath, char **freepath) argument
729 *freepath = NULL;
730 vn_fullpath(curthread, v, fullpath, freepath);
971 char *fullpath, *freepath; local
1010 pmc_getfilename(p->p_textvp, &fullpath, &freepath);
1013 freepath = NULL;
1016 if (freepath)
1017 free(freepath, M_TEMP);
1488 char *fullpath, *freepath; local
1493 freepath
1602 char *fullpath, *freepath; local
1819 char *fullpath, *freepath; local
[all...]
/freebsd-10.1-release/sys/compat/linprocfs/
H A Dlinprocfs.c888 char *freepath = NULL; local
890 vn_fullpath(td, p->p_fd->fd_cdir, &fullpath, &freepath);
892 if (freepath)
893 free(freepath, M_TEMP);
905 char *freepath = NULL; local
908 vn_fullpath(td, rvp, &fullpath, &freepath);
910 if (freepath)
911 free(freepath, M_TEMP);
/freebsd-10.1-release/sys/kern/
H A Dkern_proc.c1977 char *fullpath, *freepath; local
2058 freepath = NULL;
2098 &freepath);
2114 if (freepath != NULL)
2115 free(freepath, M_TEMP);
2208 char *fullpath, *freepath; local
2284 freepath = NULL;
2327 &freepath);
2349 if (freepath != NULL)
2350 free(freepath, M_TEM
[all...]
H A Dsys_process.c338 char *freepath, *fullpath; local
414 freepath = NULL;
416 vn_fullpath(td, vp, &fullpath, &freepath);
432 if (freepath != NULL)
433 free(freepath, M_TEMP);
H A Dkern_descrip.c3041 char *fullpath, *freepath; local
3063 freepath = NULL;
3066 vn_fullpath(curthread, vp, &fullpath, &freepath);
3069 if (freepath != NULL)
3070 free(freepath, M_TEMP);
3082 char *fullpath, *freepath; local
3239 freepath = NULL;
3242 vn_fullpath(curthread, vp, &fullpath, &freepath);
3246 if (freepath != NULL)
3247 free(freepath, M_TEM
3640 char *fullpath, *freepath; local
[all...]
H A Dkern_exec.c401 imgp->execpath = imgp->freepath = NULL;
566 vn_fullpath(td, imgp->vp, &imgp->execpath, &imgp->freepath) != 0))
899 free(imgp->freepath, M_TEMP);

Completed in 120 milliseconds