Symbol: DEVICEID
sys/dev/hpt27xx/hpt27xx_osm_bsd.c
1016
DEVICEID ids[32];
sys/dev/hpt27xx/hpt27xx_osm_bsd.c
1019
count = hpt_get_logical_devices((DEVICEID *)&ids, sizeof(ids)/sizeof(ids[0]));
sys/dev/hpt27xx/hpt27xx_osm_bsd.c
959
static int hpt_get_logical_devices(DEVICEID * pIds, int nMaxCount)
sys/dev/hpt27xx/hpt27xx_osm_bsd.c
965
&count, sizeof(HPT_U32), pIds, sizeof(DEVICEID)*nMaxCount))
sys/dev/hpt27xx/hpt27xx_osm_bsd.c
973
static int hpt_get_device_info_v3(DEVICEID id, PLOGICAL_DEVICE_INFO_V3 pInfo)
sys/dev/hpt27xx/hpt27xx_osm_bsd.c
976
&id, sizeof(DEVICEID), pInfo, sizeof(LOGICAL_DEVICE_INFO_V3));
sys/dev/hpt27xx/hpt27xx_osm_bsd.c
980
static int __hpt_stop_tasks(PVBUS_EXT vbus_ext, DEVICEID id)
sys/dev/hpt27xx/hpt27xx_osm_bsd.c
984
DEVICEID param[2] = { id, 0 };
sys/dev/hpt27xx/hptintf.h
1000
DEVICEID ParentArray; /* for physical device, Please don't use this field.
sys/dev/hpt27xx/hptintf.h
1022
DEVICEID ParentArray; /* for physical device, don't use this field.
sys/dev/hpt27xx/hptintf.h
1051
DEVICEID ParentArray; /* for physical device, don't use this field.
sys/dev/hpt27xx/hptintf.h
1304
DEVICEID DeviceID;
sys/dev/hpt27xx/hptintf.h
1315
DEVICEID idDisk; /* disk ID */
sys/dev/hpt27xx/hptintf.h
1332
DEVICEID idDisk; /* disk ID */
sys/dev/hpt27xx/hptintf.h
1349
DEVICEID idDisk;
sys/dev/hpt27xx/hptintf.h
1374
DEVICEID idDisk;
sys/dev/hpt27xx/hptintf.h
1436
DEVICEID id;
sys/dev/hpt27xx/hptintf.h
1448
DEVICEID id;
sys/dev/hpt27xx/hptintf.h
1609
int hpt_get_logical_devices(DEVICEID * pIds, int nMaxCount);
sys/dev/hpt27xx/hptintf.h
1619
int hpt_get_physical_devices(DEVICEID * pIds, int nMaxCount);
sys/dev/hpt27xx/hptintf.h
1629
int hpt_get_device_info(DEVICEID id, PLOGICAL_DEVICE_INFO pInfo);
sys/dev/hpt27xx/hptintf.h
1639
DEVICEID hpt_create_array(PCREATE_ARRAY_PARAMS pParam);
sys/dev/hpt27xx/hptintf.h
1648
int hpt_delete_array(DEVICEID id, HPT_U32 options);
sys/dev/hpt27xx/hptintf.h
1662
int hpt_device_io(DEVICEID id, int cmd, HPT_U32 lba, HPT_U32 nSector, void * buffer);
sys/dev/hpt27xx/hptintf.h
1674
int hpt_add_disk_to_array(DEVICEID idArray, DEVICEID idDisk);
sys/dev/hpt27xx/hptintf.h
1684
int hpt_add_spare_disk(DEVICEID idDisk);
sys/dev/hpt27xx/hptintf.h
1695
int hpt_add_dedicated_spare(DEVICEID idDisk, DEVICEID idArray);
sys/dev/hpt27xx/hptintf.h
1705
int hpt_remove_spare_disk(DEVICEID idDisk);
sys/dev/hpt27xx/hptintf.h
1728
int hpt_rebuild_data_block(DEVICEID idMirror, HPT_U32 Lba, HPT_U8 nSector);
sys/dev/hpt27xx/hptintf.h
1748
int hpt_set_array_state(DEVICEID idArray, HPT_U32 state);
sys/dev/hpt27xx/hptintf.h
1760
int hpt_set_array_info(DEVICEID idArray, PALTERABLE_ARRAY_INFO pInfo);
sys/dev/hpt27xx/hptintf.h
1775
int hpt_set_device_info(DEVICEID idDisk, PALTERABLE_DEVICE_INFO pInfo);
sys/dev/hpt27xx/hptintf.h
1778
int hpt_set_device_info_v2(DEVICEID idDisk, PALTERABLE_DEVICE_INFO_V2 pInfo);
sys/dev/hpt27xx/hptintf.h
1800
int hpt_get_601_info(DEVICEID idDisk, PHPT601_INFO pInfo);
sys/dev/hpt27xx/hptintf.h
1811
int hpt_set_601_info(DEVICEID idDisk, PHPT601_INFO pInfo);
sys/dev/hpt27xx/hptintf.h
1823
int hpt_lock_device(DEVICEID idDisk, HPT_U32 Lba, HPT_U8 nSectors);
sys/dev/hpt27xx/hptintf.h
1833
int hpt_unlock_device(DEVICEID idDisk);
sys/dev/hpt27xx/hptintf.h
1871
int hpt_verify_data_block(DEVICEID idArray, HPT_U32 Lba, HPT_U8 nSectors);
sys/dev/hpt27xx/hptintf.h
1883
int hpt_initialize_data_block(DEVICEID idArray, HPT_U32 Lba, HPT_U8 nSectors);
sys/dev/hpt27xx/hptintf.h
1906
int hpt_set_boot_mark(DEVICEID id);
sys/dev/hpt27xx/hptintf.h
1919
int hpt_query_remove(HPT_U32 ndev, DEVICEID *pIds);
sys/dev/hpt27xx/hptintf.h
1932
int hpt_remove_devices(HPT_U32 ndev, DEVICEID *pIds);
sys/dev/hpt27xx/hptintf.h
1943
DEVICEID hpt_create_array_v2(PCREATE_ARRAY_PARAMS_V2 pParam);
sys/dev/hpt27xx/hptintf.h
1955
DEVICEID hpt_create_array_v3(PCREATE_ARRAY_PARAMS_V3 pParam);
sys/dev/hpt27xx/hptintf.h
1967
int hpt_get_device_info_v2(DEVICEID id, PLOGICAL_DEVICE_INFO_V2 pInfo);
sys/dev/hpt27xx/hptintf.h
1979
int hpt_get_device_info_v3(DEVICEID id, PLOGICAL_DEVICE_INFO_V3 pInfo);
sys/dev/hpt27xx/hptintf.h
1991
int hpt_get_device_info_v4(DEVICEID id, PLOGICAL_DEVICE_INFO_V4 pInfo);
sys/dev/hpt27xx/hptintf.h
2004
DEVICEID hpt_create_transform(DEVICEID idArray, PCREATE_ARRAY_PARAMS_V2 destInfo);
sys/dev/hpt27xx/hptintf.h
2017
DEVICEID hpt_create_transform_v2(DEVICEID idArray, PCREATE_ARRAY_PARAMS_V3 destInfo);
sys/dev/hpt27xx/hptintf.h
2031
int hpt_step_transform(DEVICEID idArray);
sys/dev/hpt27xx/hptintf.h
2044
int hpt_set_vdev_info(DEVICEID dev, PSET_VDEV_INFO pInfo);
sys/dev/hpt27xx/hptintf.h
2058
int hpt_init_disks(HPT_U32 ndev, DEVICEID * pIds);
sys/dev/hpt27xx/hptintf.h
2072
int hpt_calc_max_array_capacity(DEVICEID source, PCREATE_ARRAY_PARAMS_V2 destInfo, HPT_U64 * cap);
sys/dev/hpt27xx/hptintf.h
2086
int hpt_calc_max_array_capacity_v2(DEVICEID source, PCREATE_ARRAY_PARAMS_V3 destInfo, HPT_U64 * cap);
sys/dev/hpt27xx/hptintf.h
2101
int hpt_rebuild_data_block_v2(DEVICEID idMirror, HPT_U64 Lba, HPT_U16 nSector);
sys/dev/hpt27xx/hptintf.h
2117
int hpt_verify_data_block_v2(DEVICEID idArray, HPT_U64 Lba, HPT_U16 nSectors);
sys/dev/hpt27xx/hptintf.h
2131
int hpt_initialize_data_block_v2(DEVICEID idArray, HPT_U64 Lba, HPT_U16 nSectors);
sys/dev/hpt27xx/hptintf.h
2170
int hpt_reenumerate_device(DEVICEID id);
sys/dev/hpt27xx/hptintf.h
2204
int hpt_get_perfmon_data(DEVICEID id, PHPT_PM_IOSTAT iostat);
sys/dev/hpt27xx/hptintf.h
549
DEVICEID Devices[2]; /* device connected to this channel */
sys/dev/hpt27xx/hptintf.h
557
DEVICEID Devices[2+13]; /* device connected to this channel, PMPort max=15 */
sys/dev/hpt27xx/hptintf.h
751
DEVICEID TransformSource;
sys/dev/hpt27xx/hptintf.h
752
DEVICEID TransformTarget; /* destination device ID */
sys/dev/hpt27xx/hptintf.h
783
DEVICEID TransformSource;
sys/dev/hpt27xx/hptintf.h
784
DEVICEID TransformTarget; /* destination device ID */
sys/dev/hpt27xx/hptintf.h
935
DEVICEID ParentArrays[MAX_PARENTS_PER_DISK];
sys/dev/hpt27xx/hptintf.h
985
DEVICEID ParentArray;
sys/dev/hptmv/gui_lib.c
1003
int hpt_remove_spare_disk(_VBUS_ARG DEVICEID idDisk)
sys/dev/hptmv/gui_lib.c
1018
int hpt_set_array_info(_VBUS_ARG DEVICEID idArray, PALTERABLE_ARRAY_INFO pInfo)
sys/dev/hptmv/gui_lib.c
1046
static int hpt_set_device_info(_VBUS_ARG DEVICEID idDisk, PALTERABLE_DEVICE_INFO pInfo)
sys/dev/hptmv/gui_lib.c
1060
static int hpt_set_device_info_v2(_VBUS_ARG DEVICEID idDisk, PALTERABLE_DEVICE_INFO_V2 pInfo)
sys/dev/hptmv/gui_lib.c
1182
DEVICEID *pIds;
sys/dev/hptmv/gui_lib.c
1188
pIds = ((DEVICEID *)lpOutBuffer)+1;
sys/dev/hptmv/gui_lib.c
1195
DEVICEID id;
sys/dev/hptmv/gui_lib.c
1198
if (nInBufferSize!=sizeof(DEVICEID)) return -1;
sys/dev/hptmv/gui_lib.c
1214
DEVICEID id;
sys/dev/hptmv/gui_lib.c
1217
if (nInBufferSize!=sizeof(DEVICEID)) return -1;
sys/dev/hptmv/gui_lib.c
1235
if (nOutBufferSize!=sizeof(DEVICEID)) return -1;
sys/dev/hptmv/gui_lib.c
1237
*(DEVICEID *)lpOutBuffer = hpt_create_array(_VBUS_P (PCREATE_ARRAY_PARAMS)lpInBuffer);
sys/dev/hptmv/gui_lib.c
1239
if(*(DEVICEID *)lpOutBuffer == INVALID_DEVICEID)
sys/dev/hptmv/gui_lib.c
1247
if (nOutBufferSize!=sizeof(DEVICEID)) return -1;
sys/dev/hptmv/gui_lib.c
1249
*(DEVICEID *)lpOutBuffer = hpt_create_array_v2(_VBUS_P (PCREATE_ARRAY_PARAMS_V2)lpInBuffer);
sys/dev/hptmv/gui_lib.c
1251
if (*(DEVICEID *)lpOutBuffer == INVALID_DEVICEID)
sys/dev/hptmv/gui_lib.c
1258
DEVICEID idArray;
sys/dev/hptmv/gui_lib.c
1274
DEVICEID idDisk;
sys/dev/hptmv/gui_lib.c
1289
DEVICEID idDisk;
sys/dev/hptmv/gui_lib.c
1304
DEVICEID id;
sys/dev/hptmv/gui_lib.c
1310
if (nInBufferSize!=sizeof(DEVICEID)) return -1;
sys/dev/hptmv/gui_lib.c
1311
id = *(DEVICEID *)lpInBuffer;
sys/dev/hptmv/gui_lib.c
1336
DEVICEID id;
sys/dev/hptmv/gui_lib.c
1338
if (nInBufferSize!=sizeof(DEVICEID)) return -1;
sys/dev/hptmv/gui_lib.c
1341
id = *(DEVICEID *)lpInBuffer;
sys/dev/hptmv/gui_lib.c
1350
DEVICEID id;
sys/dev/hptmv/gui_lib.c
1352
if (nInBufferSize!=sizeof(DEVICEID)) return -1;
sys/dev/hptmv/gui_lib.c
1355
id = *(DEVICEID *)lpInBuffer;
sys/dev/hptmv/gui_lib.c
1364
DEVICEID id1,id2;
sys/dev/hptmv/gui_lib.c
464
pInfo->Devices[i] = (DEVICEID)INVALID_DEVICEID;
sys/dev/hptmv/gui_lib.c
470
pInfo->Devices[0] = (DEVICEID)INVALID_DEVICEID;
sys/dev/hptmv/gui_lib.c
477
int hpt_get_logical_devices(DEVICEID * pIds, int nMaxCount)
sys/dev/hptmv/gui_lib.c
510
int hpt_get_device_info(DEVICEID id, PLOGICAL_DEVICE_INFO pInfo)
sys/dev/hptmv/gui_lib.c
534
int hpt_get_device_info_v2(DEVICEID id, PLOGICAL_DEVICE_INFO_V2 pInfo)
sys/dev/hptmv/gui_lib.c
561
DEVICEID hpt_create_array_v2(_VBUS_ARG PCREATE_ARRAY_PARAMS_V2 pParam)
sys/dev/hptmv/gui_lib.c
58
static int hpt_get_logical_devices(DEVICEID * pIds, int nMaxCount);
sys/dev/hptmv/gui_lib.c
59
static int hpt_get_device_info(DEVICEID id, PLOGICAL_DEVICE_INFO pInfo);
sys/dev/hptmv/gui_lib.c
60
static int hpt_get_device_info_v2(DEVICEID id, PLOGICAL_DEVICE_INFO_V2 pInfo);
sys/dev/hptmv/gui_lib.c
61
static DEVICEID hpt_create_array(_VBUS_ARG PCREATE_ARRAY_PARAMS pParam);
sys/dev/hptmv/gui_lib.c
62
static DEVICEID hpt_create_array_v2(_VBUS_ARG PCREATE_ARRAY_PARAMS_V2 pParam);
sys/dev/hptmv/gui_lib.c
63
static int hpt_add_spare_disk(_VBUS_ARG DEVICEID idDisk);
sys/dev/hptmv/gui_lib.c
64
static int hpt_remove_spare_disk(_VBUS_ARG DEVICEID idDisk);
sys/dev/hptmv/gui_lib.c
65
static int hpt_set_array_info(_VBUS_ARG DEVICEID idArray, PALTERABLE_ARRAY_INFO pInfo);
sys/dev/hptmv/gui_lib.c
66
static int hpt_set_device_info(_VBUS_ARG DEVICEID idDisk, PALTERABLE_DEVICE_INFO pInfo);
sys/dev/hptmv/gui_lib.c
67
static int hpt_set_device_info_v2(_VBUS_ARG DEVICEID idDisk, PALTERABLE_DEVICE_INFO_V2 pInfo);
sys/dev/hptmv/gui_lib.c
811
DEVICEID hpt_create_array(_VBUS_ARG PCREATE_ARRAY_PARAMS pParam)
sys/dev/hptmv/gui_lib.c
829
int old_add_disk_to_raid01(_VBUS_ARG DEVICEID idArray, DEVICEID idDisk)
sys/dev/hptmv/gui_lib.c
903
int hpt_add_disk_to_array(_VBUS_ARG DEVICEID idArray, DEVICEID idDisk)
sys/dev/hptmv/gui_lib.c
982
int hpt_add_spare_disk(_VBUS_ARG DEVICEID idDisk)
sys/dev/hptmv/hptintf.h
1015
int hpt_set_array_state(DEVICEID idArray, DWORD state);
sys/dev/hptmv/hptintf.h
1028
int hpt_set_array_info(DEVICEID idArray, PALTERABLE_ARRAY_INFO pInfo);
sys/dev/hptmv/hptintf.h
1044
int hpt_set_device_info(DEVICEID idDisk, PALTERABLE_DEVICE_INFO pInfo);
sys/dev/hptmv/hptintf.h
1047
int hpt_set_device_info_v2(DEVICEID idDisk, PALTERABLE_DEVICE_INFO_V2 pInfo);
sys/dev/hptmv/hptintf.h
1072
int hpt_get_601_info(DEVICEID idDisk, PHPT601_INFO pInfo);
sys/dev/hptmv/hptintf.h
1084
int hpt_set_601_info(DEVICEID idDisk, PHPT601_INFO pInfo);
sys/dev/hptmv/hptintf.h
1097
int hpt_lock_device(DEVICEID idDisk, ULONG Lba, UCHAR nSectors);
sys/dev/hptmv/hptintf.h
1100
int hpt_lock_device_v2(DEVICEID idDisk, LBA64 Lba, USHORT nSectors);
sys/dev/hptmv/hptintf.h
1112
int hpt_unlock_device(DEVICEID idDisk);
sys/dev/hptmv/hptintf.h
1139
int hpt_verify_data_block(DEVICEID idArray, ULONG Lba, UCHAR nSectors);
sys/dev/hptmv/hptintf.h
1142
int hpt_verify_data_block_v2(DEVICEID idArray, LBA64 Lba, USHORT nSectors);
sys/dev/hptmv/hptintf.h
1156
int hpt_initialize_data_block(DEVICEID idArray, ULONG Lba, UCHAR nSectors);
sys/dev/hptmv/hptintf.h
1159
int hpt_initialize_data_block_v2(DEVICEID idArray, LBA64 Lba, USHORT nSectors);
sys/dev/hptmv/hptintf.h
1188
int hpt_set_boot_mark(DEVICEID id);
sys/dev/hptmv/hptintf.h
1202
int hpt_query_remove(DWORD ndev, DEVICEID *pIds);
sys/dev/hptmv/hptintf.h
1216
int hpt_remove_devices(DWORD ndev, DEVICEID *pIds);
sys/dev/hptmv/hptintf.h
327
DEVICEID Devices[2]; /* device connected to this channel */
sys/dev/hptmv/hptintf.h
523
DEVICEID ParentArray;
sys/dev/hptmv/hptintf.h
538
DEVICEID ParentArray;
sys/dev/hptmv/hptintf.h
683
DEVICEID DeviceID;
sys/dev/hptmv/hptintf.h
697
DEVICEID idDisk; /* disk ID */
sys/dev/hptmv/hptintf.h
716
DEVICEID idDisk;
sys/dev/hptmv/hptintf.h
856
int hpt_get_logical_devices(DEVICEID * pIds, int nMaxCount);
sys/dev/hptmv/hptintf.h
868
int hpt_get_device_info(DEVICEID id, PLOGICAL_DEVICE_INFO pInfo);
sys/dev/hptmv/hptintf.h
871
int hpt_get_device_info_v2(DEVICEID id, PLOGICAL_DEVICE_INFO_V2 pInfo);
sys/dev/hptmv/hptintf.h
884
DEVICEID hpt_create_array(PCREATE_ARRAY_PARAMS pParam);
sys/dev/hptmv/hptintf.h
887
DEVICEID hpt_create_array_v2(PCREATE_ARRAY_PARAMS_V2 pParam);
sys/dev/hptmv/hptintf.h
899
int hpt_delete_array(DEVICEID id, DWORD options);
sys/dev/hptmv/hptintf.h
915
int hpt_device_io(DEVICEID id, int cmd, ULONG lba, DWORD nSector, LPVOID buffer);
sys/dev/hptmv/hptintf.h
918
int hpt_device_io_v2(DEVICEID id, int cmd, LBA64 lba, DWORD nSector, LPVOID buffer);
sys/dev/hptmv/hptintf.h
931
int hpt_add_disk_to_array(DEVICEID idArray, DEVICEID idDisk);
sys/dev/hptmv/hptintf.h
942
int hpt_add_spare_disk(DEVICEID idDisk);
sys/dev/hptmv/hptintf.h
954
int hpt_add_dedicated_spare(DEVICEID idDisk, DEVICEID idArray);
sys/dev/hptmv/hptintf.h
965
int hpt_remove_spare_disk(DEVICEID idDisk);
sys/dev/hptmv/hptintf.h
990
int hpt_rebuild_data_block(DEVICEID idMirror, DWORD Lba, UCHAR nSector);
sys/dev/hptmv/hptintf.h
994
int hpt_rebuild_data_block_v2(DEVICEID idArray, LBA64 Lba, USHORT nSector);
sys/dev/hptmv/ioctl.c
158
hpt_delete_array(_VBUS_ARG DEVICEID id, DWORD options)
sys/dev/hptmv/ioctl.c
219
DEVICEID idArray;
sys/dev/hptmv/ioctl.c
226
if (nInBufferSize!=sizeof(DEVICEID)+sizeof(DWORD)) return -1;
sys/dev/hptmv/ioctl.c
228
idArray = *(DEVICEID *)lpInBuffer;
sys/dev/hptmv/ioctl.c
254
iSuccess = hpt_delete_array(_VBUS_P idArray, *(DWORD*)((DEVICEID *)lpInBuffer+1));
sys/dev/hptmv/ioctl.c
279
DEVICEID idArray;
sys/dev/hptmv/ioctl.c
349
pVDev = ID_TO_VDEV(*(DEVICEID *)lpInBuffer); break;
sys/dev/hptmv/ioctl.c
382
pAdapter=(IAL_ADAPTER_T *)(ID_TO_VDEV(*(DEVICEID *)lpOutBuffer))->pVBus->OsExt;
sys/dev/hptmv/ioctl.c
386
(ID_TO_VDEV(*(DEVICEID *)lpOutBuffer))->u.array.rf_auto_rebuild = 0;
sys/dev/hptmv/ioctl.c
387
hpt_queue_dpc((HPT_DPC)hpt_rebuild_data_block, pAdapter, ID_TO_VDEV(*(DEVICEID *)lpOutBuffer), DUPLICATE);
sys/dev/hptmv/ioctl.c
391
hpt_queue_dpc((HPT_DPC)hpt_rebuild_data_block, pAdapter, ID_TO_VDEV(*(DEVICEID *)lpOutBuffer), INITIALIZE);
sys/dev/hptmv/ioctl.c
395
hpt_queue_dpc((HPT_DPC)hpt_rebuild_data_block, pAdapter, ID_TO_VDEV(*(DEVICEID *)lpOutBuffer), REBUILD_PARITY);
sys/dev/hptmv/ioctl.c
404
pAdapter=(IAL_ADAPTER_T *)(ID_TO_VDEV(*(DEVICEID *)lpOutBuffer))->pVBus->OsExt;
sys/dev/hptmv/ioctl.c
407
(ID_TO_VDEV(*(DEVICEID *)lpOutBuffer))->u.array.rf_auto_rebuild = 0;
sys/dev/hptmv/ioctl.c
408
hpt_queue_dpc((HPT_DPC)hpt_rebuild_data_block, pAdapter, ID_TO_VDEV(*(DEVICEID *)lpOutBuffer), DUPLICATE);
sys/dev/hptmv/ioctl.c
410
hpt_queue_dpc((HPT_DPC)hpt_rebuild_data_block, pAdapter, ID_TO_VDEV(*(DEVICEID *)lpOutBuffer), INITIALIZE);
sys/dev/hptmv/ioctl.c
412
hpt_queue_dpc((HPT_DPC)hpt_rebuild_data_block, pAdapter, ID_TO_VDEV(*(DEVICEID *)lpOutBuffer), REBUILD_PARITY);
sys/dev/hptmv/ioctl.c
455
hpt_set_array_state(DEVICEID idArray, DWORD state)
sys/dev/hptmv/ioctl.c
49
DEVICEID idMirror;
sys/dev/hptmv/ioctl.c
61
static int hpt_set_array_state(DEVICEID idArray, DWORD state);
sys/dev/hptmv/osbsd.h
205
int hpt_add_disk_to_array(_VBUS_ARG DEVICEID idArray, DEVICEID idDisk);
sys/dev/hptmv/osbsd.h
247
#define VDEV_TO_ID(pVDev) (DEVICEID)(pVDev)
sys/dev/hptmv/osbsd.h
251
#define VDEV_TO_ID(pVDev) (DEVICEID)(ULONG_PTR)(pVDev)
sys/dev/hptmv/osbsd.h
275
DEVICEID idArray;
sys/dev/hptmv/osbsd.h
281
DEVICEID idArray;
sys/dev/hptmv/osbsd.h
287
DEVICEID idDisk;
sys/dev/hptmv/osbsd.h
293
DEVICEID idDisk;
sys/dev/hptmv/osbsd.h
299
DEVICEID idArray;
sys/dev/hptmv/osbsd.h
300
DEVICEID idDisk;
sys/dev/hptmv/osbsd.h
305
DEVICEID id;
sys/dev/hptnr/hptintf.h
1018
DEVICEID ParentArray; /* for physical device, don't use this field.
sys/dev/hptnr/hptintf.h
1047
DEVICEID ParentArray; /* for physical device, don't use this field.
sys/dev/hptnr/hptintf.h
1300
DEVICEID DeviceID;
sys/dev/hptnr/hptintf.h
1311
DEVICEID idDisk; /* disk ID */
sys/dev/hptnr/hptintf.h
1328
DEVICEID idDisk; /* disk ID */
sys/dev/hptnr/hptintf.h
1345
DEVICEID idDisk;
sys/dev/hptnr/hptintf.h
1370
DEVICEID idDisk;
sys/dev/hptnr/hptintf.h
1432
DEVICEID id;
sys/dev/hptnr/hptintf.h
1444
DEVICEID id;
sys/dev/hptnr/hptintf.h
1605
int hpt_get_logical_devices(DEVICEID * pIds, int nMaxCount);
sys/dev/hptnr/hptintf.h
1615
int hpt_get_physical_devices(DEVICEID * pIds, int nMaxCount);
sys/dev/hptnr/hptintf.h
1625
int hpt_get_device_info(DEVICEID id, PLOGICAL_DEVICE_INFO pInfo);
sys/dev/hptnr/hptintf.h
1635
DEVICEID hpt_create_array(PCREATE_ARRAY_PARAMS pParam);
sys/dev/hptnr/hptintf.h
1644
int hpt_delete_array(DEVICEID id, HPT_U32 options);
sys/dev/hptnr/hptintf.h
1658
int hpt_device_io(DEVICEID id, int cmd, HPT_U32 lba, HPT_U32 nSector, void * buffer);
sys/dev/hptnr/hptintf.h
1670
int hpt_add_disk_to_array(DEVICEID idArray, DEVICEID idDisk);
sys/dev/hptnr/hptintf.h
1680
int hpt_add_spare_disk(DEVICEID idDisk);
sys/dev/hptnr/hptintf.h
1691
int hpt_add_dedicated_spare(DEVICEID idDisk, DEVICEID idArray);
sys/dev/hptnr/hptintf.h
1701
int hpt_remove_spare_disk(DEVICEID idDisk);
sys/dev/hptnr/hptintf.h
1724
int hpt_rebuild_data_block(DEVICEID idMirror, HPT_U32 Lba, HPT_U8 nSector);
sys/dev/hptnr/hptintf.h
1744
int hpt_set_array_state(DEVICEID idArray, HPT_U32 state);
sys/dev/hptnr/hptintf.h
1756
int hpt_set_array_info(DEVICEID idArray, PALTERABLE_ARRAY_INFO pInfo);
sys/dev/hptnr/hptintf.h
1771
int hpt_set_device_info(DEVICEID idDisk, PALTERABLE_DEVICE_INFO pInfo);
sys/dev/hptnr/hptintf.h
1774
int hpt_set_device_info_v2(DEVICEID idDisk, PALTERABLE_DEVICE_INFO_V2 pInfo);
sys/dev/hptnr/hptintf.h
1796
int hpt_get_601_info(DEVICEID idDisk, PHPT601_INFO pInfo);
sys/dev/hptnr/hptintf.h
1807
int hpt_set_601_info(DEVICEID idDisk, PHPT601_INFO pInfo);
sys/dev/hptnr/hptintf.h
1819
int hpt_lock_device(DEVICEID idDisk, HPT_U32 Lba, HPT_U8 nSectors);
sys/dev/hptnr/hptintf.h
1829
int hpt_unlock_device(DEVICEID idDisk);
sys/dev/hptnr/hptintf.h
1867
int hpt_verify_data_block(DEVICEID idArray, HPT_U32 Lba, HPT_U8 nSectors);
sys/dev/hptnr/hptintf.h
1879
int hpt_initialize_data_block(DEVICEID idArray, HPT_U32 Lba, HPT_U8 nSectors);
sys/dev/hptnr/hptintf.h
1902
int hpt_set_boot_mark(DEVICEID id);
sys/dev/hptnr/hptintf.h
1915
int hpt_query_remove(HPT_U32 ndev, DEVICEID *pIds);
sys/dev/hptnr/hptintf.h
1928
int hpt_remove_devices(HPT_U32 ndev, DEVICEID *pIds);
sys/dev/hptnr/hptintf.h
1939
DEVICEID hpt_create_array_v2(PCREATE_ARRAY_PARAMS_V2 pParam);
sys/dev/hptnr/hptintf.h
1951
DEVICEID hpt_create_array_v3(PCREATE_ARRAY_PARAMS_V3 pParam);
sys/dev/hptnr/hptintf.h
1963
int hpt_get_device_info_v2(DEVICEID id, PLOGICAL_DEVICE_INFO_V2 pInfo);
sys/dev/hptnr/hptintf.h
1975
int hpt_get_device_info_v3(DEVICEID id, PLOGICAL_DEVICE_INFO_V3 pInfo);
sys/dev/hptnr/hptintf.h
1987
int hpt_get_device_info_v4(DEVICEID id, PLOGICAL_DEVICE_INFO_V4 pInfo);
sys/dev/hptnr/hptintf.h
2000
DEVICEID hpt_create_transform(DEVICEID idArray, PCREATE_ARRAY_PARAMS_V2 destInfo);
sys/dev/hptnr/hptintf.h
2013
DEVICEID hpt_create_transform_v2(DEVICEID idArray, PCREATE_ARRAY_PARAMS_V3 destInfo);
sys/dev/hptnr/hptintf.h
2027
int hpt_step_transform(DEVICEID idArray);
sys/dev/hptnr/hptintf.h
2040
int hpt_set_vdev_info(DEVICEID dev, PSET_VDEV_INFO pInfo);
sys/dev/hptnr/hptintf.h
2054
int hpt_init_disks(HPT_U32 ndev, DEVICEID * pIds);
sys/dev/hptnr/hptintf.h
2068
int hpt_calc_max_array_capacity(DEVICEID source, PCREATE_ARRAY_PARAMS_V2 destInfo, HPT_U64 * cap);
sys/dev/hptnr/hptintf.h
2082
int hpt_calc_max_array_capacity_v2(DEVICEID source, PCREATE_ARRAY_PARAMS_V3 destInfo, HPT_U64 * cap);
sys/dev/hptnr/hptintf.h
2097
int hpt_rebuild_data_block_v2(DEVICEID idMirror, HPT_U64 Lba, HPT_U16 nSector);
sys/dev/hptnr/hptintf.h
2113
int hpt_verify_data_block_v2(DEVICEID idArray, HPT_U64 Lba, HPT_U16 nSectors);
sys/dev/hptnr/hptintf.h
2127
int hpt_initialize_data_block_v2(DEVICEID idArray, HPT_U64 Lba, HPT_U16 nSectors);
sys/dev/hptnr/hptintf.h
2166
int hpt_reenumerate_device(DEVICEID id);
sys/dev/hptnr/hptintf.h
2200
int hpt_get_perfmon_data(DEVICEID id, PHPT_PM_IOSTAT iostat);
sys/dev/hptnr/hptintf.h
545
DEVICEID Devices[2]; /* device connected to this channel */
sys/dev/hptnr/hptintf.h
553
DEVICEID Devices[2+13]; /* device connected to this channel, PMPort max=15 */
sys/dev/hptnr/hptintf.h
747
DEVICEID TransformSource;
sys/dev/hptnr/hptintf.h
748
DEVICEID TransformTarget; /* destination device ID */
sys/dev/hptnr/hptintf.h
779
DEVICEID TransformSource;
sys/dev/hptnr/hptintf.h
780
DEVICEID TransformTarget; /* destination device ID */
sys/dev/hptnr/hptintf.h
931
DEVICEID ParentArrays[MAX_PARENTS_PER_DISK];
sys/dev/hptnr/hptintf.h
981
DEVICEID ParentArray;
sys/dev/hptnr/hptintf.h
996
DEVICEID ParentArray; /* for physical device, Please don't use this field.
sys/dev/hptnr/hptnr_osm_bsd.c
1246
static int hpt_get_logical_devices(DEVICEID * pIds, int nMaxCount)
sys/dev/hptnr/hptnr_osm_bsd.c
1252
&count, sizeof(HPT_U32), pIds, sizeof(DEVICEID)*nMaxCount))
sys/dev/hptnr/hptnr_osm_bsd.c
1260
static int hpt_get_device_info_v3(DEVICEID id, PLOGICAL_DEVICE_INFO_V3 pInfo)
sys/dev/hptnr/hptnr_osm_bsd.c
1263
&id, sizeof(DEVICEID), pInfo, sizeof(LOGICAL_DEVICE_INFO_V3));
sys/dev/hptnr/hptnr_osm_bsd.c
1267
static int __hpt_stop_tasks(PVBUS_EXT vbus_ext, DEVICEID id)
sys/dev/hptnr/hptnr_osm_bsd.c
1271
DEVICEID param[2] = { id, 0 };
sys/dev/hptnr/hptnr_osm_bsd.c
1303
DEVICEID ids[32];
sys/dev/hptnr/hptnr_osm_bsd.c
1306
count = hpt_get_logical_devices((DEVICEID *)&ids, sizeof(ids)/sizeof(ids[0]));
sys/dev/hptrr/hptintf.h
1103
DEVICEID DeviceID;
sys/dev/hptrr/hptintf.h
1117
DEVICEID idDisk; /* disk ID */
sys/dev/hptrr/hptintf.h
1134
DEVICEID idDisk;
sys/dev/hptrr/hptintf.h
1159
DEVICEID idDisk;
sys/dev/hptrr/hptintf.h
1337
int hpt_get_logical_devices(DEVICEID * pIds, int nMaxCount);
sys/dev/hptrr/hptintf.h
1347
int hpt_get_device_info(DEVICEID id, PLOGICAL_DEVICE_INFO pInfo);
sys/dev/hptrr/hptintf.h
1357
DEVICEID hpt_create_array(PCREATE_ARRAY_PARAMS pParam);
sys/dev/hptrr/hptintf.h
1366
int hpt_delete_array(DEVICEID id, HPT_U32 options);
sys/dev/hptrr/hptintf.h
1380
int hpt_device_io(DEVICEID id, int cmd, HPT_U32 lba, HPT_U32 nSector, void * buffer);
sys/dev/hptrr/hptintf.h
1392
int hpt_add_disk_to_array(DEVICEID idArray, DEVICEID idDisk);
sys/dev/hptrr/hptintf.h
1402
int hpt_add_spare_disk(DEVICEID idDisk);
sys/dev/hptrr/hptintf.h
1413
int hpt_add_dedicated_spare(DEVICEID idDisk, DEVICEID idArray);
sys/dev/hptrr/hptintf.h
1423
int hpt_remove_spare_disk(DEVICEID idDisk);
sys/dev/hptrr/hptintf.h
1446
int hpt_rebuild_data_block(DEVICEID idMirror, HPT_U32 Lba, HPT_U8 nSector);
sys/dev/hptrr/hptintf.h
1466
int hpt_set_array_state(DEVICEID idArray, HPT_U32 state);
sys/dev/hptrr/hptintf.h
1478
int hpt_set_array_info(DEVICEID idArray, PALTERABLE_ARRAY_INFO pInfo);
sys/dev/hptrr/hptintf.h
1493
int hpt_set_device_info(DEVICEID idDisk, PALTERABLE_DEVICE_INFO pInfo);
sys/dev/hptrr/hptintf.h
1496
int hpt_set_device_info_v2(DEVICEID idDisk, PALTERABLE_DEVICE_INFO_V2 pInfo);
sys/dev/hptrr/hptintf.h
1518
int hpt_get_601_info(DEVICEID idDisk, PHPT601_INFO pInfo);
sys/dev/hptrr/hptintf.h
1529
int hpt_set_601_info(DEVICEID idDisk, PHPT601_INFO pInfo);
sys/dev/hptrr/hptintf.h
1541
int hpt_lock_device(DEVICEID idDisk, HPT_U32 Lba, HPT_U8 nSectors);
sys/dev/hptrr/hptintf.h
1551
int hpt_unlock_device(DEVICEID idDisk);
sys/dev/hptrr/hptintf.h
1588
int hpt_verify_data_block(DEVICEID idArray, HPT_U32 Lba, HPT_U8 nSectors);
sys/dev/hptrr/hptintf.h
1600
int hpt_initialize_data_block(DEVICEID idArray, HPT_U32 Lba, HPT_U8 nSectors);
sys/dev/hptrr/hptintf.h
1623
int hpt_set_boot_mark(DEVICEID id);
sys/dev/hptrr/hptintf.h
1636
int hpt_query_remove(HPT_U32 ndev, DEVICEID *pIds);
sys/dev/hptrr/hptintf.h
1649
int hpt_remove_devices(HPT_U32 ndev, DEVICEID *pIds);
sys/dev/hptrr/hptintf.h
1660
DEVICEID hpt_create_array_v2(PCREATE_ARRAY_PARAMS_V2 pParam);
sys/dev/hptrr/hptintf.h
1672
DEVICEID hpt_create_array_v3(PCREATE_ARRAY_PARAMS_V3 pParam);
sys/dev/hptrr/hptintf.h
1684
int hpt_get_device_info_v2(DEVICEID id, PLOGICAL_DEVICE_INFO_V2 pInfo);
sys/dev/hptrr/hptintf.h
1696
int hpt_get_device_info_v3(DEVICEID id, PLOGICAL_DEVICE_INFO_V3 pInfo);
sys/dev/hptrr/hptintf.h
1708
int hpt_get_device_info_v4(DEVICEID id, PLOGICAL_DEVICE_INFO_V4 pInfo);
sys/dev/hptrr/hptintf.h
1721
DEVICEID hpt_create_transform(DEVICEID idArray, PCREATE_ARRAY_PARAMS_V2 destInfo);
sys/dev/hptrr/hptintf.h
1734
DEVICEID hpt_create_transform_v2(DEVICEID idArray, PCREATE_ARRAY_PARAMS_V3 destInfo);
sys/dev/hptrr/hptintf.h
1748
int hpt_step_transform(DEVICEID idArray);
sys/dev/hptrr/hptintf.h
1761
int hpt_set_vdev_info(DEVICEID dev, PSET_VDEV_INFO pInfo);
sys/dev/hptrr/hptintf.h
1775
int hpt_init_disks(HPT_U32 ndev, DEVICEID * pIds);
sys/dev/hptrr/hptintf.h
1789
int hpt_calc_max_array_capacity(DEVICEID source, PCREATE_ARRAY_PARAMS_V2 destInfo, HPT_U64 * cap);
sys/dev/hptrr/hptintf.h
1803
int hpt_calc_max_array_capacity_v2(DEVICEID source, PCREATE_ARRAY_PARAMS_V3 destInfo, HPT_U64 * cap);
sys/dev/hptrr/hptintf.h
1818
int hpt_rebuild_data_block_v2(DEVICEID idMirror, HPT_U64 Lba, HPT_U16 nSector);
sys/dev/hptrr/hptintf.h
1834
int hpt_verify_data_block_v2(DEVICEID idArray, HPT_U64 Lba, HPT_U16 nSectors);
sys/dev/hptrr/hptintf.h
1848
int hpt_initialize_data_block_v2(DEVICEID idArray, HPT_U64 Lba, HPT_U16 nSectors);
sys/dev/hptrr/hptintf.h
1887
int hpt_reenumerate_device(DEVICEID id);
sys/dev/hptrr/hptintf.h
462
DEVICEID Devices[2]; /* device connected to this channel */
sys/dev/hptrr/hptintf.h
470
DEVICEID Devices[2+13]; /* device connected to this channel, PMPort max=15 */
sys/dev/hptrr/hptintf.h
556
DEVICEID TransformSource;
sys/dev/hptrr/hptintf.h
557
DEVICEID TransformTarget; /* destination device ID */
sys/dev/hptrr/hptintf.h
588
DEVICEID TransformSource;
sys/dev/hptrr/hptintf.h
589
DEVICEID TransformTarget; /* destination device ID */
sys/dev/hptrr/hptintf.h
743
DEVICEID ParentArrays[MAX_PARENTS_PER_DISK];
sys/dev/hptrr/hptintf.h
793
DEVICEID ParentArray;
sys/dev/hptrr/hptintf.h
808
DEVICEID ParentArray; /* for physical device, Please don't use this field.
sys/dev/hptrr/hptintf.h
830
DEVICEID ParentArray; /* for physical device, don't use this field.
sys/dev/hptrr/hptintf.h
859
DEVICEID ParentArray; /* for physical device, don't use this field.
sys/dev/hptrr/hptrr_osm_bsd.c
890
static int hpt_get_logical_devices(DEVICEID * pIds, int nMaxCount)
sys/dev/hptrr/hptrr_osm_bsd.c
896
&count, sizeof(HPT_U32), pIds, sizeof(DEVICEID)*nMaxCount))
sys/dev/hptrr/hptrr_osm_bsd.c
904
static int hpt_get_device_info_v3(DEVICEID id, PLOGICAL_DEVICE_INFO_V3 pInfo)
sys/dev/hptrr/hptrr_osm_bsd.c
907
&id, sizeof(DEVICEID), pInfo, sizeof(LOGICAL_DEVICE_INFO_V3));
sys/dev/hptrr/hptrr_osm_bsd.c
911
static int __hpt_stop_tasks(PVBUS_EXT vbus_ext, DEVICEID id)
sys/dev/hptrr/hptrr_osm_bsd.c
915
DEVICEID param[2] = { id, 0 };
sys/dev/hptrr/hptrr_osm_bsd.c
947
DEVICEID ids[32];
sys/dev/hptrr/hptrr_osm_bsd.c
950
count = hpt_get_logical_devices((DEVICEID *)&ids, sizeof(ids)/sizeof(ids[0]));