Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_aggregate.c700 h->dtahe_nextall = hash->dtah_all;
1218 h->dtahe_prevall->dtahe_nextall = h->dtahe_nextall;
1223 hash->dtah_all = h->dtahe_nextall;
1226 if (h->dtahe_nextall != NULL)
1227 h->dtahe_nextall->dtahe_prevall = h->dtahe_prevall;
1294 next = h->dtahe_nextall;
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; h != NULL; h = h->dtahe_nextall) {
1423 for (h = hash->dtah_all; h != NULL; h = h->dtahe_nextall) {
[all …]
H A Ddt_impl.h183 struct dt_ahashent *dtahe_nextall; /* next on list of all */ member