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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Ddevinfo.c1557 void **ssw_pointers; /* to driver state structs */ member in struct:soft_state_walk
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 *
1610 if (sst->ssw_pointers[sst->ssw_index] != NULL) {
1612 (uintptr_t)(sst->ssw_pointers[sst->ssw_index]), NULL,
1632 (uintptr_t)(sst->ssw_pointers[sst->ssw_index]), NULL,

Completed in 842 milliseconds