Home | History | Annotate | Download | only in bioctl

Lines Matching defs:stripe

126 	  "volume VOLID DISKIDs [SIZE] STRIPE RAID_LEVEL channel:target.lun",
131 "volume VOLID STRIPE RAID_LEVEL channel:target.lun",
239 char rtype[16], stripe[16], tmp[48];
323 strlcpy(stripe, stripestr, sizeof(stripe));
325 snprintf(stripe, sizeof(stripe), "%uK", bv->bv_stripe_size);
332 rtype, stripe, percent, seconds);
487 "Level", "Stripe");
698 char *endptr, *stripe, levelstr[32];
714 stripe = argv[3];
718 stripe = argv[4];
739 bc.bc_stripe = (unsigned int)strtoul(stripe, &endptr, 10);
741 errx(EXIT_FAILURE, "Invalid STRIPE size value");
877 printf("Created volume %u size: %s stripe: %uK level: %s "