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

/freebsd-12-stable/sys/dev/hptmv/
H A Dgui_lib.c75 PVDevice pVDevice; local
93 pVDevice=ArrayTables(i);
94 if ((pVDevice->u.array.dArStamp != 0) && (pVDevice == p))
106 static UCHAR get_vdev_type(PVDevice pVDevice) argument
108 switch (pVDevice->VDeviceType) {
117 static DWORD get_array_flag(PVDevice pVDevice) argument
123 if(!pVDevice->vf_online) {
130 if(pVDevice->u.array.rf_need_rebuild && !pVDevice
204 calc_rebuild_progress(PVDevice pVDevice) argument
232 get_array_info(PVDevice pVDevice, PHPT_ARRAY_INFO pArrayInfo) argument
253 get_array_info_v2(PVDevice pVDevice, PHPT_ARRAY_INFO_V2 pArrayInfo) argument
276 get_disk_info(PVDevice pVDevice, PDEVICE_INFO pDiskInfo) argument
516 PVDevice pVDevice = ID_TO_VDEV(id); local
540 PVDevice pVDevice = ID_TO_VDEV(id); local
988 PVDevice pVDevice = ID_TO_VDEV(idDisk); local
1009 PVDevice pVDevice = ID_TO_VDEV(idDisk); local
1024 PVDevice pVDevice = ID_TO_VDEV(idArray); local
1052 PVDevice pVDevice = ID_TO_VDEV(idDisk); local
1066 PVDevice pVDevice = ID_TO_VDEV(idDisk); local
[all...]
H A Dioctl.c244 if(pArray == _vbus_p->pVDevice[i])
460 PVDevice pVDevice = ID_TO_VDEV(idArray); local
463 if(idArray == 0 || check_VDevice_valid(pVDevice)) return -1;
464 if(!mIsArray(pVDevice))
466 if(!pVDevice->vf_online || pVDevice->u.array.rf_broken) return -1;
468 pAdapter=(IAL_ADAPTER_T *)pVDevice->pVBus->OsExt;
475 if (pVDevice->u.array.rf_rebuilding ||
476 pVDevice->u.array.rf_verifying ||
477 pVDevice
[all...]
H A Dvdevice.h124 /* pVDevice[] may be non-continuous */
125 PVDevice pVDevice[MAX_VDEVICE_PER_VBUS]; member in struct:_VBus
179 if ((pVDev=pVBus->pVDevice[i])==0) continue; else
193 if ((pVDev=pVBus->pVDevice[i])==0) continue; else
H A Dentry.c207 PDevice pDevice = &pCmd->pVDevice->u.disk;
220 failDevice(pCmd->pVDevice);
1007 while(j<MAX_VDEVICE_PER_VBUS && pVBus->pVDevice[j]) j++;
1009 pVBus->pVDevice[j] = pLogical;
1013 if (pVBus->pVDevice[0]->vf_bootmark) {
1017 do { pVBus->pVDevice[j] = pVBus->pVDevice[j-1]; } while (--j);
1018 pVBus->pVDevice[0] = pLogical;
1032 PVDevice pVDevice, pFind = NULL; local
1037 pVDevice
1712 PVDevice pVDevice = pCmd->pVDevice; local
[all...]
H A Dglobal.h185 #define fNotifyGUI(WhatHappen, pVDevice) ioctl_ReportEvent(WhatHappen, pVDevice)
H A Dhptproc.c106 pArray = _vbus_p->pVDevice[iarray];
128 if(pVDev == _vbus_p->pVDevice[i])
188 pArray = _vbus_p->pVDevice[iarray];
223 pArray = _vbus_p->pVDevice[iarray];
543 pVDev = _vbus_p->pVDevice[i];
H A Dcommand.h100 PVDevice pVDevice; member in struct:_Command

Completed in 123 milliseconds