Searched refs:vf_online (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/sys/dev/hptmv/
H A Dhptproc.c105 if (!pArray || (pArray->vf_online == 0)) {
187 if (!pArray || (pArray->vf_online == 0)) {
222 if (!pArray || (pArray->vf_online == 0)) {
463 if (pArray->vf_online == 0)
H A Dgui_lib.c121 if(!pVDevice->vf_online) {
166 if (!pMember || !pMember->vf_online || (pMember->VDeviceType==VD_SINGLE_DISK))
211 if (!pMember || !pMember->vf_online || (pMember->VDeviceType==VD_SINGLE_DISK))
579 if (!pVDev->vf_online) return INVALID_DEVICEID;
691 pChild->vf_online = 1;
748 pArray->vf_online = 1;
866 if((pArray2->u.array.pMember[i] == NULL) || !pArray2->u.array.pMember[i]->vf_online)
887 pArray2->vf_online = 1;
891 if(pArray1->u.array.pMember[0]->vf_online && pArray1->u.array.pMember[1]->vf_online){
[all...]
H A Dvdevice.h41 UCHAR vf_online: 1; /* is usable? */ member in struct:_VDevice
H A Dentry.c182 pVDev->vf_online = 0;
427 pVDev->vf_online = 1;
991 if (pLogical->vf_online==0) {
1222 pVDev->vf_online = 1;
1472 if (pVDev && pVDev->vf_online)
2672 if (pVDev == NULL || pVDev->vf_online == 0) {
H A Dioctl.c464 if(!pVDevice->vf_online || pVDevice->u.array.rf_broken) return -1;
889 if (!pArray->vf_online || pArray->u.array.rf_broken) break;
/freebsd-current/sys/dev/hpt27xx/
H A Dldm.h377 HPT_U8 vf_online : 1; member in struct:_VDEV
/freebsd-current/sys/dev/hptnr/
H A Dldm.h376 HPT_U8 vf_online : 1; member in struct:_VDEV
/freebsd-current/sys/dev/hptrr/
H A Dldm.h371 HPT_U8 vf_online : 1; member in struct:_VDEV

Completed in 92 milliseconds