Searched refs:PVDevice (Results 1 - 10 of 10) sorted by path

/freebsd-11-stable/sys/dev/hptmv/
H A Darray.h91 PVDevice pMember[MAX_MEMBERS];
209 void HPTLIBAPI SyncArrayInfo(PVDevice pVDev);
210 void HPTLIBAPI fDeleteArray(_VBUS_ARG PVDevice pVArray, BOOLEAN del_block0);
217 PVDevice HPTLIBAPI GetSpareDisk(_VBUS_ARG PVDevice pArray);
219 void HPTLIBAPI fFixRAID01Stripe(_VBUS_ARG PVDevice pStripe);
246 _vbus_(pFreeArrayLink) = (PVDevice)_vbus_(pFreeArrayLink)->pVBus; \
264 void HPTLIBAPI fRAID0MemberFailed(_VBUS_ARG PVDevice pVDev);
265 void HPTLIBAPI fRAID1MemberFailed(_VBUS_ARG PVDevice pVDev);
266 void HPTLIBAPI fJBODMemberFailed(_VBUS_ARG PVDevice pVDe
[all...]
H A Dcommand.h98 PVDevice pVDevice;
H A Dentry.c108 static void SetInquiryData(PINQUIRYDATA inquiryData, PVDevice pVDev);
179 static void failDevice(PVDevice pVDev)
377 PVDevice pVDev = &pAdapter->VDevices[channel];
413 PVDevice pVDev;
437 if((PVDevice)pVDev->pParent->u.array.pMember[iMember] == pVDev)
981 extern PVDevice fGetFirstChild(PVDevice pLogical);
982 extern void fResetBootMark(PVDevice pLogical);
986 PVDevice pPhysical, pLogical;
1024 PVDevice
[all...]
H A Dglobal.h63 typedef struct _VDevice *PVDevice; typedef in typeref:struct:_VDevice
205 #define ArrayTables(i) ((PVDevice)&_vbus_(_ArrayTables)[i*ARRAY_VDEV_SIZE])
H A Dgui_lib.c70 check_VDevice_valid(PVDevice p)
73 PVDevice pVDevice;
104 static UCHAR get_vdev_type(PVDevice pVDevice)
115 static DWORD get_array_flag(PVDevice pVDevice)
165 PVDevice pMember = pVDevice->u.array.pMember[i];
202 static DWORD calc_rebuild_progress(PVDevice pVDevice)
210 PVDevice pMember = pVDevice->u.array.pMember[i];
230 static void get_array_info(PVDevice pVDevice, PHPT_ARRAY_INFO pArrayInfo)
251 static void get_array_info_v2(PVDevice pVDevice, PHPT_ARRAY_INFO_V2 pArrayInfo)
274 static int get_disk_info(PVDevice pVDevic
[all...]
H A Dhptproc.c61 PVDevice pArray;
62 PVDevice pSubArray, pVDev;
397 hpt_copy_disk_info(HPT_GET_INFO *pinfo, PVDevice pVDev, UINT iChan)
427 hpt_copy_array_info(HPT_GET_INFO *pinfo, int nld, PVDevice pArray)
432 PVDevice pTmpArray;
511 PVDevice pVDev;
H A Dosbsd.h204 void hpt_rebuild_data_block(IAL_ADAPTER_T *pAdapter, PVDevice pArray, UCHAR flags);
250 #define ID_TO_VDEV(id) (PVDevice)(id)
254 #define ID_TO_VDEV(id) (PVDevice)(((ULONG_PTR)gIal_Adapter & 0xffffffff00000000) | (id))
314 int check_VDevice_valid(PVDevice);
H A Draid5n.h82 extern void HPTLIBAPI flush_raid5_async(PVDevice pArray, DPC_PROC done, void *arg);
85 extern int HPTLIBAPI flush_raid5(PVDevice pArray);
87 extern void HPTLIBAPI raid5_free(_VBUS_ARG PVDevice pArray);
H A Dvdevice.h48 PVDevice pParent; /* parent array */
69 void (* HPTLIBAPI pfnDeviceFailed)(_VBUS_ARG PVDevice pVDev); /* call this when a VDevice failed */
83 #define Map2pVDevice(pDev) ((PVDevice)((UINT_PTR)pDev - (UINT)(UINT_PTR)&((PVDevice)0)->u.disk))
112 extern void (* HPTLIBAPI pfnDeviceFailed[])(_VBUS_ARG PVDevice pVDev);
113 void HPTLIBAPI fOsDiskFailed(_VBUS_ARG PVDevice pVDev);
115 void HPTLIBAPI fSingleDiskFailed(_VBUS_ARG PVDevice pVDev);
123 PVDevice pVDevice[MAX_VDEVICE_PER_VBUS];
144 PVDevice pFreeArrayLink;
186 if ((pArray=((PVDevice)
[all...]
H A Dioctl.c123 memcpy(e.Data, ((PVDevice)param)->u.array.ArrayName, MAX_ARRAY_NAME);
142 e.DeviceID = VDEV_TO_ID((PVDevice)param);
151 get_disk_location(&((PVDevice)param)->u.disk, &controller, &channel);
160 PVDevice pArray = ID_TO_VDEV(id);
163 PVDevice pa;
222 PVDevice pArray;
312 PVDevice pVDev;
419 PVDevice pArray = ID_TO_VDEV(((PHPT_ADD_DISK_TO_ARRAY)lpInBuffer)->idArray);
458 PVDevice pVDevice = ID_TO_VDEV(idArray);
688 hpt_rebuild_data_block(IAL_ADAPTER_T *pAdapter, PVDevice pArra
[all...]

Completed in 157 milliseconds