Searched refs:pVDevice (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.2-release/sys/dev/hptmv/
H A Dgui_lib.c73 PVDevice pVDevice; local
91 pVDevice=ArrayTables(i);
92 if ((pVDevice->u.array.dArStamp != 0) && (pVDevice == p))
104 static UCHAR get_vdev_type(PVDevice pVDevice) argument
106 switch (pVDevice->VDeviceType) {
115 static DWORD get_array_flag(PVDevice pVDevice) argument
121 if(!pVDevice->vf_online) {
128 if(pVDevice->u.array.rf_need_rebuild && !pVDevice
202 calc_rebuild_progress(PVDevice pVDevice) argument
230 get_array_info(PVDevice pVDevice, PHPT_ARRAY_INFO pArrayInfo) argument
251 get_array_info_v2(PVDevice pVDevice, PHPT_ARRAY_INFO_V2 pArrayInfo) argument
274 get_disk_info(PVDevice pVDevice, PDEVICE_INFO pDiskInfo) argument
514 PVDevice pVDevice = ID_TO_VDEV(id); local
538 PVDevice pVDevice = ID_TO_VDEV(id); local
986 PVDevice pVDevice = ID_TO_VDEV(idDisk); local
1007 PVDevice pVDevice = ID_TO_VDEV(idDisk); local
1022 PVDevice pVDevice = ID_TO_VDEV(idArray); local
1050 PVDevice pVDevice = ID_TO_VDEV(idDisk); local
1064 PVDevice pVDevice = ID_TO_VDEV(idDisk); local
[all...]
H A Dioctl.c261 if(pArray == _vbus_p->pVDevice[i])
488 PVDevice pVDevice = ID_TO_VDEV(idArray); local
493 if(idArray == 0 || check_VDevice_valid(pVDevice)) return -1;
494 if(!mIsArray(pVDevice))
496 if(!pVDevice->vf_online || pVDevice->u.array.rf_broken) return -1;
498 pAdapter=(IAL_ADAPTER_T *)pVDevice->pVBus->OsExt;
504 if (pVDevice->u.array.rf_rebuilding ||
505 pVDevice->u.array.rf_verifying ||
506 pVDevice
[all...]
H A Dvdevice.h122 /* pVDevice[] may be non-continuous */
123 PVDevice pVDevice[MAX_VDEVICE_PER_VBUS]; member in struct:_VBus
177 if ((pVDev=pVBus->pVDevice[i])==0) continue; else
191 if ((pVDev=pVBus->pVDevice[i])==0) continue; else
H A Dentry.c247 PDevice pDevice = &pCmd->pVDevice->u.disk;
260 failDevice(pCmd->pVDevice);
1046 while(j<MAX_VDEVICE_PER_VBUS && pVBus->pVDevice[j]) j++;
1048 pVBus->pVDevice[j] = pLogical;
1052 if (pVBus->pVDevice[0]->vf_bootmark) {
1056 do { pVBus->pVDevice[j] = pVBus->pVDevice[j-1]; } while (--j);
1057 pVBus->pVDevice[0] = pLogical;
1071 PVDevice pVDevice, pFind = NULL; local
1076 pVDevice
1765 PVDevice pVDevice = pCmd->pVDevice; local
[all...]
H A Dglobal.h191 #define fNotifyGUI(WhatHappen, pVDevice) ioctl_ReportEvent(WhatHappen, pVDevice)
H A Dhptproc.c109 pArray = _vbus_p->pVDevice[iarray];
124 if(pVDev == _vbus_p->pVDevice[i])
180 pArray = _vbus_p->pVDevice[iarray];
208 pArray = _vbus_p->pVDevice[iarray];
516 pVDev = _vbus_p->pVDevice[i];
H A Dcommand.h98 PVDevice pVDevice; member in struct:_Command

Completed in 102 milliseconds