Lines Matching full:drives
169 printf(" RAID0 Drives/Vol: %u", ioc6->MinDrivesIS); in show_adapter()
173 printf(" RAID1 Drives/Vol: %u", ioc6->MinDrivesIM); in show_adapter()
177 printf("RAID1E Drives/Vol: %u", ioc6->MinDrivesIME); in show_adapter()
324 printf("mpt%d Configuration: %d volumes, %d drives\n", in show_config()
487 warnx("show drives: extra arguments"); in show_drives()
518 len = strlen(mpt_pdstate(list->drives[i])); in show_drives()
523 /* List the drives. */ in show_drives()
524 printf("mpt%d Physical Drives:\n", mpt_unit); in show_drives()
526 printf("%4u ", list->drives[i]->PhysDiskNum); in show_drives()
527 print_pd(list->drives[i], state_len, 1); in show_drives()
542 MPT_COMMAND(show, drives, show_drives);
553 warnx("show drives: extra arguments"); in show_physdisks()