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

/freebsd-11-stable/sys/dev/hptmv/
H A Dentry.c981 extern PVDevice fGetFirstChild(PVDevice pLogical);
982 extern void fResetBootMark(PVDevice pLogical);
986 PVDevice pPhysical, pLogical; local
992 pLogical = pPhysical;
993 while (pLogical->pParent) pLogical = pLogical->pParent;
994 if (pLogical->vf_online==0) {
995 pPhysical->vf_bootmark = pLogical->vf_bootmark = 0;
998 if (pLogical
[all...]
H A Dgui_lib.c483 PVDevice pPhysical, pLogical; local
494 pLogical = pPhysical;
496 while (pLogical->pParent) pLogical = pLogical->pParent;
497 if (pLogical->VDeviceType==VD_SPARE)
501 if (pIds[j]==VDEV_TO_ID(pLogical)) goto next;
502 pIds[count++] = VDEV_TO_ID(pLogical);

Completed in 91 milliseconds