Searched refs:px_state (Results 1 – 3 of 3) sorted by relevance
141 px_t px_state; in intr_px_walk_step() local165 if (mdb_vread(&px_state, sizeof (px_t), in intr_px_walk_step()170 wsp->walk_addr = (uintptr_t)px_state.px_ib_p; in intr_px_walk_step()
359 px_p->px_state = PX_ATTACHED; in px_attach()424 if (px_p->px_state != PX_SUSPENDED) { in px_attach()434 px_p->px_state = PX_ATTACHED; in px_attach()463 if (px_p->px_state != PX_ATTACHED) { in px_detach()497 px_p->px_state = PX_DETACHED; in px_detach()535 px_p->px_state = PX_SUSPENDED; in px_detach()
75 px_state_t px_state; member