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

/illumos-gate/usr/src/uts/sun4u/montecarlo/sys/
H A Dhsc.h40 int hsc_board_healthy(int slot_number, boolean_t healthy);
/illumos-gate/usr/src/uts/sun4u/montecarlo/io/
H A Dhsc.c196 DEBUG2("hsc_connect: slot %d, healthy %d", hsp->hs_slot_number,
242 * call scsb to connect the slot. This also makes sure board is healthy
1038 * Set the healthy status for this slot
1067 * differences between healthy and reset states.
1155 hsc_slot_occupancy(int slot_number, boolean_t occupied, int flags, int healthy) argument
1161 DEBUG4("hsc_slot_occupancy: slot %d %s, ac=%d, healthy=%d",
1163 (flags == ALARM_CARD_ON_SLOT) ? 1:0, healthy);
1174 hsp->hs_board_healthy = healthy;
1204 /* if no healthy, we stay disconnected. */
1205 if (healthy
1259 scsb_hsc_board_healthy(int slot_number, boolean_t healthy) argument
[all...]
H A Dscsb.c2325 * SCB slot numbers (reset,present,healthy)
2397 * IN bits: SCB slot numbers (led,reset,present,healthy)
4576 * Read the board healthy registers here, if any of the healthy
5944 * XXX: need to check healthy regs to set fru_health
6978 scsb_connect_slot(scsb_state_t *scsb, int pslotnum, int healthy) argument
6986 * reset, wait for healthy to come on and then call it
6994 * P1.5 doesnt require polling healthy as we get an
6996 * and return waiting for the healthy# interrupt. To make it
6997 * more efficient, lets poll for healthy#
7170 int healthy = B_FALSE; local
[all...]

Completed in 80 milliseconds