Home
last modified time | relevance | path

Searched full:freebuf (Results 1 – 8 of 8) sorted by relevance

/freebsd/share/man/man9/
H A Dvn_fullpath.945 .Fn vn_fullpath "struct vnode *vp" "char **retbuf" "char **freebuf"
47 .Fn vn_fullpath_jail "struct vnode *vp" "char **retbuf" "char **freebuf"
49 .Fn vn_fullpath_global "struct vnode *vp" "char **retbuf" "char **freebuf"
54 .Fa "char **retbuf" "char **freebuf" "size_t *buflen"
116 .Bl -tag -width ".Fa freebuf"
125 .It Fa freebuf
/freebsd/lib/libprocstat/
H A Dcore.c215 void *freebuf; in procstat_core_get() local
266 freebuf = NULL; in procstat_core_get()
268 freebuf = buf = malloc(len); in procstat_core_get()
275 free(freebuf); in procstat_core_get()
280 free(freebuf); in procstat_core_get()
284 if (freebuf == NULL) in procstat_core_get()
288 free(freebuf); in procstat_core_get()
/freebsd/contrib/ntp/libntp/lib/isc/win32/
H A Dstrerror.c64 BOOL freebuf; in isc__strerror()
73 freebuf = FALSE; in isc__strerror()
74 msg = NTstrerror(num, &freebuf); in isc__strerror()
79 if(freebuf && msg != NULL) { in isc__strerror()
62 BOOL freebuf; isc__strerror() local
/freebsd/lib/libc/tests/string/
H A Dmemccpy_test.c66 freebuf(char * buf, size_t len, int guard_at_end) in freebuf() function
106 freebuf(dst, bufsize, j); in test_memccpy()
107 freebuf(src, bufsize < size ? bufsize : size, i); in test_memccpy()
/freebsd/sys/kern/
H A Dkern_proc.c2271 * 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()
[all …]
H A Dvfs_cache.c3280 char *retbuf, *freebuf; in kern___realpathat() local
3309 error = vn_fullpath(covered_vp, &retbuf, &freebuf); in kern___realpathat()
3314 &freebuf, &size); in kern___realpathat()
3326 free(freebuf, M_TEMP); in kern___realpathat()
3346 char **retbuf, char **freebuf)
3370 *freebuf = buf; in vn_fullpath()
3387 vn_fullpath(struct vnode *vp, char **retbuf, char **freebuf) in vn_fullpath_global()
3389 return (vn_fullpath_up_to_pwd_vnode(vp, get_rdir, retbuf, freebuf)); in vn_fullpath_global()
3407 vn_fullpath_jail(struct vnode *vp, char **retbuf, char **freebuf) in vn_dd_from_dst()
3409 return (vn_fullpath_up_to_pwd_vnode(vp, get_jdir, retbuf, freebuf)); in vn_dd_from_dst()
3348 vn_fullpath(struct vnode * vp,char ** retbuf,char ** freebuf) vn_fullpath() argument
3383 vn_fullpath_global(struct vnode * vp,char ** retbuf,char ** freebuf) vn_fullpath_global() argument
3793 vn_fullpath_hardlink(struct vnode * vp,struct vnode * dvp,const char * hrdl_name,size_t hrdl_name_length,char ** retbuf,char ** freebuf,size_t * buflen) vn_fullpath_hardlink() argument
[all...]
/freebsd/sys/sys/
H A Dvnode.h716 int vn_fullpath(struct vnode *vp, char **retbuf, char **freebuf);
717 int vn_fullpath_jail(struct vnode *vp, char **retbuf, char **freebuf);
718 int vn_fullpath_global(struct vnode *vp, char **retbuf, char **freebuf);
721 char **freebuf, size_t *buflen);
/freebsd/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c1712 char freebuf[32]; in dump_metaslab() local
1714 zdb_nicenum(msp->ms_size - space_map_allocated(sm), freebuf, in dump_metaslab()
1715 sizeof (freebuf)); in dump_metaslab()
1720 (u_longlong_t)space_map_object(sm), freebuf); in dump_metaslab()