Symbol: PVDevice
sys/dev/hptmv/array.h
209
void HPTLIBAPI SyncArrayInfo(PVDevice pVDev);
sys/dev/hptmv/array.h
210
void HPTLIBAPI fDeleteArray(_VBUS_ARG PVDevice pVArray, BOOLEAN del_block0);
sys/dev/hptmv/array.h
217
PVDevice HPTLIBAPI GetSpareDisk(_VBUS_ARG PVDevice pArray);
sys/dev/hptmv/array.h
219
void HPTLIBAPI fFixRAID01Stripe(_VBUS_ARG PVDevice pStripe);
sys/dev/hptmv/array.h
246
_vbus_(pFreeArrayLink) = (PVDevice)_vbus_(pFreeArrayLink)->pVBus; \
sys/dev/hptmv/array.h
264
void HPTLIBAPI fRAID0MemberFailed(_VBUS_ARG PVDevice pVDev);
sys/dev/hptmv/array.h
265
void HPTLIBAPI fRAID1MemberFailed(_VBUS_ARG PVDevice pVDev);
sys/dev/hptmv/array.h
266
void HPTLIBAPI fJBODMemberFailed(_VBUS_ARG PVDevice pVDev);
sys/dev/hptmv/array.h
269
void HPTLIBAPI fRAID5MemberFailed(_VBUS_ARG PVDevice pVDev);
sys/dev/hptmv/array.h
91
PVDevice pMember[MAX_MEMBERS];
sys/dev/hptmv/command.h
98
PVDevice pVDevice;
sys/dev/hptmv/entry.c
1020
PVDevice
sys/dev/hptmv/entry.c
1021
GetSpareDisk(_VBUS_ARG PVDevice pArray)
sys/dev/hptmv/entry.c
1026
PVDevice pVDevice, pFind = NULL;
sys/dev/hptmv/entry.c
104
static void SetInquiryData(PINQUIRYDATA inquiryData, PVDevice pVDev);
sys/dev/hptmv/entry.c
1216
PVDevice pVDev = Map2pVDevice(pDev);
sys/dev/hptmv/entry.c
1251
PVDevice pVDev;
sys/dev/hptmv/entry.c
1705
PVDevice pVDevice = pCmd->pVDevice;
sys/dev/hptmv/entry.c
175
static void failDevice(PVDevice pVDev)
sys/dev/hptmv/entry.c
2143
PVDevice pVDev = pAdapter->VBus.pVDevice[i];
sys/dev/hptmv/entry.c
2174
PVDevice pArray;
sys/dev/hptmv/entry.c
2408
PVDevice pArray;
sys/dev/hptmv/entry.c
2471
PVDevice pVDev;
sys/dev/hptmv/entry.c
2528
SetInquiryData(PINQUIRYDATA inquiryData, PVDevice pVDev)
sys/dev/hptmv/entry.c
2614
PVDevice pVDev = pAdapter->VBus.pVDevice[ccb_h->target_id];
sys/dev/hptmv/entry.c
2659
PVDevice pVDev = pAdapter->VBus.pVDevice[ccb_h->target_id];
sys/dev/hptmv/entry.c
373
PVDevice pVDev = &pAdapter->VDevices[channel];
sys/dev/hptmv/entry.c
409
PVDevice pVDev;
sys/dev/hptmv/entry.c
433
if((PVDevice)pVDev->pParent->u.array.pMember[iMember] == pVDev)
sys/dev/hptmv/entry.c
977
extern PVDevice fGetFirstChild(PVDevice pLogical);
sys/dev/hptmv/entry.c
978
extern void fResetBootMark(PVDevice pLogical);
sys/dev/hptmv/entry.c
982
PVDevice pPhysical, pLogical;
sys/dev/hptmv/global.h
205
#define ArrayTables(i) ((PVDevice)&_vbus_(_ArrayTables)[i*ARRAY_VDEV_SIZE])
sys/dev/hptmv/gui_lib.c
1005
PVDevice pVDevice = ID_TO_VDEV(idDisk);
sys/dev/hptmv/gui_lib.c
1020
PVDevice pVDevice = ID_TO_VDEV(idArray);
sys/dev/hptmv/gui_lib.c
103
static UCHAR get_vdev_type(PVDevice pVDevice)
sys/dev/hptmv/gui_lib.c
1048
PVDevice pVDevice = ID_TO_VDEV(idDisk);
sys/dev/hptmv/gui_lib.c
1062
PVDevice pVDevice = ID_TO_VDEV(idDisk);
sys/dev/hptmv/gui_lib.c
114
static DWORD get_array_flag(PVDevice pVDevice)
sys/dev/hptmv/gui_lib.c
1305
PVDevice pTop;
sys/dev/hptmv/gui_lib.c
164
PVDevice pMember = pVDevice->u.array.pMember[i];
sys/dev/hptmv/gui_lib.c
201
static DWORD calc_rebuild_progress(PVDevice pVDevice)
sys/dev/hptmv/gui_lib.c
209
PVDevice pMember = pVDevice->u.array.pMember[i];
sys/dev/hptmv/gui_lib.c
229
static void get_array_info(PVDevice pVDevice, PHPT_ARRAY_INFO pArrayInfo)
sys/dev/hptmv/gui_lib.c
250
static void get_array_info_v2(PVDevice pVDevice, PHPT_ARRAY_INFO_V2 pArrayInfo)
sys/dev/hptmv/gui_lib.c
273
static int get_disk_info(PVDevice pVDevice, PDEVICE_INFO pDiskInfo)
sys/dev/hptmv/gui_lib.c
481
PVDevice pPhysical, pLogical;
sys/dev/hptmv/gui_lib.c
512
PVDevice pVDevice = ID_TO_VDEV(id);
sys/dev/hptmv/gui_lib.c
536
PVDevice pVDevice = ID_TO_VDEV(id);
sys/dev/hptmv/gui_lib.c
566
PVDevice pArray,pChild;
sys/dev/hptmv/gui_lib.c
70
check_VDevice_valid(PVDevice p)
sys/dev/hptmv/gui_lib.c
73
PVDevice pVDevice;
sys/dev/hptmv/gui_lib.c
740
PVDevice pDisk = ID_TO_VDEV(pParam->Members[i]);
sys/dev/hptmv/gui_lib.c
831
PVDevice pArray1 = ID_TO_VDEV(idArray);
sys/dev/hptmv/gui_lib.c
832
PVDevice pArray2 = 0;
sys/dev/hptmv/gui_lib.c
833
PVDevice pDisk = ID_TO_VDEV(idDisk);
sys/dev/hptmv/gui_lib.c
908
PVDevice pArray = ID_TO_VDEV(idArray);
sys/dev/hptmv/gui_lib.c
909
PVDevice pDisk = ID_TO_VDEV(idDisk);
sys/dev/hptmv/gui_lib.c
984
PVDevice pVDevice = ID_TO_VDEV(idDisk);
sys/dev/hptmv/hptproc.c
396
hpt_copy_disk_info(HPT_GET_INFO *pinfo, PVDevice pVDev, UINT iChan)
sys/dev/hptmv/hptproc.c
426
hpt_copy_array_info(HPT_GET_INFO *pinfo, int nld, PVDevice pArray)
sys/dev/hptmv/hptproc.c
431
PVDevice pTmpArray;
sys/dev/hptmv/hptproc.c
510
PVDevice pVDev;
sys/dev/hptmv/hptproc.c
61
PVDevice pArray;
sys/dev/hptmv/hptproc.c
62
PVDevice pSubArray, pVDev;
sys/dev/hptmv/ioctl.c
123
memcpy(e.Data, ((PVDevice)param)->u.array.ArrayName, MAX_ARRAY_NAME);
sys/dev/hptmv/ioctl.c
142
e.DeviceID = VDEV_TO_ID((PVDevice)param);
sys/dev/hptmv/ioctl.c
151
get_disk_location(&((PVDevice)param)->u.disk, &controller, &channel);
sys/dev/hptmv/ioctl.c
160
PVDevice pArray = ID_TO_VDEV(id);
sys/dev/hptmv/ioctl.c
163
PVDevice pa;
sys/dev/hptmv/ioctl.c
222
PVDevice pArray;
sys/dev/hptmv/ioctl.c
312
PVDevice pVDev;
sys/dev/hptmv/ioctl.c
419
PVDevice pArray = ID_TO_VDEV(((PHPT_ADD_DISK_TO_ARRAY)lpInBuffer)->idArray);
sys/dev/hptmv/ioctl.c
458
PVDevice pVDevice = ID_TO_VDEV(idArray);
sys/dev/hptmv/ioctl.c
688
hpt_rebuild_data_block(IAL_ADAPTER_T *pAdapter, PVDevice pArray, UCHAR flags)
sys/dev/hptmv/osbsd.h
202
void hpt_rebuild_data_block(IAL_ADAPTER_T *pAdapter, PVDevice pArray, UCHAR flags);
sys/dev/hptmv/osbsd.h
248
#define ID_TO_VDEV(id) (PVDevice)(id)
sys/dev/hptmv/osbsd.h
252
#define ID_TO_VDEV(id) (PVDevice)(((ULONG_PTR)gIal_Adapter & 0xffffffff00000000) | (id))
sys/dev/hptmv/osbsd.h
312
int check_VDevice_valid(PVDevice);
sys/dev/hptmv/raid5n.h
82
extern void HPTLIBAPI flush_raid5_async(PVDevice pArray, DPC_PROC done, void *arg);
sys/dev/hptmv/raid5n.h
85
extern int HPTLIBAPI flush_raid5(PVDevice pArray);
sys/dev/hptmv/raid5n.h
87
extern void HPTLIBAPI raid5_free(_VBUS_ARG PVDevice pArray);
sys/dev/hptmv/vdevice.h
112
extern void (* HPTLIBAPI pfnDeviceFailed[])(_VBUS_ARG PVDevice pVDev);
sys/dev/hptmv/vdevice.h
113
void HPTLIBAPI fOsDiskFailed(_VBUS_ARG PVDevice pVDev);
sys/dev/hptmv/vdevice.h
115
void HPTLIBAPI fSingleDiskFailed(_VBUS_ARG PVDevice pVDev);
sys/dev/hptmv/vdevice.h
123
PVDevice pVDevice[MAX_VDEVICE_PER_VBUS];
sys/dev/hptmv/vdevice.h
144
PVDevice pFreeArrayLink;
sys/dev/hptmv/vdevice.h
186
if ((pArray=((PVDevice)&pVBus->_ArrayTables[i*ARRAY_VDEV_SIZE]))->u.array.dArStamp==0) continue; else
sys/dev/hptmv/vdevice.h
228
void HPTLIBAPI UnregisterVDevice(PVDevice);
sys/dev/hptmv/vdevice.h
229
void HPTLIBAPI fCheckBootable(PVDevice pVDev);
sys/dev/hptmv/vdevice.h
230
void HPTLIBAPI fFlushVDev(PVDevice pVDev);
sys/dev/hptmv/vdevice.h
231
void HPTLIBAPI fFlushVDevAsync(PVDevice pVDev, DPC_PROC done, void *arg);
sys/dev/hptmv/vdevice.h
232
void HPTLIBAPI fShutdownVDev(PVDevice pVDev);
sys/dev/hptmv/vdevice.h
48
PVDevice pParent; /* parent array */
sys/dev/hptmv/vdevice.h
69
void (* HPTLIBAPI pfnDeviceFailed)(_VBUS_ARG PVDevice pVDev); /* call this when a VDevice failed */
sys/dev/hptmv/vdevice.h
83
#define Map2pVDevice(pDev) ((PVDevice)((UINT_PTR)pDev - (UINT)(UINT_PTR)&((PVDevice)0)->u.disk))