Lines Matching full:freebuf
2271 * freebuf should be freed by caller, from the M_TEMP malloc type.
2275 char **freebuf) in proc_get_binpath() argument
2289 *freebuf = NULL; in proc_get_binpath()
2301 *freebuf = NULL; in proc_get_binpath()
2305 retbuf, freebuf, &freepath_size) == 0) { in proc_get_binpath()
2322 free(*freebuf, M_TEMP); in proc_get_binpath()
2323 *freebuf = NULL; in proc_get_binpath()
2324 error = vn_fullpath(vp, retbuf, freebuf); in proc_get_binpath()
2342 char *retbuf, *freebuf, *binname; in sysctl_kern_proc_pathname() local
2358 error = proc_get_binpath(p, binname, &retbuf, &freebuf); in sysctl_kern_proc_pathname()
2363 free(freebuf, M_TEMP); in sysctl_kern_proc_pathname()