Searched refs:mfi_display_progress (Results 1 – 6 of 6) sorted by relevance
| /freebsd/usr.sbin/mfiutil/ |
| H A D | mfi_volume.c | 483 mfi_display_progress("Consistency Check", &info.progress.cc); in volume_progress() 485 mfi_display_progress("Background Init", &info.progress.bgi); in volume_progress() 487 mfi_display_progress("Foreground Init", &info.progress.fgi); in volume_progress() 489 mfi_display_progress("Reconstruction", &info.progress.recon); in volume_progress()
|
| H A D | mfi_show.c | 717 mfi_display_progress("Consistency Check", in show_progress() 723 mfi_display_progress("Background Init", in show_progress() 729 mfi_display_progress("Foreground Init", in show_progress() 735 mfi_display_progress("Reconstruction", in show_progress() 757 mfi_display_progress("Rebuild", &pinfo.prog_info.rbld); in show_progress() 763 mfi_display_progress("Patrol Read", in show_progress() 770 mfi_display_progress("Clear", &pinfo.prog_info.clear); in show_progress()
|
| H A D | mfi_drive.c | 596 mfi_display_progress("Rebuild", &info.prog_info.rbld); in drive_progress() 598 mfi_display_progress("Patrol Read", &info.prog_info.patrol); in drive_progress() 600 mfi_display_progress("Clear", &info.prog_info.clear); in drive_progress()
|
| H A D | mfiutil.h | 142 void mfi_display_progress(const char *label, struct mfi_progress *prog);
|
| H A D | mfi_cmd.c | 340 mfi_display_progress(const char *label, struct mfi_progress *prog) in mfi_display_progress() function
|
| H A D | mfi_patrol.c | 182 mfi_display_progress(label, in show_patrol()
|