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

/freebsd-11-stable/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.c242 if(pArray == _vbus_p->pVDevice[i])
458 PVDevice pVDevice = ID_TO_VDEV(idArray); local
461 if(idArray == 0 || check_VDevice_valid(pVDevice)) return -1;
462 if(!mIsArray(pVDevice))
464 if(!pVDevice->vf_online || pVDevice->u.array.rf_broken) return -1;
466 pAdapter=(IAL_ADAPTER_T *)pVDevice->pVBus->OsExt;
473 if (pVDevice->u.array.rf_rebuilding ||
474 pVDevice->u.array.rf_verifying ||
475 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.c205 PDevice pDevice = &pCmd->pVDevice->u.disk;
218 failDevice(pCmd->pVDevice);
1005 while(j<MAX_VDEVICE_PER_VBUS && pVBus->pVDevice[j]) j++;
1007 pVBus->pVDevice[j] = pLogical;
1011 if (pVBus->pVDevice[0]->vf_bootmark) {
1015 do { pVBus->pVDevice[j] = pVBus->pVDevice[j-1]; } while (--j);
1016 pVBus->pVDevice[0] = pLogical;
1030 PVDevice pVDevice, pFind = NULL; local
1035 pVDevice
1710 PVDevice pVDevice = pCmd->pVDevice; local
[all...]
H A Dglobal.h183 #define fNotifyGUI(WhatHappen, pVDevice) ioctl_ReportEvent(WhatHappen, pVDevice)
H A Dhptproc.c104 pArray = _vbus_p->pVDevice[iarray];
126 if(pVDev == _vbus_p->pVDevice[i])
186 pArray = _vbus_p->pVDevice[iarray];
221 pArray = _vbus_p->pVDevice[iarray];
541 pVDev = _vbus_p->pVDevice[i];
H A Dcommand.h98 PVDevice pVDevice; member in struct:_Command

Completed in 125 milliseconds