Searched defs:ssw_index (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Ddevinfo.c1558 uint_t ssw_index; /* array entry we're using */ member in struct:soft_state_walk
1594 sst->ssw_index = 0;
1610 if (sst->ssw_pointers[sst->ssw_index] != NULL) {
1612 (uintptr_t)(sst->ssw_pointers[sst->ssw_index]), NULL,
1616 sst->ssw_index += 1;
1618 if (sst->ssw_index == sst->ssw_ss.n_items)
1632 (uintptr_t)(sst->ssw_pointers[sst->ssw_index]), NULL,
1635 sst->ssw_index += 1;
1637 if (sst->ssw_index == sst->ssw_ss.n_items)

Completed in 50 milliseconds