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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Ddevinfo.c1556 struct i_ddi_soft_state ssw_ss; /* Local copy of i_ddi_soft_state */ member in struct:soft_state_walk
1574 if (mdb_vread(&(sst->ssw_ss), sizeof (sst->ssw_ss), wsp->walk_addr) !=
1575 sizeof (sst->ssw_ss)) {
1583 sst->ssw_pointers = mdb_alloc((sst->ssw_ss.n_items * sizeof (void *)),
1586 if (mdb_vread(sst->ssw_pointers, (sst->ssw_ss.n_items *
1587 sizeof (void *)), (uintptr_t)sst->ssw_ss.array) !=
1588 (sst->ssw_ss.n_items * sizeof (void *))) {
1618 if (sst->ssw_index == sst->ssw_ss.n_items)
1637 if (sst->ssw_index == sst->ssw_ss
[all...]

Completed in 49 milliseconds