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

/freebsd-12-stable/contrib/mandoc/
H A Dmandoc_ohash.c27 static void hash_free(void *, void *);
37 info.free = hash_free;
59 hash_free(void *p, void *arg) function
/freebsd-12-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dhash.h53 void hash_free(hash_t *, void (*)(void *, void *), void *);
H A Dtdata.c401 hash_free(td->td_iihash, iidesc_free, NULL);
402 hash_free(td->td_layouthash, tdesc_free_cb, NULL);
403 hash_free(td->td_idhash, NULL, NULL);
480 hash_free(td2->td_layouthash, NULL, NULL);
483 hash_free(td2->td_iihash, NULL, NULL);
H A Dalist.c108 hash_free(alist->al_elements, alist_free_cb, alist);
H A Dhash.c245 hash_free(hash_t *hash, void (*datafree)(void *, void *), void *private) function
/freebsd-12-stable/usr.bin/m4/
H A Dlook.c57 static void hash_free(void *, void *);
67 NULL, hash_calloc, hash_free, element_alloc };
80 hash_free(void *p, void *u __unused) function
/freebsd-12-stable/sys/vm/
H A Duma_core.c267 static void hash_free(struct uma_hash *hash);
615 hash_free(&oldhash);
726 hash_free(struct uma_hash *hash) function
1911 hash_free(&keg->uk_hash);

Completed in 187 milliseconds