bioctl.c | 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]; local in function:bio_show_volumes 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] local in function:bio_volops_create [all...] |