Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_aggregate.c703 if (hash->dtah_all != NULL)
704 hash->dtah_all->dtahe_prevall = h;
706 h->dtahe_nextall = hash->dtah_all;
707 hash->dtah_all = h;
1230 assert(hash->dtah_all == h);
1231 hash->dtah_all = h->dtahe_nextall;
1296 for (h = hash->dtah_all; h != NULL; h = next) {
1330 for (h = hash->dtah_all; h != NULL; h = h->dtahe_nextall) {
1348 for (h = hash->dtah_all; h != NULL; h = h->dtahe_nextall) {
1406 for (h = hash->dtah_all; h != NULL; h = h->dtahe_nextall) {
[all …]
H A Ddt_impl.h192 dt_ahashent_t *dtah_all; /* list of all elements */ member