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

/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_aggregate.c415 moving->dtahe_nextall = new_hash.dtah_all;
699 h->dtahe_nextall = hash->dtah_all;
1233 h->dtahe_prevall->dtahe_nextall = h->dtahe_nextall;
1238 hash->dtah_all = h->dtahe_nextall;
1241 if (h->dtahe_nextall != NULL)
1242 h->dtahe_nextall->dtahe_prevall = h->dtahe_prevall;
1311 next = h->dtahe_nextall;
1330 for (h = hash->dtah_all; h != NULL; h = h->dtahe_nextall)
1338 for (h = hash->dtah_all, i = 0; h != NULL; h = h->dtahe_nextall)
[all...]
H A Ddt_impl.h144 struct dt_ahashent *dtahe_nextall; /* next on list of all */ member in struct:dt_ahashent

Completed in 29 milliseconds