Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dalist.c44 hash_t *al_elements; member
79 alist->al_elements = hash_new(nbuckets, hashfn, cmpfn); in alist_xnew()
108 hash_free(alist->al_elements, alist_free_cb, alist); in alist_free()
120 hash_add(alist->al_elements, el); in alist_add()
130 if (!hash_find(alist->al_elements, &template, &ret)) in alist_find()
162 return (hash_iter(alist->al_elements, alist_iter_cb, &aid)); in alist_iter()
173 hash_stats(alist->al_elements, verbose); in alist_stats()
214 return (hash_iter(alist->al_elements, alist_dump_cb, (void *)printer)); in alist_dump()