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.c1605 void **ssw_pointers; /* to driver state structs */ member
1658 sst->ssw_pointers = mdb_alloc((sst->ssw_ss.n_items * sizeof (void *)), in soft_state_walk_init()
1661 if (mdb_vread(sst->ssw_pointers, (sst->ssw_ss.n_items * 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()
1707 (uintptr_t)(sst->ssw_pointers[sst->ssw_index]), NULL, in soft_state_all_walk_step()