Searched refs:ssw_pointers (Results 1 – 1 of 1) sorted by relevance
1520 void **ssw_pointers; /* to driver state structs */ member1546 sst->ssw_pointers = mdb_alloc((sst->ssw_ss.n_items * sizeof (void *)), in soft_state_walk_init()1549 if (mdb_vread(sst->ssw_pointers, (sst->ssw_ss.n_items * in soft_state_walk_init()1573 if (sst->ssw_pointers[sst->ssw_index] != NULL) { in soft_state_walk_step()1575 (uintptr_t)(sst->ssw_pointers[sst->ssw_index]), NULL, in soft_state_walk_step()1595 (uintptr_t)(sst->ssw_pointers[sst->ssw_index]), NULL, in soft_state_all_walk_step()