Lines Matching refs:healthy
196 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)
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 == B_FALSE) {
1259 scsb_hsc_board_healthy(int slot_number, boolean_t healthy)
1264 DEBUG2("hsc_board_healthy: slot %d = %d\n", slot_number, healthy);
1278 healthy == B_TRUE ? "On" : "Off", slot_number);
1283 DEBUG2("healthy %s on disconnected slot %d\n",
1284 healthy == B_TRUE ? "On":"Off", slot_number);
1286 * Connect the slot if board healthy and in autoconfig mode.
1288 hsp->hs_board_healthy = healthy;
1289 if (healthy == B_TRUE)
1297 if (healthy == B_TRUE) {
1338 hsp->hs_board_healthy = healthy;
1696 /* keep healthy register cache uptodate before reading slot state */