Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Ddevinfo.c1606 uint_t ssw_index; /* array entry we're using */ member
1669 sst->ssw_index = 0; in soft_state_walk_init()
1685 if (sst->ssw_pointers[sst->ssw_index] != NULL) { in soft_state_walk_step()
1687 (uintptr_t)(sst->ssw_pointers[sst->ssw_index]), NULL, in soft_state_walk_step()
1691 sst->ssw_index += 1; in soft_state_walk_step()
1693 if (sst->ssw_index == sst->ssw_ss.n_items) in soft_state_walk_step()
1707 (uintptr_t)(sst->ssw_pointers[sst->ssw_index]), NULL, in soft_state_all_walk_step()
1710 sst->ssw_index += 1; in soft_state_all_walk_step()
1712 if (sst->ssw_index == sst->ssw_ss.n_items) in soft_state_all_walk_step()