Lines Matching defs:stripe
195 devconfig_t *stripe, char *attr, char *value);
197 devconfig_t *stripe, char *attr, char *value);
199 devconfig_t *stripe, char *attr, char *value);
228 devconfig_t *stripe, char *attr, char **value);
295 /* <stripe> attributes */
1709 * Validate and set the interlace attribute in the given stripe
1725 devconfig_t *stripe,
1738 /* Set interlace in stripe */
1739 return (devconfig_set_stripe_interlace(stripe, interlace));
1743 * Validate and set the mincomp attribute in the given stripe
1759 devconfig_t *stripe,
1768 gettext("invalid minimum stripe components (%s): %s"),
1773 /* Set in stripe */
1774 return (devconfig_set_stripe_mincomp(stripe, mincomp));
1778 * Validate and set the maxcomp attribute in the given stripe
1794 devconfig_t *stripe,
1803 gettext("invalid maximum stripe components (%s): %s"),
1808 /* Set in stripe */
1809 return (devconfig_set_stripe_maxcomp(stripe, maxcomp));
1878 /* Set in stripe */
1995 /* Set in stripe */
2030 /* Set in stripe */
2065 /* Set in stripe */
2282 * stripe devconfig_t. This data must be freed.
2297 devconfig_t *stripe,
2306 stripe, &interlace)) == 0) {