Symbol: PVDevice
sys/dev/raid/hptmv/array.h
209
void HPTLIBAPI SyncArrayInfo(PVDevice pVDev);
sys/dev/raid/hptmv/array.h
210
void HPTLIBAPI fDeleteArray(_VBUS_ARG PVDevice pVArray, BOOLEAN del_block0);
sys/dev/raid/hptmv/array.h
217
PVDevice HPTLIBAPI GetSpareDisk(_VBUS_ARG PVDevice pArray);
sys/dev/raid/hptmv/array.h
219
void HPTLIBAPI fFixRAID01Stripe(_VBUS_ARG PVDevice pStripe);
sys/dev/raid/hptmv/array.h
246
_vbus_(pFreeArrayLink) = (PVDevice)_vbus_(pFreeArrayLink)->pVBus; \
sys/dev/raid/hptmv/array.h
266
void HPTLIBAPI fRAID0MemberFailed(_VBUS_ARG PVDevice pVDev);
sys/dev/raid/hptmv/array.h
267
void HPTLIBAPI fRAID1MemberFailed(_VBUS_ARG PVDevice pVDev);
sys/dev/raid/hptmv/array.h
268
void HPTLIBAPI fJBODMemberFailed(_VBUS_ARG PVDevice pVDev);
sys/dev/raid/hptmv/array.h
271
void HPTLIBAPI fRAID5MemberFailed(_VBUS_ARG PVDevice pVDev);
sys/dev/raid/hptmv/array.h
91
PVDevice pMember[MAX_MEMBERS];
sys/dev/raid/hptmv/command.h
98
PVDevice pVDevice;
sys/dev/raid/hptmv/entry.c
1032
PVDevice
sys/dev/raid/hptmv/entry.c
1033
GetSpareDisk(_VBUS_ARG PVDevice pArray)
sys/dev/raid/hptmv/entry.c
1038
PVDevice pVDevice, pFind = NULL;
sys/dev/raid/hptmv/entry.c
112
static void SetInquiryData(PINQUIRYDATA inquiryData, PVDevice pVDev);
sys/dev/raid/hptmv/entry.c
1229
PVDevice pVDev = Map2pVDevice(pDev);
sys/dev/raid/hptmv/entry.c
1274
PVDevice pVDev;
sys/dev/raid/hptmv/entry.c
1724
PVDevice pVDevice = pCmd->pVDevice;
sys/dev/raid/hptmv/entry.c
188
static void failDevice(PVDevice pVDev)
sys/dev/raid/hptmv/entry.c
2164
PVDevice pVDev = pAdapter->VBus.pVDevice[i];
sys/dev/raid/hptmv/entry.c
2196
PVDevice pArray;
sys/dev/raid/hptmv/entry.c
2435
PVDevice pArray;
sys/dev/raid/hptmv/entry.c
2490
PVDevice pVDev;
sys/dev/raid/hptmv/entry.c
2558
SetInquiryData(PINQUIRYDATA inquiryData, PVDevice pVDev)
sys/dev/raid/hptmv/entry.c
2642
PVDevice pVDev = pAdapter->VBus.pVDevice[ccb_h->target_id];
sys/dev/raid/hptmv/entry.c
2683
PVDevice pVDev = pAdapter->VBus.pVDevice[ccb_h->target_id];
sys/dev/raid/hptmv/entry.c
386
PVDevice pVDev = &pAdapter->VDevices[channel];
sys/dev/raid/hptmv/entry.c
422
PVDevice pVDev;
sys/dev/raid/hptmv/entry.c
446
if((PVDevice)pVDev->pParent->u.array.pMember[iMember] == pVDev)
sys/dev/raid/hptmv/entry.c
989
extern PVDevice fGetFirstChild(PVDevice pLogical);
sys/dev/raid/hptmv/entry.c
990
extern void fResetBootMark(PVDevice pLogical);
sys/dev/raid/hptmv/entry.c
994
PVDevice pPhysical, pLogical;
sys/dev/raid/hptmv/global.h
200
#define ArrayTables(i) ((PVDevice)&_vbus_(_ArrayTables)[i*ARRAY_VDEV_SIZE])
sys/dev/raid/hptmv/gui_lib.c
1007
PVDevice pVDevice = ID_TO_VDEV(idDisk);
sys/dev/raid/hptmv/gui_lib.c
1022
PVDevice pVDevice = ID_TO_VDEV(idArray);
sys/dev/raid/hptmv/gui_lib.c
104
static UCHAR get_vdev_type(PVDevice pVDevice)
sys/dev/raid/hptmv/gui_lib.c
1050
PVDevice pVDevice = ID_TO_VDEV(idDisk);
sys/dev/raid/hptmv/gui_lib.c
1064
PVDevice pVDevice = ID_TO_VDEV(idDisk);
sys/dev/raid/hptmv/gui_lib.c
115
static DWORD get_array_flag(PVDevice pVDevice)
sys/dev/raid/hptmv/gui_lib.c
1307
PVDevice pTop;
sys/dev/raid/hptmv/gui_lib.c
165
PVDevice pMember = pVDevice->u.array.pMember[i];
sys/dev/raid/hptmv/gui_lib.c
202
static DWORD calc_rebuild_progress(PVDevice pVDevice)
sys/dev/raid/hptmv/gui_lib.c
210
PVDevice pMember = pVDevice->u.array.pMember[i];
sys/dev/raid/hptmv/gui_lib.c
230
static void get_array_info(PVDevice pVDevice, PHPT_ARRAY_INFO pArrayInfo)
sys/dev/raid/hptmv/gui_lib.c
251
static void get_array_info_v2(PVDevice pVDevice, PHPT_ARRAY_INFO_V2 pArrayInfo)
sys/dev/raid/hptmv/gui_lib.c
274
static int get_disk_info(PVDevice pVDevice, PDEVICE_INFO pDiskInfo)
sys/dev/raid/hptmv/gui_lib.c
483
PVDevice pPhysical, pLogical;
sys/dev/raid/hptmv/gui_lib.c
514
PVDevice pVDevice = ID_TO_VDEV(id);
sys/dev/raid/hptmv/gui_lib.c
538
PVDevice pVDevice = ID_TO_VDEV(id);
sys/dev/raid/hptmv/gui_lib.c
568
PVDevice pArray,pChild;
sys/dev/raid/hptmv/gui_lib.c
70
check_VDevice_valid(PVDevice p)
sys/dev/raid/hptmv/gui_lib.c
73
PVDevice pVDevice;
sys/dev/raid/hptmv/gui_lib.c
742
PVDevice pDisk = ID_TO_VDEV(pParam->Members[i]);
sys/dev/raid/hptmv/gui_lib.c
833
PVDevice pArray1 = ID_TO_VDEV(idArray);
sys/dev/raid/hptmv/gui_lib.c
834
PVDevice pArray2 = 0;
sys/dev/raid/hptmv/gui_lib.c
835
PVDevice pDisk = ID_TO_VDEV(idDisk);
sys/dev/raid/hptmv/gui_lib.c
910
PVDevice pArray = ID_TO_VDEV(idArray);
sys/dev/raid/hptmv/gui_lib.c
911
PVDevice pDisk = ID_TO_VDEV(idDisk);
sys/dev/raid/hptmv/gui_lib.c
986
PVDevice pVDevice = ID_TO_VDEV(idDisk);
sys/dev/raid/hptmv/hptproc.c
373
hpt_copy_disk_info(HPT_GET_INFO *pinfo, PVDevice pVDev, UINT iChan)
sys/dev/raid/hptmv/hptproc.c
403
hpt_copy_array_info(HPT_GET_INFO *pinfo, int nld, PVDevice pArray)
sys/dev/raid/hptmv/hptproc.c
408
PVDevice pTmpArray;
sys/dev/raid/hptmv/hptproc.c
487
PVDevice pVDev;
sys/dev/raid/hptmv/hptproc.c
64
PVDevice pArray;
sys/dev/raid/hptmv/hptproc.c
65
PVDevice pSubArray, pVDev;
sys/dev/raid/hptmv/ioctl.c
123
memcpy(e.Data, ((PVDevice)param)->u.array.ArrayName, MAX_ARRAY_NAME);
sys/dev/raid/hptmv/ioctl.c
142
e.DeviceID = VDEV_TO_ID((PVDevice)param);
sys/dev/raid/hptmv/ioctl.c
151
get_disk_location(&((PVDevice)param)->u.disk, &controller, &channel);
sys/dev/raid/hptmv/ioctl.c
159
PVDevice pArray = ID_TO_VDEV(id);
sys/dev/raid/hptmv/ioctl.c
162
PVDevice pa;
sys/dev/raid/hptmv/ioctl.c
224
PVDevice pArray;
sys/dev/raid/hptmv/ioctl.c
314
PVDevice pVDev;
sys/dev/raid/hptmv/ioctl.c
420
PVDevice pArray = ID_TO_VDEV(((PHPT_ADD_DISK_TO_ARRAY)lpInBuffer)->idArray);
sys/dev/raid/hptmv/ioctl.c
464
PVDevice pVDevice = ID_TO_VDEV(idArray);
sys/dev/raid/hptmv/ioctl.c
691
hpt_rebuild_data_block(IAL_ADAPTER_T *pAdapter, PVDevice pArray, UCHAR flags)
sys/dev/raid/hptmv/osbsd.h
200
void hpt_rebuild_data_block(IAL_ADAPTER_T *pAdapter, PVDevice pArray, UCHAR flags);
sys/dev/raid/hptmv/osbsd.h
246
#define ID_TO_VDEV(id) (PVDevice)(((ULONG_PTR)gIal_Adapter & 0xffffffff00000000) | (id))
sys/dev/raid/hptmv/osbsd.h
306
int check_VDevice_valid(PVDevice);
sys/dev/raid/hptmv/raid5n.h
82
extern void HPTLIBAPI flush_raid5_async(PVDevice pArray, DPC_PROC done, void *arg);
sys/dev/raid/hptmv/raid5n.h
85
extern int HPTLIBAPI flush_raid5(PVDevice pArray);
sys/dev/raid/hptmv/raid5n.h
87
extern void HPTLIBAPI raid5_free(_VBUS_ARG PVDevice pArray);
sys/dev/raid/hptmv/vdevice.h
112
extern void (* HPTLIBAPI pfnDeviceFailed[])(_VBUS_ARG PVDevice pVDev);
sys/dev/raid/hptmv/vdevice.h
113
void HPTLIBAPI fOsDiskFailed(_VBUS_ARG PVDevice pVDev);
sys/dev/raid/hptmv/vdevice.h
115
void HPTLIBAPI fSingleDiskFailed(_VBUS_ARG PVDevice pVDev);
sys/dev/raid/hptmv/vdevice.h
123
PVDevice pVDevice[MAX_VDEVICE_PER_VBUS];
sys/dev/raid/hptmv/vdevice.h
144
PVDevice pFreeArrayLink;
sys/dev/raid/hptmv/vdevice.h
186
if ((pArray=((PVDevice)&pVBus->_ArrayTables[i*ARRAY_VDEV_SIZE]))->u.array.dArStamp==0) continue; else
sys/dev/raid/hptmv/vdevice.h
228
void HPTLIBAPI UnregisterVDevice(PVDevice);
sys/dev/raid/hptmv/vdevice.h
229
void HPTLIBAPI fCheckBootable(PVDevice pVDev);
sys/dev/raid/hptmv/vdevice.h
230
void HPTLIBAPI fFlushVDev(PVDevice pVDev);
sys/dev/raid/hptmv/vdevice.h
231
void HPTLIBAPI fFlushVDevAsync(PVDevice pVDev, DPC_PROC done, void *arg);
sys/dev/raid/hptmv/vdevice.h
232
void HPTLIBAPI fShutdownVDev(PVDevice pVDev);
sys/dev/raid/hptmv/vdevice.h
48
PVDevice pParent; /* parent array */
sys/dev/raid/hptmv/vdevice.h
69
void (* HPTLIBAPI pfnDeviceFailed)(_VBUS_ARG PVDevice pVDev); /* call this when a VDevice failed */
sys/dev/raid/hptmv/vdevice.h
83
#define Map2pVDevice(pDev) ((PVDevice)((UINT_PTR)pDev - __offsetof(VDevice, u.disk)))