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

/netbsd-current/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_aggregate.c697 if (hash->dtah_all != NULL)
698 hash->dtah_all->dtahe_prevall = h;
700 h->dtahe_nextall = hash->dtah_all;
701 hash->dtah_all = h;
1222 assert(hash->dtah_all == h);
1223 hash->dtah_all = h->dtahe_nextall;
1288 for (h = hash->dtah_all; h != NULL; h = next) {
1322 for (h = hash->dtah_all; h != NULL; h = h->dtahe_nextall) {
1340 for (h = hash->dtah_all; h != NULL; h = h->dtahe_nextall) {
1398 for (h = hash->dtah_all;
[all...]
H A Ddt_impl.h192 dt_ahashent_t *dtah_all; /* list of all elements */ member in struct:dt_ahash

Completed in 101 milliseconds