Searched refs:pLogical (Results 1 – 2 of 2) sorted by relevance
977 extern PVDevice fGetFirstChild(PVDevice pLogical);978 extern void fResetBootMark(PVDevice pLogical);982 PVDevice pPhysical, pLogical; in fRegisterVdevice() local988 pLogical = pPhysical; in fRegisterVdevice()989 while (pLogical->pParent) pLogical = pLogical->pParent; in fRegisterVdevice()990 if (pLogical->vf_online==0) { in fRegisterVdevice()991 pPhysical->vf_bootmark = pLogical->vf_bootmark = 0; in fRegisterVdevice()994 if (pLogical->VDeviceType==VD_SPARE || pPhysical!=fGetFirstChild(pLogical)) in fRegisterVdevice()1003 pVBus->pVDevice[j] = pLogical; in fRegisterVdevice()1004 pLogical->pVBus = pVBus; in fRegisterVdevice()[all …]
481 PVDevice pPhysical, pLogical; in hpt_get_logical_devices() local492 pLogical = pPhysical; in hpt_get_logical_devices()494 while (pLogical->pParent) pLogical = pLogical->pParent; in hpt_get_logical_devices()495 if (pLogical->VDeviceType==VD_SPARE) in hpt_get_logical_devices()499 if (pIds[j]==VDEV_TO_ID(pLogical)) goto next; in hpt_get_logical_devices()500 pIds[count++] = VDEV_TO_ID(pLogical); in hpt_get_logical_devices()