Searched refs:freebuf (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/ntp/libntp/lib/isc/win32/ |
H A D | strerror.c | 64 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/libprocstat/ |
H A D | core.c | 175 void *freebuf; in procstat_core_get() local 226 freebuf = NULL; in procstat_core_get() 228 freebuf = buf = malloc(len); in procstat_core_get() 235 free(freebuf); in procstat_core_get() 240 free(freebuf); in procstat_core_get() 244 if (freebuf == NULL) in procstat_core_get() 248 free(freebuf); in procstat_core_get()
|
/freebsd/lib/libc/tests/string/ |
H A D | memccpy_test.c | 66 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 D | kern_proc.c | 2268 char **freebuf) in proc_get_binpath() argument 2282 *freebuf = NULL; in proc_get_binpath() 2294 *freebuf = NULL; in proc_get_binpath() 2298 retbuf, freebuf, &freepath_size) == 0) { in proc_get_binpath() 2315 free(*freebuf, M_TEMP); in proc_get_binpath() 2316 *freebuf = NULL; in proc_get_binpath() 2317 error = vn_fullpath(vp, retbuf, freebuf); in proc_get_binpath() 2335 char *retbuf, *freebuf, *binname; in sysctl_kern_proc_pathname() local 2351 error = proc_get_binpath(p, binname, &retbuf, &freebuf); in sysctl_kern_proc_pathname() 2356 free(freebuf, M_TEMP); in sysctl_kern_proc_pathname()
|
H A D | vfs_cache.c | 3256 char *retbuf, *freebuf; in kern___realpathat() local 3285 error = vn_fullpath(covered_vp, &retbuf, &freebuf); in kern___realpathat() 3290 &freebuf, &size); in kern___realpathat() 3302 free(freebuf, M_TEMP); in kern___realpathat() 3324 vn_fullpath(struct vnode *vp, char **retbuf, char **freebuf) in vn_fullpath() argument 3346 *freebuf = buf; in vn_fullpath() 3359 vn_fullpath_global(struct vnode *vp, char **retbuf, char **freebuf) in vn_fullpath_global() argument 3376 *freebuf = buf; in vn_fullpath_global() 3769 char **retbuf, char **freebuf, size_t *buflen) in vn_fullpath_hardlink() argument 3832 *freebuf = buf; in vn_fullpath_hardlink()
|
/freebsd/sys/sys/ |
H A D | vnode.h | 708 int vn_fullpath(struct vnode *vp, char **retbuf, char **freebuf); 709 int vn_fullpath_global(struct vnode *vp, char **retbuf, char **freebuf); 712 char **freebuf, size_t *buflen);
|
/freebsd/sys/contrib/openzfs/cmd/zdb/ |
H A D | zdb.c | 1658 char freebuf[32]; in dump_metaslab() local 1660 zdb_nicenum(msp->ms_size - space_map_allocated(sm), freebuf, in dump_metaslab() 1661 sizeof (freebuf)); in dump_metaslab() 1666 (u_longlong_t)space_map_object(sm), freebuf); in dump_metaslab()
|