Searched refs:pLogical (Results 1 – 2 of 2) sorted by relevance
978 extern PVDevice fGetFirstChild(PVDevice pLogical);979 extern void fResetBootMark(PVDevice pLogical);983 PVDevice pPhysical, pLogical; in fRegisterVdevice() local 989 pLogical = pPhysical; in fRegisterVdevice() 990 while (pLogical->pParent) pLogical = pLogical->pParent; in fRegisterVdevice() 991 if (pLogical->vf_online==0) { in fRegisterVdevice() 992 pPhysical->vf_bootmark = pLogical->vf_bootmark = 0; in fRegisterVdevice() 995 if (pLogical in fRegisterVdevice() [all...]
483 PVDevice pPhysical, pLogical; in hpt_get_logical_devices() local494 pLogical = pPhysical; in hpt_get_logical_devices()496 while (pLogical->pParent) pLogical = pLogical->pParent; in hpt_get_logical_devices()497 if (pLogical->VDeviceType==VD_SPARE) in hpt_get_logical_devices()501 if (pIds[j]==VDEV_TO_ID(pLogical)) goto next; in hpt_get_logical_devices()502 pIds[count++] = VDEV_TO_ID(pLogical); in hpt_get_logical_devices()