Searched refs:SCHPC_SLOTSTATE_OCC_GOOD (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/starcat/sys/
H A Dschpc.h98 #define SCHPC_SLOTSTATE_OCC_GOOD 0x02 /* Occupant is Good */ macro
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Dschpc.c598 if (!(schpc_p->schpc_slot[slot].state & SCHPC_SLOTSTATE_OCC_GOOD)) {
2019 schpc_p->schpc_slot[slot].state |= SCHPC_SLOTSTATE_OCC_GOOD;
2058 schpc_p->schpc_slot[slot].state &= ~SCHPC_SLOTSTATE_OCC_GOOD;
2091 ~SCHPC_SLOTSTATE_OCC_GOOD;
2110 ~SCHPC_SLOTSTATE_OCC_GOOD;
2129 ~SCHPC_SLOTSTATE_OCC_GOOD;
2446 SCHPC_SLOTSTATE_OCC_GOOD;
2568 ~SCHPC_SLOTSTATE_OCC_GOOD;
2579 SCHPC_SLOTSTATE_OCC_GOOD;
2599 SCHPC_SLOTSTATE_OCC_GOOD;
[all...]

Completed in 49 milliseconds