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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_aggregate.c622 h->dtahe_nextall = hash->dtah_all;
1160 h->dtahe_prevall->dtahe_nextall = h->dtahe_nextall;
1165 hash->dtah_all = h->dtahe_nextall;
1168 if (h->dtahe_nextall != NULL)
1169 h->dtahe_nextall->dtahe_prevall = h->dtahe_prevall;
1236 next = h->dtahe_nextall;
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; h != NULL; h = h->dtahe_nextall) {
[all...]
H A Ddt_impl.h156 struct dt_ahashent *dtahe_nextall; /* next on list of all */ member in struct:dt_ahashent

Completed in 50 milliseconds