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

/freebsd-10.2-release/sys/dev/hptmv/
H A Dhptproc.c110 if (!pArray || (pArray->vf_online == 0)) return -EINVAL;
181 if (!pArray || (pArray->vf_online == 0)) return -EINVAL;
209 if (!pArray || (pArray->vf_online == 0)) return -EINVAL;
439 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.c227 pVDev->vf_online = 0;
472 pVDev->vf_online = 1;
1035 if (pLogical->vf_online==0) {
1266 pVDev->vf_online = 1;
1529 if (pVDev && pVDev->vf_online)
2794 if (pVDev == NULL || pVDev->vf_online == 0) {
H A Dioctl.c496 if(!pVDevice->vf_online || pVDevice->u.array.rf_broken) return -1;
952 if (!pArray->vf_online || pArray->u.array.rf_broken) break;
/freebsd-10.2-release/sys/dev/hpt27xx/
H A Dldm.h381 HPT_U8 vf_online : 1; member in struct:_VDEV
/freebsd-10.2-release/sys/dev/hptnr/
H A Dldm.h379 HPT_U8 vf_online : 1; member in struct:_VDEV
/freebsd-10.2-release/sys/dev/hptrr/
H A Dldm.h375 HPT_U8 vf_online : 1; member in struct:_VDEV

Completed in 154 milliseconds