Searched refs:px_state_p (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_var.h144 #define INST_TO_STATE(inst) ddi_get_soft_state(px_state_p, inst)
148 px_state_p, PCI_MINOR_NUM_TO_INSTANCE(getminor(dev))))
150 extern void *px_state_p;
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);
/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) {

Completed in 47 milliseconds