Home
last modified time | relevance | path

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

/freebsd/sys/dev/hptmv/
H A Dentry.c978 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...]
H A Dgui_lib.c483 PVDevice pPhysical, pLogical; in hpt_get_logical_devices() local
494 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()