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

/freebsd-12-stable/sys/dev/hptmv/
H A Dentry.c983 extern PVDevice fGetFirstChild(PVDevice pLogical);
984 extern void fResetBootMark(PVDevice pLogical);
988 PVDevice pPhysical, pLogical; local
994 pLogical = pPhysical;
995 while (pLogical->pParent) pLogical = pLogical->pParent;
996 if (pLogical->vf_online==0) {
997 pPhysical->vf_bootmark = pLogical->vf_bootmark = 0;
1000 if (pLogical
[all...]
H A Dgui_lib.c485 PVDevice pPhysical, pLogical; local
496 pLogical = pPhysical;
498 while (pLogical->pParent) pLogical = pLogical->pParent;
499 if (pLogical->VDeviceType==VD_SPARE)
503 if (pIds[j]==VDEV_TO_ID(pLogical)) goto next;
504 pIds[count++] = VDEV_TO_ID(pLogical);

Completed in 112 milliseconds