Lines Matching defs:hosed_column
710 rf_handle_hosed(RF_Raid_t *raidPtr, RF_Config_t *cfgPtr, int hosed_column,
713 printf("Hosed component: %s\n", &cfgPtr->devnames[0][hosed_column][0]);
720 if (again && raidPtr->Disks[hosed_column].status == rf_ds_failed)
723 raidPtr->Disks[hosed_column].status = rf_ds_failed;
752 int hosed_column;
756 hosed_column = -1;
845 hosed_column = c;
849 if (hosed_column != -1)
850 rf_handle_hosed(raidPtr, cfgPtr, hosed_column,
895 if (hosed_column == c) {
899 hosed_column = c;
907 if (hosed_column != -1)
908 rf_handle_hosed(raidPtr, cfgPtr, hosed_column,
927 hosed_column = -1;
945 hosed_column = c;
959 if (c == hosed_column) {