Home
last modified time | relevance | path

Searched refs:MFI_PD_PROGRESS_PATROL (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.sbin/mfiutil/
H A Dmfi_drive.c642 if (info.prog_info.active & MFI_PD_PROGRESS_PATROL) in drive_progress()
647 MFI_PD_PROGRESS_PATROL | MFI_PD_PROGRESS_CLEAR)) == 0) in drive_progress()
H A Dmfi_patrol.c177 if (info.prog_info.active & MFI_PD_PROGRESS_PATROL) { in show_patrol()
H A Dmfi_show.c758 if (pinfo.prog_info.active & MFI_PD_PROGRESS_PATROL) { in show_progress()
/freebsd/sys/dev/mfi/
H A Dmfireg.h1106 #define MFI_PD_PROGRESS_PATROL (1<<1) macro