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 | 715 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 D | mfi_drive.c | 641 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 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()
|