Home
last modified time | relevance | path

Searched refs:DEVICEID (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/dev/hptmv/
H A Dhptintf.h67 typedef DWORD DEVICEID; typedef
327 DEVICEID Devices[2]; /* device connected to this channel */
523 DEVICEID ParentArray;
538 DEVICEID ParentArray;
683 DEVICEID DeviceID;
697 DEVICEID idDisk; /* disk ID */
716 DEVICEID idDisk;
856 int hpt_get_logical_devices(DEVICEID * pIds, int nMaxCount);
868 int hpt_get_device_info(DEVICEID id, PLOGICAL_DEVICE_INFO pInfo);
871 int hpt_get_device_info_v2(DEVICEID id, PLOGICAL_DEVICE_INFO_V2 pInfo);
[all …]
H A Dosbsd.h205 int hpt_add_disk_to_array(_VBUS_ARG DEVICEID idArray, DEVICEID idDisk);
247 #define VDEV_TO_ID(pVDev) (DEVICEID)(pVDev)
251 #define VDEV_TO_ID(pVDev) (DEVICEID)(ULONG_PTR)(pVDev)
275 DEVICEID idArray;
281 DEVICEID idArray;
287 DEVICEID idDisk;
293 DEVICEID idDisk;
299 DEVICEID idArray;
300 DEVICEID idDisk;
305 DEVICEID id;
H A Dgui_lib.c58 static int hpt_get_logical_devices(DEVICEID * pIds, int nMaxCount);
59 static int hpt_get_device_info(DEVICEID id, PLOGICAL_DEVICE_INFO pInfo);
60 static int hpt_get_device_info_v2(DEVICEID id, PLOGICAL_DEVICE_INFO_V2 pInfo);
61 static DEVICEID hpt_create_array(_VBUS_ARG PCREATE_ARRAY_PARAMS pParam);
62 static DEVICEID hpt_create_array_v2(_VBUS_ARG PCREATE_ARRAY_PARAMS_V2 pParam);
63 static int hpt_add_spare_disk(_VBUS_ARG DEVICEID idDisk);
64 static int hpt_remove_spare_disk(_VBUS_ARG DEVICEID idDisk);
65 static int hpt_set_array_info(_VBUS_ARG DEVICEID idArray, PALTERABLE_ARRAY_INFO pInfo);
66 static int hpt_set_device_info(_VBUS_ARG DEVICEID idDisk, PALTERABLE_DEVICE_INFO pInfo);
67 static int hpt_set_device_info_v2(_VBUS_ARG DEVICEID idDisk, PALTERABLE_DEVICE_INFO_V2 pInfo);
[all …]
H A Dioctl.c49 DEVICEID idMirror;
61 static int hpt_set_array_state(DEVICEID idArray, DWORD state);
158 hpt_delete_array(_VBUS_ARG DEVICEID id, DWORD options) in hpt_delete_array()
219 DEVICEID idArray; in Kernel_DeviceIoControl()
226 if (nInBufferSize!=sizeof(DEVICEID)+sizeof(DWORD)) return -1; in Kernel_DeviceIoControl()
228 idArray = *(DEVICEID *)lpInBuffer; in Kernel_DeviceIoControl()
254 iSuccess = hpt_delete_array(_VBUS_P idArray, *(DWORD*)((DEVICEID *)lpInBuffer+1)); in Kernel_DeviceIoControl()
279 DEVICEID idArray; in Kernel_DeviceIoControl()
349 pVDev = ID_TO_VDEV(*(DEVICEID *)lpInBuffer); break; in Kernel_DeviceIoControl()
382 pAdapter=(IAL_ADAPTER_T *)(ID_TO_VDEV(*(DEVICEID *)lpOutBuffer))->pVBus->OsExt; in Kernel_DeviceIoControl()
[all …]
/freebsd/sys/dev/hptrr/
H A Dhptintf.h82 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];
793 DEVICEID ParentArray;
808 DEVICEID ParentArray; /* for physical device, Please don't use this field.
[all …]
H A Dhptrr_osm_bsd.c890 static int hpt_get_logical_devices(DEVICEID * pIds, int nMaxCount) in hpt_get_logical_devices()
896 &count, sizeof(HPT_U32), pIds, sizeof(DEVICEID)*nMaxCount)) in hpt_get_logical_devices()
904 static int hpt_get_device_info_v3(DEVICEID id, PLOGICAL_DEVICE_INFO_V3 pInfo) in hpt_get_device_info_v3()
907 &id, sizeof(DEVICEID), pInfo, sizeof(LOGICAL_DEVICE_INFO_V3)); in hpt_get_device_info_v3()
911 static int __hpt_stop_tasks(PVBUS_EXT vbus_ext, DEVICEID id) in __hpt_stop_tasks()
915 DEVICEID param[2] = { id, 0 }; in __hpt_stop_tasks()
947 DEVICEID ids[32]; in hpt_stop_tasks()
950 count = hpt_get_logical_devices((DEVICEID *)&ids, sizeof(ids)/sizeof(ids[0])); in hpt_stop_tasks()
/freebsd/sys/dev/hpt27xx/
H A Dhptintf.h83 typedef HPT_U32 DEVICEID; typedef
549 DEVICEID Devices[2]; /* device connected to this channel */
557 DEVICEID Devices[2+13]; /* device connected to this channel, PMPort max=15 */
751 DEVICEID TransformSource;
752 DEVICEID TransformTarget; /* destination device ID */
783 DEVICEID TransformSource;
784 DEVICEID TransformTarget; /* destination device ID */
935 DEVICEID ParentArrays[MAX_PARENTS_PER_DISK];
985 DEVICEID ParentArray;
1000 DEVICEID ParentArray; /* for physical device, Please don't use this field.
[all …]
H A Dhpt27xx_osm_bsd.c959 static int hpt_get_logical_devices(DEVICEID * pIds, int nMaxCount) in hpt_get_logical_devices()
965 &count, sizeof(HPT_U32), pIds, sizeof(DEVICEID)*nMaxCount)) in hpt_get_logical_devices()
973 static int hpt_get_device_info_v3(DEVICEID id, PLOGICAL_DEVICE_INFO_V3 pInfo) in hpt_get_device_info_v3()
976 &id, sizeof(DEVICEID), pInfo, sizeof(LOGICAL_DEVICE_INFO_V3)); in hpt_get_device_info_v3()
980 static int __hpt_stop_tasks(PVBUS_EXT vbus_ext, DEVICEID id) in __hpt_stop_tasks()
984 DEVICEID param[2] = { id, 0 }; in __hpt_stop_tasks()
1016 DEVICEID ids[32]; in hpt_stop_tasks()
1019 count = hpt_get_logical_devices((DEVICEID *)&ids, sizeof(ids)/sizeof(ids[0])); in hpt_stop_tasks()
/freebsd/sys/dev/hptnr/
H A Dhptintf.h82 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];
981 DEVICEID ParentArray;
996 DEVICEID ParentArray; /* for physical device, Please don't use this field.
[all …]
H A Dhptnr_osm_bsd.c1246 static int hpt_get_logical_devices(DEVICEID * pIds, int nMaxCount) in hpt_get_logical_devices()
1252 &count, sizeof(HPT_U32), pIds, sizeof(DEVICEID)*nMaxCount)) in hpt_get_logical_devices()
1260 static int hpt_get_device_info_v3(DEVICEID id, PLOGICAL_DEVICE_INFO_V3 pInfo) in hpt_get_device_info_v3()
1263 &id, sizeof(DEVICEID), pInfo, sizeof(LOGICAL_DEVICE_INFO_V3)); in hpt_get_device_info_v3()
1267 static int __hpt_stop_tasks(PVBUS_EXT vbus_ext, DEVICEID id) in __hpt_stop_tasks()
1271 DEVICEID param[2] = { id, 0 }; in __hpt_stop_tasks()
1303 DEVICEID ids[32]; in hpt_stop_tasks()
1306 count = hpt_get_logical_devices((DEVICEID *)&ids, sizeof(ids)/sizeof(ids[0])); in hpt_stop_tasks()