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

/illumos-gate/usr/src/cmd/mdb/sparc/modules/intr/
H A Dintr.c76 px_t *px_state_p; local
86 if (mdb_readvar(&px_state_p, "px_state_p") != -1) {
87 wsp->walk_addr = (uintptr_t)px_state_p;
140 px_t *px_state_p; local
146 if (mdb_vread(&px_state_p, sizeof (uintptr_t),
154 start_addr = (uintptr_t)px_state_p;
159 (void) mdb_vread(&px_state_p, sizeof (uintptr_t),
166 (uintptr_t)px_state_p) == -1) {
/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx.c140 void *px_state_p; variable
152 e = ddi_soft_state_init(&px_state_p, sizeof (px_t), 1);
161 ddi_soft_state_fini(&px_state_p);
178 ddi_soft_state_fini(&px_state_p);
243 if (ddi_soft_state_zalloc(px_state_p, instance)
411 ddi_soft_state_free(px_state_p, instance);
525 ddi_soft_state_free(px_state_p, instance);

Completed in 1383 milliseconds