Home
last modified time | relevance | path

Searched refs:mfi_display_progress (Results 1 – 6 of 6) sorted by relevance

/freebsd/usr.sbin/mfiutil/
H A Dmfi_volume.c483 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 Dmfi_show.c715 mfi_display_progress("Consistency Check", in show_progress()
721 mfi_display_progress("Background Init", in show_progress()
727 mfi_display_progress("Foreground Init", in show_progress()
733 mfi_display_progress("Reconstruction", in show_progress()
755 mfi_display_progress("Rebuild", &pinfo.prog_info.rbld); in show_progress()
761 mfi_display_progress("Patrol Read", in show_progress()
768 mfi_display_progress("Clear", &pinfo.prog_info.clear); in show_progress()
H A Dmfi_drive.c641 mfi_display_progress("Rebuild", &info.prog_info.rbld); in drive_progress()
643 mfi_display_progress("Patrol Read", &info.prog_info.patrol); in drive_progress()
645 mfi_display_progress("Clear", &info.prog_info.clear); in drive_progress()
H A Dmfiutil.h142 void mfi_display_progress(const char *label, struct mfi_progress *prog);
H A Dmfi_cmd.c340 mfi_display_progress(const char *label, struct mfi_progress *prog) in mfi_display_progress() function
H A Dmfi_patrol.c182 mfi_display_progress(label, in show_patrol()