Lines Matching refs:components
120 /* Free the components */
121 if (devconfig->components != NULL) {
122 dlist_free_items(devconfig->components, free_devconfig);
301 * @param components
307 dlist_t *components)
309 device->components = components;
324 return (device->components);
1052 * Set the minimum number of components in stripe
1058 * the value to set as the minimum number of components
1076 "minimum stripe components (%d) below minimum allowable (%d)"),
1085 * Get minimum number of components in stripe
1091 * RETURN: minimum number of components in stripe
1111 gettext("minimum number of stripe components not set"));
1119 * Set the maximum number of components in stripe
1125 * the value to set as the maximum number of components
1143 "maximum stripe components (%d) below minimum allowable (%d)"),
1152 * Get maximum number of components in stripe
1158 * RETURN: maximum number of components in stripe
1178 gettext("maximum number of stripe components not set"));