Home
last modified time | relevance | path

Searched refs:pLogical (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/hptmv/
H A Dentry.c977 extern PVDevice fGetFirstChild(PVDevice pLogical);
978 extern void fResetBootMark(PVDevice pLogical);
982 PVDevice pPhysical, pLogical; in fRegisterVdevice() local
988 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 …]
H A Dgui_lib.c481 PVDevice pPhysical, pLogical; in hpt_get_logical_devices() local
492 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()