Lines Matching full:deviceid

82 typedef HPT_U32 DEVICEID;  typedef
545 DEVICEID Devices[2]; /* device connected to this channel */
553 DEVICEID Devices[2+13]; /* device connected to this channel, PMPort max=15 */
747 DEVICEID TransformSource;
748 DEVICEID TransformTarget; /* destination device ID */
779 DEVICEID TransformSource;
780 DEVICEID TransformTarget; /* destination device ID */
931 DEVICEID ParentArrays[MAX_PARENTS_PER_DISK];
953 HPT_U16 DeviceId; /* 0x5A3E */ member
981 DEVICEID ParentArray;
996 DEVICEID ParentArray; /* for physical device, Please don't use this field.
1018 DEVICEID ParentArray; /* for physical device, don't use this field.
1047 DEVICEID ParentArray; /* for physical device, don't use this field.
1300 DEVICEID DeviceID; member
1311 DEVICEID idDisk; /* disk ID */
1328 DEVICEID idDisk; /* disk ID */
1345 DEVICEID idDisk;
1370 DEVICEID idDisk;
1432 DEVICEID id;
1444 DEVICEID id;
1599 * pIds pointer to a DEVICEID array
1605 int hpt_get_logical_devices(DEVICEID * pIds, int nMaxCount);
1610 * pIds pointer to a DEVICEID array
1615 int hpt_get_physical_devices(DEVICEID * pIds, int nMaxCount);
1625 int hpt_get_device_info(DEVICEID id, PLOGICAL_DEVICE_INFO pInfo);
1635 DEVICEID hpt_create_array(PCREATE_ARRAY_PARAMS pParam);
1644 int hpt_delete_array(DEVICEID id, HPT_U32 options);
1658 int hpt_device_io(DEVICEID id, int cmd, HPT_U32 lba, HPT_U32 nSector, void * buffer);
1670 int hpt_add_disk_to_array(DEVICEID idArray, DEVICEID idDisk);
1680 int hpt_add_spare_disk(DEVICEID idDisk);
1691 int hpt_add_dedicated_spare(DEVICEID idDisk, DEVICEID idArray);
1701 int hpt_remove_spare_disk(DEVICEID idDisk);
1724 int hpt_rebuild_data_block(DEVICEID idMirror, HPT_U32 Lba, HPT_U8 nSector);
1744 int hpt_set_array_state(DEVICEID idArray, HPT_U32 state);
1756 int hpt_set_array_info(DEVICEID idArray, PALTERABLE_ARRAY_INFO pInfo);
1771 int hpt_set_device_info(DEVICEID idDisk, PALTERABLE_DEVICE_INFO pInfo);
1774 int hpt_set_device_info_v2(DEVICEID idDisk, PALTERABLE_DEVICE_INFO_V2 pInfo);
1796 int hpt_get_601_info(DEVICEID idDisk, PHPT601_INFO pInfo);
1807 int hpt_set_601_info(DEVICEID idDisk, PHPT601_INFO pInfo);
1819 int hpt_lock_device(DEVICEID idDisk, HPT_U32 Lba, HPT_U8 nSectors);
1829 int hpt_unlock_device(DEVICEID idDisk);
1867 int hpt_verify_data_block(DEVICEID idArray, HPT_U32 Lba, HPT_U8 nSectors);
1879 int hpt_initialize_data_block(DEVICEID idArray, HPT_U32 Lba, HPT_U8 nSectors);
1902 int hpt_set_boot_mark(DEVICEID id);
1915 int hpt_query_remove(HPT_U32 ndev, DEVICEID *pIds);
1928 int hpt_remove_devices(HPT_U32 ndev, DEVICEID *pIds);
1939 DEVICEID hpt_create_array_v2(PCREATE_ARRAY_PARAMS_V2 pParam);
1951 DEVICEID hpt_create_array_v3(PCREATE_ARRAY_PARAMS_V3 pParam);
1963 int hpt_get_device_info_v2(DEVICEID id, PLOGICAL_DEVICE_INFO_V2 pInfo);
1975 int hpt_get_device_info_v3(DEVICEID id, PLOGICAL_DEVICE_INFO_V3 pInfo);
1987 int hpt_get_device_info_v4(DEVICEID id, PLOGICAL_DEVICE_INFO_V4 pInfo);
2000 DEVICEID hpt_create_transform(DEVICEID idArray, PCREATE_ARRAY_PARAMS_V2 destInfo);
2013 DEVICEID hpt_create_transform_v2(DEVICEID idArray, PCREATE_ARRAY_PARAMS_V3 destInfo);
2027 int hpt_step_transform(DEVICEID idArray);
2040 int hpt_set_vdev_info(DEVICEID dev, PSET_VDEV_INFO pInfo);
2048 * pIds - array of DEVICEID
2054 int hpt_init_disks(HPT_U32 ndev, DEVICEID * pIds);
2068 int hpt_calc_max_array_capacity(DEVICEID source, PCREATE_ARRAY_PARAMS_V2 destInfo, HPT_U64 * cap);
2082 int hpt_calc_max_array_capacity_v2(DEVICEID source, PCREATE_ARRAY_PARAMS_V3 destInfo, HPT_U64 * cap…
2097 int hpt_rebuild_data_block_v2(DEVICEID idMirror, HPT_U64 Lba, HPT_U16 nSector);
2113 int hpt_verify_data_block_v2(DEVICEID idArray, HPT_U64 Lba, HPT_U16 nSectors);
2127 int hpt_initialize_data_block_v2(DEVICEID idArray, HPT_U64 Lba, HPT_U16 nSectors);
2166 int hpt_reenumerate_device(DEVICEID id);
2200 int hpt_get_perfmon_data(DEVICEID id, PHPT_PM_IOSTAT iostat);