Lines Matching refs:component
482 /* note the fact that this component was
515 component since its modification
527 /* Didn't find it at all!! Component must
531 "component%d", c);
595 /* Let's start by claiming the component is fine and well... */
602 printf("Ignoring missing component at column %d\n", col);
604 "component%d", col);
620 /* the component isn't there... must be dead :-( */
643 /* This component was not automatically configured */
661 printf("raid%d: Component %s being configured at col: %d\n",
713 printf("Hosed component: %s\n", &cfgPtr->devnames[0][hosed_column][0]);
717 /* we'll fail this component, as if there are
730 rf_CheckLabels() - check all the component labels for consistency.
761 component's label is bogus, and we can identify that it's the
768 the disagreeing component as being failed, and allow
835 /* Locate the maverick component */
871 /* Locate the maverick component */
1142 /* This component was not automatically configured */
1178 * Delete a non hot spare component
1181 component)
1184 RF_RowCol_t col = component->column;
1200 /* 1. This component must be marked as failed or spared */
1215 /* This component was not automatically configured */
1219 snprintf(disk->devname, sizeof(disk->devname), "component%d", col);
1234 rf_remove_component(RF_Raid_t *raidPtr, RF_SingleComponent_t *component)
1236 RF_RowCol_t col = component->column;
1242 return rf_remove_hot_spare(raidPtr, component);
1244 return rf_delete_component(raidPtr, component);
1249 RF_SingleComponent_t *component)
1253 taking place (e.g. component queues and such) */
1271 /* Swap the component names... */
1291 /* the component label */