Lines Matching full:deviceid
82 typedef HPT_U32 DEVICEID; typedef
462 DEVICEID Devices[2]; /* device connected to this channel */
470 DEVICEID Devices[2+13]; /* device connected to this channel, PMPort max=15 */
556 DEVICEID TransformSource;
557 DEVICEID TransformTarget; /* destination device ID */
588 DEVICEID TransformSource;
589 DEVICEID TransformTarget; /* destination device ID */
743 DEVICEID ParentArrays[MAX_PARENTS_PER_DISK];
765 HPT_U16 DeviceId; /* 0x5A3E */ member
793 DEVICEID ParentArray;
808 DEVICEID ParentArray; /* for physical device, Please don't use this field.
830 DEVICEID ParentArray; /* for physical device, don't use this field.
859 DEVICEID ParentArray; /* for physical device, don't use this field.
1103 DEVICEID DeviceID; member
1117 DEVICEID idDisk; /* disk ID */
1134 DEVICEID idDisk;
1159 DEVICEID idDisk;
1331 * pIds pointer to a DEVICEID array
1337 int hpt_get_logical_devices(DEVICEID * pIds, int nMaxCount);
1347 int hpt_get_device_info(DEVICEID id, PLOGICAL_DEVICE_INFO pInfo);
1357 DEVICEID hpt_create_array(PCREATE_ARRAY_PARAMS pParam);
1366 int hpt_delete_array(DEVICEID id, HPT_U32 options);
1380 int hpt_device_io(DEVICEID id, int cmd, HPT_U32 lba, HPT_U32 nSector, void * buffer);
1392 int hpt_add_disk_to_array(DEVICEID idArray, DEVICEID idDisk);
1402 int hpt_add_spare_disk(DEVICEID idDisk);
1413 int hpt_add_dedicated_spare(DEVICEID idDisk, DEVICEID idArray);
1423 int hpt_remove_spare_disk(DEVICEID idDisk);
1446 int hpt_rebuild_data_block(DEVICEID idMirror, HPT_U32 Lba, HPT_U8 nSector);
1466 int hpt_set_array_state(DEVICEID idArray, HPT_U32 state);
1478 int hpt_set_array_info(DEVICEID idArray, PALTERABLE_ARRAY_INFO pInfo);
1493 int hpt_set_device_info(DEVICEID idDisk, PALTERABLE_DEVICE_INFO pInfo);
1496 int hpt_set_device_info_v2(DEVICEID idDisk, PALTERABLE_DEVICE_INFO_V2 pInfo);
1518 int hpt_get_601_info(DEVICEID idDisk, PHPT601_INFO pInfo);
1529 int hpt_set_601_info(DEVICEID idDisk, PHPT601_INFO pInfo);
1541 int hpt_lock_device(DEVICEID idDisk, HPT_U32 Lba, HPT_U8 nSectors);
1551 int hpt_unlock_device(DEVICEID idDisk);
1588 int hpt_verify_data_block(DEVICEID idArray, HPT_U32 Lba, HPT_U8 nSectors);
1600 int hpt_initialize_data_block(DEVICEID idArray, HPT_U32 Lba, HPT_U8 nSectors);
1623 int hpt_set_boot_mark(DEVICEID id);
1636 int hpt_query_remove(HPT_U32 ndev, DEVICEID *pIds);
1649 int hpt_remove_devices(HPT_U32 ndev, DEVICEID *pIds);
1660 DEVICEID hpt_create_array_v2(PCREATE_ARRAY_PARAMS_V2 pParam);
1672 DEVICEID hpt_create_array_v3(PCREATE_ARRAY_PARAMS_V3 pParam);
1684 int hpt_get_device_info_v2(DEVICEID id, PLOGICAL_DEVICE_INFO_V2 pInfo);
1696 int hpt_get_device_info_v3(DEVICEID id, PLOGICAL_DEVICE_INFO_V3 pInfo);
1708 int hpt_get_device_info_v4(DEVICEID id, PLOGICAL_DEVICE_INFO_V4 pInfo);
1721 DEVICEID hpt_create_transform(DEVICEID idArray, PCREATE_ARRAY_PARAMS_V2 destInfo);
1734 DEVICEID hpt_create_transform_v2(DEVICEID idArray, PCREATE_ARRAY_PARAMS_V3 destInfo);
1748 int hpt_step_transform(DEVICEID idArray);
1761 int hpt_set_vdev_info(DEVICEID dev, PSET_VDEV_INFO pInfo);
1769 * pIds - array of DEVICEID
1775 int hpt_init_disks(HPT_U32 ndev, DEVICEID * pIds);
1789 int hpt_calc_max_array_capacity(DEVICEID source, PCREATE_ARRAY_PARAMS_V2 destInfo, HPT_U64 * cap);
1803 int hpt_calc_max_array_capacity_v2(DEVICEID source, PCREATE_ARRAY_PARAMS_V3 destInfo, HPT_U64 * cap…
1818 int hpt_rebuild_data_block_v2(DEVICEID idMirror, HPT_U64 Lba, HPT_U16 nSector);
1834 int hpt_verify_data_block_v2(DEVICEID idArray, HPT_U64 Lba, HPT_U16 nSectors);
1848 int hpt_initialize_data_block_v2(DEVICEID idArray, HPT_U64 Lba, HPT_U16 nSectors);
1887 int hpt_reenumerate_device(DEVICEID id);