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

/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_aggregate.c412 if (new_hash.dtah_all != NULL)
413 new_hash.dtah_all->dtahe_prevall = moving;
415 moving->dtahe_nextall = new_hash.dtah_all;
416 new_hash.dtah_all = moving;
426 hash->dtah_all = new_hash.dtah_all;
696 if (hash->dtah_all != NULL)
697 hash->dtah_all->dtahe_prevall = h;
699 h->dtahe_nextall = hash->dtah_all;
700 hash->dtah_all
[all...]
H A Ddt_impl.h153 dt_ahashent_t *dtah_all; /* list of all elements */ member in struct:dt_ahash

Completed in 22 milliseconds