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

/illumos-gate/usr/src/cmd/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
/illumos-gate/usr/src/tools/ctf/cvt/
H A Dhash.h53 void hash_free(hash_t *, void (*)(void *, void *), void *);
H A Dtdata.c393 hash_free(td->td_iihash, (void (*)())iidesc_free, NULL);
394 hash_free(td->td_layouthash, (void (*)())tdesc_free_cb, NULL);
395 hash_free(td->td_idhash, NULL, NULL);
472 hash_free(td2->td_layouthash, NULL, NULL);
475 hash_free(td2->td_iihash, NULL, NULL);
H A Dalist.c103 hash_free(alist->al_elements, (void (*)())alist_free_cb, alist);
H A Dhash.c241 hash_free(hash_t *hash, void (*datafree)(void *, void *), void *private) function
/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_bitmap.c450 * hash_free
455 hash_free(bmap_list_t *hp) function
482 hash_free(hp);
/illumos-gate/usr/src/cmd/sendmail/db/
H A Ddb.h557 u_int32_t hash_free; /* Pages on the free list. */ member in struct:__db_h_stat

Completed in 78 milliseconds