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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_aggregate.c619 if (hash->dtah_all != NULL)
620 hash->dtah_all->dtahe_prevall = h;
622 h->dtahe_nextall = hash->dtah_all;
623 hash->dtah_all = h;
1164 assert(hash->dtah_all == h);
1165 hash->dtah_all = h->dtahe_nextall;
1230 for (h = hash->dtah_all; h != NULL; h = next) {
1255 for (h = hash->dtah_all; h != NULL; h = h->dtahe_nextall)
1263 for (h = hash->dtah_all, i = 0; h != NULL; h = h->dtahe_nextall)
1465 for (h = hash->dtah_all;
[all...]
H A Ddt_impl.h165 dt_ahashent_t *dtah_all; /* list of all elements */ member in struct:dt_ahash

Completed in 55 milliseconds