Lines Matching refs:healthy
2325 * 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)
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# a short while since we are
6998 * in the interrupt context anyway. If we dont get a healthy# we
7002 while ((healthy == B_FALSE) && (count < scsb_healthy_poll_count)) {
7008 healthy = B_TRUE;
7015 if (healthy == B_FALSE && count == scsb_healthy_poll_count) {
7025 return (hsc_slot_occupancy(pslotnum, 1, slot_flag, healthy));
7170 int healthy = B_FALSE;
7174 * The interrupt source register can have the healthy
7198 * The board healthy registers are already read before entering
7209 healthy = B_TRUE;
7210 (void) scsb_hsc_board_healthy(pslotnum, healthy);