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

/freebsd-10.1-release/sys/dev/hptmv/
H A Dgui_lib.c230 static void get_array_info(PVDevice pVDevice, PHPT_ARRAY_INFO pArrayInfo) argument
234 memcpy(pArrayInfo->Name, pVDevice->u.array.ArrayName, MAX_ARRAY_NAME);
235 pArrayInfo->ArrayType = get_vdev_type(pVDevice);
236 pArrayInfo->BlockSizeShift = pVDevice->u.array.bArBlockSizeShift;
237 pArrayInfo->RebuiltSectors = pVDevice->u.array.RebuildSectors;
238 pArrayInfo->Flags = get_array_flag(pVDevice);
239 pArrayInfo->RebuildingProgress = calc_rebuild_progress(pVDevice);
241 pArrayInfo->nDisk = 0;
245 pArrayInfo->Members[pArrayInfo
251 get_array_info_v2(PVDevice pVDevice, PHPT_ARRAY_INFO_V2 pArrayInfo) argument
[all...]

Completed in 78 milliseconds