• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/sys/dev/hptnr/

Lines Matching refs:DEVICEID

84 typedef HPT_U32 DEVICEID;
547 DEVICEID Devices[2]; /* device connected to this channel */
555 DEVICEID Devices[2+13]; /* device connected to this channel, PMPort max=15 */
749 DEVICEID TransformSource;
750 DEVICEID TransformTarget; /* destination device ID */
781 DEVICEID TransformSource;
782 DEVICEID TransformTarget; /* destination device ID */
933 DEVICEID ParentArrays[MAX_PARENTS_PER_DISK];
983 DEVICEID ParentArray;
998 DEVICEID ParentArray; /* for physical device, Please don't use this field.
1020 DEVICEID ParentArray; /* for physical device, don't use this field.
1049 DEVICEID ParentArray; /* for physical device, don't use this field.
1302 DEVICEID DeviceID;
1313 DEVICEID idDisk; /* disk ID */
1330 DEVICEID idDisk; /* disk ID */
1347 DEVICEID idDisk;
1372 DEVICEID idDisk;
1434 DEVICEID id;
1446 DEVICEID id;
1601 * pIds pointer to a DEVICEID array
1607 int hpt_get_logical_devices(DEVICEID * pIds, int nMaxCount);
1612 * pIds pointer to a DEVICEID array
1617 int hpt_get_physical_devices(DEVICEID * pIds, int nMaxCount);
1627 int hpt_get_device_info(DEVICEID id, PLOGICAL_DEVICE_INFO pInfo);
1637 DEVICEID hpt_create_array(PCREATE_ARRAY_PARAMS pParam);
1646 int hpt_delete_array(DEVICEID id, HPT_U32 options);
1660 int hpt_device_io(DEVICEID id, int cmd, HPT_U32 lba, HPT_U32 nSector, void * buffer);
1672 int hpt_add_disk_to_array(DEVICEID idArray, DEVICEID idDisk);
1682 int hpt_add_spare_disk(DEVICEID idDisk);
1693 int hpt_add_dedicated_spare(DEVICEID idDisk, DEVICEID idArray);
1703 int hpt_remove_spare_disk(DEVICEID idDisk);
1726 int hpt_rebuild_data_block(DEVICEID idMirror, HPT_U32 Lba, HPT_U8 nSector);
1746 int hpt_set_array_state(DEVICEID idArray, HPT_U32 state);
1758 int hpt_set_array_info(DEVICEID idArray, PALTERABLE_ARRAY_INFO pInfo);
1773 int hpt_set_device_info(DEVICEID idDisk, PALTERABLE_DEVICE_INFO pInfo);
1776 int hpt_set_device_info_v2(DEVICEID idDisk, PALTERABLE_DEVICE_INFO_V2 pInfo);
1798 int hpt_get_601_info(DEVICEID idDisk, PHPT601_INFO pInfo);
1809 int hpt_set_601_info(DEVICEID idDisk, PHPT601_INFO pInfo);
1821 int hpt_lock_device(DEVICEID idDisk, HPT_U32 Lba, HPT_U8 nSectors);
1831 int hpt_unlock_device(DEVICEID idDisk);
1869 int hpt_verify_data_block(DEVICEID idArray, HPT_U32 Lba, HPT_U8 nSectors);
1881 int hpt_initialize_data_block(DEVICEID idArray, HPT_U32 Lba, HPT_U8 nSectors);
1904 int hpt_set_boot_mark(DEVICEID id);
1917 int hpt_query_remove(HPT_U32 ndev, DEVICEID *pIds);
1930 int hpt_remove_devices(HPT_U32 ndev, DEVICEID *pIds);
1941 DEVICEID hpt_create_array_v2(PCREATE_ARRAY_PARAMS_V2 pParam);
1953 DEVICEID hpt_create_array_v3(PCREATE_ARRAY_PARAMS_V3 pParam);
1965 int hpt_get_device_info_v2(DEVICEID id, PLOGICAL_DEVICE_INFO_V2 pInfo);
1977 int hpt_get_device_info_v3(DEVICEID id, PLOGICAL_DEVICE_INFO_V3 pInfo);
1989 int hpt_get_device_info_v4(DEVICEID id, PLOGICAL_DEVICE_INFO_V4 pInfo);
2002 DEVICEID hpt_create_transform(DEVICEID idArray, PCREATE_ARRAY_PARAMS_V2 destInfo);
2015 DEVICEID hpt_create_transform_v2(DEVICEID idArray, PCREATE_ARRAY_PARAMS_V3 destInfo);
2029 int hpt_step_transform(DEVICEID idArray);
2042 int hpt_set_vdev_info(DEVICEID dev, PSET_VDEV_INFO pInfo);
2050 * pIds - array of DEVICEID
2056 int hpt_init_disks(HPT_U32 ndev, DEVICEID * pIds);
2070 int hpt_calc_max_array_capacity(DEVICEID source, PCREATE_ARRAY_PARAMS_V2 destInfo, HPT_U64 * cap);
2084 int hpt_calc_max_array_capacity_v2(DEVICEID source, PCREATE_ARRAY_PARAMS_V3 destInfo, HPT_U64 * cap);
2099 int hpt_rebuild_data_block_v2(DEVICEID idMirror, HPT_U64 Lba, HPT_U16 nSector);
2115 int hpt_verify_data_block_v2(DEVICEID idArray, HPT_U64 Lba, HPT_U16 nSectors);
2129 int hpt_initialize_data_block_v2(DEVICEID idArray, HPT_U64 Lba, HPT_U16 nSectors);
2168 int hpt_reenumerate_device(DEVICEID id);
2202 int hpt_get_perfmon_data(DEVICEID id, PHPT_PM_IOSTAT iostat);