Searched refs:RebuildSectors (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/hptmv/
H A Dioctl.c534 pVDevice->u.array.RebuildSectors = 0;
699 pArray->u.array.RebuildSectors>=capacity)
770 pCmd->uCmd.R1Control.Lba = pArray->u.array.RebuildSectors;
772 if (capacity - pArray->u.array.RebuildSectors < pCmd->uCmd.R1Control.nSectors)
773 pCmd->uCmd.R1Control.nSectors = capacity - pArray->u.array.RebuildSectors;
790 pCmd->uCmd.R5Control.StripeLine=pArray->u.array.RebuildSectors>>pArray->u.array.bArBlockSizeShift;
818 if(pArray->u.array.RebuildSectors < capacity)
832 pArray->u.array.RebuildSectors = MAX_LBA_T;
841 pArray->u.array.RebuildSectors = MAX_LBA_T;
H A Darray.h89 LBA_T RebuildSectors; /* how many sectors is OK (LBA on member disk) */ member in struct:_RaidArray
143 ULONG RebuildSectors; /* how many sectors is OK (LBA on member disk) */ member in struct:_ArrayDescript::__anon10130
H A Dhptproc.c202 pArray->u.array.RebuildSectors = 0;
479 sprintf(buf, "Rebuilding %lldMB", (pTmpArray->u.array.RebuildSectors>>11));
481 sprintf(buf, "Rebuilding %d%%", (UINT)((pTmpArray->u.array.RebuildSectors>>11)*100/((pTmpArray->VDeviceCapacity/(pTmpArray->u.array.bArnMember-1))>>11)));
486 sprintf(buf, "Verifying %d%%", (UINT)((pTmpArray->u.array.RebuildSectors>>11)*100/((pTmpArray->VDeviceCapacity/(pTmpArray->u.array.bArnMember-1))>>11)));
H A Dgui_lib.c205 DWORD result = ((ULONG)(pVDevice->u.array.RebuildSectors>>11)*1000 /
219 DWORD percent = ((ULONG)(pMember->u.array.RebuildSectors>>11)*1000 /
237 pArrayInfo->RebuiltSectors = pVDevice->u.array.RebuildSectors;
258 pArrayInfo->RebuiltSectors.lo32 = pVDevice->u.array.RebuildSectors;
259 pArrayInfo->RebuiltSectors.hi32 = sizeof(LBA_T)>4? (pVDevice->u.array.RebuildSectors>>32) : 0;
640 pArray->u.array.RebuildSectors = pArray->u.array.rf_need_rebuild? 0 : MAX_LBA_T;
676 pChild->u.array.RebuildSectors = MAX_LBA_T;
898 pArray1->u.array.RebuildSectors = 0;
971 pArray->u.array.RebuildSectors = 0;
975 pArray->u.array.RebuildSectors
[all...]

Completed in 128 milliseconds