Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Ddevinfo.c1613 void **ssw_pointers; /* to driver state structs */ member
1666 sst->ssw_pointers = mdb_alloc((sst->ssw_ss.n_items * sizeof (void *)), in soft_state_walk_init()
1669 if (mdb_vread(sst->ssw_pointers, (sst->ssw_ss.n_items * in soft_state_walk_init()
1693 if (sst->ssw_pointers[sst->ssw_index] != NULL) { in soft_state_walk_step()
1695 (uintptr_t)(sst->ssw_pointers[sst->ssw_index]), NULL, in soft_state_walk_step()
1715 (uintptr_t)(sst->ssw_pointers[sst->ssw_index]), NULL, in soft_state_all_walk_step()