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

/freebsd-12-stable/sys/dev/hptmv/
H A Dgui_lib.c232 static void get_array_info(PVDevice pVDevice, PHPT_ARRAY_INFO pArrayInfo) argument
236 memcpy(pArrayInfo->Name, pVDevice->u.array.ArrayName, MAX_ARRAY_NAME);
237 pArrayInfo->ArrayType = get_vdev_type(pVDevice);
238 pArrayInfo->BlockSizeShift = pVDevice->u.array.bArBlockSizeShift;
239 pArrayInfo->RebuiltSectors = pVDevice->u.array.RebuildSectors;
240 pArrayInfo->Flags = get_array_flag(pVDevice);
241 pArrayInfo->RebuildingProgress = calc_rebuild_progress(pVDevice);
243 pArrayInfo->nDisk = 0;
247 pArrayInfo->Members[pArrayInfo
253 get_array_info_v2(PVDevice pVDevice, PHPT_ARRAY_INFO_V2 pArrayInfo) argument
[all...]

Completed in 100 milliseconds