• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/sys/dev/hpt27xx/

Lines Matching refs:DEVICEID

85 typedef HPT_U32 DEVICEID;
551 DEVICEID Devices[2]; /* device connected to this channel */
559 DEVICEID Devices[2+13]; /* device connected to this channel, PMPort max=15 */
753 DEVICEID TransformSource;
754 DEVICEID TransformTarget; /* destination device ID */
785 DEVICEID TransformSource;
786 DEVICEID TransformTarget; /* destination device ID */
937 DEVICEID ParentArrays[MAX_PARENTS_PER_DISK];
987 DEVICEID ParentArray;
1002 DEVICEID ParentArray; /* for physical device, Please don't use this field.
1024 DEVICEID ParentArray; /* for physical device, don't use this field.
1053 DEVICEID ParentArray; /* for physical device, don't use this field.
1306 DEVICEID DeviceID;
1317 DEVICEID idDisk; /* disk ID */
1334 DEVICEID idDisk; /* disk ID */
1351 DEVICEID idDisk;
1376 DEVICEID idDisk;
1438 DEVICEID id;
1450 DEVICEID id;
1605 * pIds pointer to a DEVICEID array
1611 int hpt_get_logical_devices(DEVICEID * pIds, int nMaxCount);
1616 * pIds pointer to a DEVICEID array
1621 int hpt_get_physical_devices(DEVICEID * pIds, int nMaxCount);
1631 int hpt_get_device_info(DEVICEID id, PLOGICAL_DEVICE_INFO pInfo);
1641 DEVICEID hpt_create_array(PCREATE_ARRAY_PARAMS pParam);
1650 int hpt_delete_array(DEVICEID id, HPT_U32 options);
1664 int hpt_device_io(DEVICEID id, int cmd, HPT_U32 lba, HPT_U32 nSector, void * buffer);
1676 int hpt_add_disk_to_array(DEVICEID idArray, DEVICEID idDisk);
1686 int hpt_add_spare_disk(DEVICEID idDisk);
1697 int hpt_add_dedicated_spare(DEVICEID idDisk, DEVICEID idArray);
1707 int hpt_remove_spare_disk(DEVICEID idDisk);
1730 int hpt_rebuild_data_block(DEVICEID idMirror, HPT_U32 Lba, HPT_U8 nSector);
1750 int hpt_set_array_state(DEVICEID idArray, HPT_U32 state);
1762 int hpt_set_array_info(DEVICEID idArray, PALTERABLE_ARRAY_INFO pInfo);
1777 int hpt_set_device_info(DEVICEID idDisk, PALTERABLE_DEVICE_INFO pInfo);
1780 int hpt_set_device_info_v2(DEVICEID idDisk, PALTERABLE_DEVICE_INFO_V2 pInfo);
1802 int hpt_get_601_info(DEVICEID idDisk, PHPT601_INFO pInfo);
1813 int hpt_set_601_info(DEVICEID idDisk, PHPT601_INFO pInfo);
1825 int hpt_lock_device(DEVICEID idDisk, HPT_U32 Lba, HPT_U8 nSectors);
1835 int hpt_unlock_device(DEVICEID idDisk);
1873 int hpt_verify_data_block(DEVICEID idArray, HPT_U32 Lba, HPT_U8 nSectors);
1885 int hpt_initialize_data_block(DEVICEID idArray, HPT_U32 Lba, HPT_U8 nSectors);
1908 int hpt_set_boot_mark(DEVICEID id);
1921 int hpt_query_remove(HPT_U32 ndev, DEVICEID *pIds);
1934 int hpt_remove_devices(HPT_U32 ndev, DEVICEID *pIds);
1945 DEVICEID hpt_create_array_v2(PCREATE_ARRAY_PARAMS_V2 pParam);
1957 DEVICEID hpt_create_array_v3(PCREATE_ARRAY_PARAMS_V3 pParam);
1969 int hpt_get_device_info_v2(DEVICEID id, PLOGICAL_DEVICE_INFO_V2 pInfo);
1981 int hpt_get_device_info_v3(DEVICEID id, PLOGICAL_DEVICE_INFO_V3 pInfo);
1993 int hpt_get_device_info_v4(DEVICEID id, PLOGICAL_DEVICE_INFO_V4 pInfo);
2006 DEVICEID hpt_create_transform(DEVICEID idArray, PCREATE_ARRAY_PARAMS_V2 destInfo);
2019 DEVICEID hpt_create_transform_v2(DEVICEID idArray, PCREATE_ARRAY_PARAMS_V3 destInfo);
2033 int hpt_step_transform(DEVICEID idArray);
2046 int hpt_set_vdev_info(DEVICEID dev, PSET_VDEV_INFO pInfo);
2054 * pIds - array of DEVICEID
2060 int hpt_init_disks(HPT_U32 ndev, DEVICEID * pIds);
2074 int hpt_calc_max_array_capacity(DEVICEID source, PCREATE_ARRAY_PARAMS_V2 destInfo, HPT_U64 * cap);
2088 int hpt_calc_max_array_capacity_v2(DEVICEID source, PCREATE_ARRAY_PARAMS_V3 destInfo, HPT_U64 * cap);
2103 int hpt_rebuild_data_block_v2(DEVICEID idMirror, HPT_U64 Lba, HPT_U16 nSector);
2119 int hpt_verify_data_block_v2(DEVICEID idArray, HPT_U64 Lba, HPT_U16 nSectors);
2133 int hpt_initialize_data_block_v2(DEVICEID idArray, HPT_U64 Lba, HPT_U16 nSectors);
2172 int hpt_reenumerate_device(DEVICEID id);
2206 int hpt_get_perfmon_data(DEVICEID id, PHPT_PM_IOSTAT iostat);