Searched refs:hash_free (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/tools/ctf/cvt/ |
H A D | tdata.c | 393 hash_free(td->td_iihash, (void (*)())iidesc_free, NULL); in tdata_free() 394 hash_free(td->td_layouthash, (void (*)())tdesc_free_cb, NULL); in tdata_free() 395 hash_free(td->td_idhash, NULL, NULL); in tdata_free() 472 hash_free(td2->td_layouthash, NULL, NULL); in tdata_merge() 475 hash_free(td2->td_iihash, NULL, NULL); in tdata_merge()
|
H A D | hash.h | 53 void hash_free(hash_t *, void (*)(void *, void *), void *);
|
H A D | alist.c | 103 hash_free(alist->al_elements, (void (*)())alist_free_cb, alist); in alist_free()
|
H A D | hash.c | 241 hash_free(hash_t *hash, void (*datafree)(void *, void *), void *private) in hash_free() function
|
/titanic_50/usr/src/cmd/ndmpd/tlm/ |
H A D | tlm_bitmap.c | 455 hash_free(bmap_list_t *hp) in hash_free() function 482 hash_free(hp); in bm_chunks_free()
|
/titanic_50/usr/src/cmd/sendmail/db/ |
H A D | db.h | 557 u_int32_t hash_free; /* Pages on the free list. */ member
|