Lines Matching full:deviceid

83 typedef HPT_U32 DEVICEID;  typedef
549 DEVICEID Devices[2]; /* device connected to this channel */
557 DEVICEID Devices[2+13]; /* device connected to this channel, PMPort max=15 */
751 DEVICEID TransformSource;
752 DEVICEID TransformTarget; /* destination device ID */
783 DEVICEID TransformSource;
784 DEVICEID TransformTarget; /* destination device ID */
935 DEVICEID ParentArrays[MAX_PARENTS_PER_DISK];
957 HPT_U16 DeviceId; /* 0x5A3E */ member
985 DEVICEID ParentArray;
1000 DEVICEID ParentArray; /* for physical device, Please don't use this field.
1022 DEVICEID ParentArray; /* for physical device, don't use this field.
1051 DEVICEID ParentArray; /* for physical device, don't use this field.
1304 DEVICEID DeviceID; member
1315 DEVICEID idDisk; /* disk ID */
1332 DEVICEID idDisk; /* disk ID */
1349 DEVICEID idDisk;
1374 DEVICEID idDisk;
1436 DEVICEID id;
1448 DEVICEID id;
1603 * pIds pointer to a DEVICEID array
1609 int hpt_get_logical_devices(DEVICEID * pIds, int nMaxCount);
1614 * pIds pointer to a DEVICEID array
1619 int hpt_get_physical_devices(DEVICEID * pIds, int nMaxCount);
1629 int hpt_get_device_info(DEVICEID id, PLOGICAL_DEVICE_INFO pInfo);
1639 DEVICEID hpt_create_array(PCREATE_ARRAY_PARAMS pParam);
1648 int hpt_delete_array(DEVICEID id, HPT_U32 options);
1662 int hpt_device_io(DEVICEID id, int cmd, HPT_U32 lba, HPT_U32 nSector, void * buffer);
1674 int hpt_add_disk_to_array(DEVICEID idArray, DEVICEID idDisk);
1684 int hpt_add_spare_disk(DEVICEID idDisk);
1695 int hpt_add_dedicated_spare(DEVICEID idDisk, DEVICEID idArray);
1705 int hpt_remove_spare_disk(DEVICEID idDisk);
1728 int hpt_rebuild_data_block(DEVICEID idMirror, HPT_U32 Lba, HPT_U8 nSector);
1748 int hpt_set_array_state(DEVICEID idArray, HPT_U32 state);
1760 int hpt_set_array_info(DEVICEID idArray, PALTERABLE_ARRAY_INFO pInfo);
1775 int hpt_set_device_info(DEVICEID idDisk, PALTERABLE_DEVICE_INFO pInfo);
1778 int hpt_set_device_info_v2(DEVICEID idDisk, PALTERABLE_DEVICE_INFO_V2 pInfo);
1800 int hpt_get_601_info(DEVICEID idDisk, PHPT601_INFO pInfo);
1811 int hpt_set_601_info(DEVICEID idDisk, PHPT601_INFO pInfo);
1823 int hpt_lock_device(DEVICEID idDisk, HPT_U32 Lba, HPT_U8 nSectors);
1833 int hpt_unlock_device(DEVICEID idDisk);
1871 int hpt_verify_data_block(DEVICEID idArray, HPT_U32 Lba, HPT_U8 nSectors);
1883 int hpt_initialize_data_block(DEVICEID idArray, HPT_U32 Lba, HPT_U8 nSectors);
1906 int hpt_set_boot_mark(DEVICEID id);
1919 int hpt_query_remove(HPT_U32 ndev, DEVICEID *pIds);
1932 int hpt_remove_devices(HPT_U32 ndev, DEVICEID *pIds);
1943 DEVICEID hpt_create_array_v2(PCREATE_ARRAY_PARAMS_V2 pParam);
1955 DEVICEID hpt_create_array_v3(PCREATE_ARRAY_PARAMS_V3 pParam);
1967 int hpt_get_device_info_v2(DEVICEID id, PLOGICAL_DEVICE_INFO_V2 pInfo);
1979 int hpt_get_device_info_v3(DEVICEID id, PLOGICAL_DEVICE_INFO_V3 pInfo);
1991 int hpt_get_device_info_v4(DEVICEID id, PLOGICAL_DEVICE_INFO_V4 pInfo);
2004 DEVICEID hpt_create_transform(DEVICEID idArray, PCREATE_ARRAY_PARAMS_V2 destInfo);
2017 DEVICEID hpt_create_transform_v2(DEVICEID idArray, PCREATE_ARRAY_PARAMS_V3 destInfo);
2031 int hpt_step_transform(DEVICEID idArray);
2044 int hpt_set_vdev_info(DEVICEID dev, PSET_VDEV_INFO pInfo);
2052 * pIds - array of DEVICEID
2058 int hpt_init_disks(HPT_U32 ndev, DEVICEID * pIds);
2072 int hpt_calc_max_array_capacity(DEVICEID source, PCREATE_ARRAY_PARAMS_V2 destInfo, HPT_U64 * cap);
2086 int hpt_calc_max_array_capacity_v2(DEVICEID source, PCREATE_ARRAY_PARAMS_V3 destInfo, HPT_U64 * cap…
2101 int hpt_rebuild_data_block_v2(DEVICEID idMirror, HPT_U64 Lba, HPT_U16 nSector);
2117 int hpt_verify_data_block_v2(DEVICEID idArray, HPT_U64 Lba, HPT_U16 nSectors);
2131 int hpt_initialize_data_block_v2(DEVICEID idArray, HPT_U64 Lba, HPT_U16 nSectors);
2170 int hpt_reenumerate_device(DEVICEID id);
2204 int hpt_get_perfmon_data(DEVICEID id, PHPT_PM_IOSTAT iostat);