Searched refs:list_free (Results 1 – 5 of 5) sorted by relevance
| /src/cddl/contrib/opensolaris/tools/ctf/common/ |
| H A D | list.h | 45 void list_free(list_t *, void (*)(void *, void *), void *);
|
| H A D | list.c | 101 list_free(list_t *list, void (*datafree)(void *, void *), void *private) in list_free() function
|
| /src/cddl/contrib/opensolaris/tools/ctf/cvt/ |
| H A D | tdata.c | 371 list_free(td->td_labels, tdata_label_free_cb, NULL); in tdata_label_free() 404 list_free(td->td_fwdlist, NULL, NULL); in tdata_free()
|
| H A D | hash.c | 253 list_free(hash->h_buckets[i], datafree, private); in hash_free()
|
| H A D | output.c | 145 list_free(iiburst->iib_types, NULL, NULL); in iiburst_free()
|