Home
last modified time | relevance | path

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

/freebsd/sys/dev/hptmv/
H A Dhptproc.c431 PVDevice pTmpArray; in hpt_copy_array_info() local
472 pTmpArray = pArray->u.array.pMember[i]; in hpt_copy_array_info()
474 pTmpArray = pArray; in hpt_copy_array_info()
476 if (pTmpArray->u.array.rf_rebuilding) { in hpt_copy_array_info()
478 sprintf(buf, "Rebuilding %lldMB", (pTmpArray->u.array.RebuildSectors>>11)); in hpt_copy_array_info()
480 …tf(buf, "Rebuilding %d%%", (UINT)((pTmpArray->u.array.RebuildSectors>>11)*100/((pTmpArray->VDevice… in hpt_copy_array_info()
484 else if (pTmpArray->u.array.rf_verifying) { in hpt_copy_array_info()
485 …ntf(buf, "Verifying %d%%", (UINT)((pTmpArray->u.array.RebuildSectors>>11)*100/((pTmpArray->VDevice… in hpt_copy_array_info()
488 else if (pTmpArray->u.array.rf_need_rebuild) in hpt_copy_array_info()
490 else if (pTmpArray->u.array.rf_broken) in hpt_copy_array_info()
[all …]