Home
last modified time | relevance | path

Searched refs:hash_free (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/mandoc/
H A Dmandoc_ohash.c29 static void hash_free(void *, void *);
39 info.free = hash_free; in mandoc_ohash_init()
61 hash_free(void *p, void *arg) in hash_free() function
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dtdata.c401 hash_free(td->td_iihash, iidesc_free, NULL); in tdata_free()
402 hash_free(td->td_layouthash, tdesc_free_cb, NULL); in tdata_free()
403 hash_free(td->td_idhash, NULL, NULL); in tdata_free()
480 hash_free(td2->td_layouthash, NULL, NULL); in tdata_merge()
483 hash_free(td2->td_iihash, NULL, NULL); in tdata_merge()
H A Dhash.h53 void hash_free(hash_t *, void (*)(void *, void *), void *);
H A Dalist.c108 hash_free(alist->al_elements, alist_free_cb, alist); in alist_free()
H A Dhash.c245 hash_free(hash_t *hash, void (*datafree)(void *, void *), void *private) in hash_free() function
/freebsd/usr.bin/m4/
H A Dlook.c55 static void hash_free(void *, void *);
65 NULL, hash_calloc, hash_free, element_alloc };
78 hash_free(void *p, void *u __unused) in hash_free() function
/freebsd/sys/vm/
H A Duma_core.c311 static void hash_free(struct uma_hash *hash);
1217 hash_free(&oldhash); in zone_timeout()
1324 hash_free(struct uma_hash *hash) in hash_free() function
2993 hash_free(&keg->uk_hash); in keg_dtor()