Home
last modified time | relevance | path

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

/freebsd/sys/dev/hptmv/
H A Dentry.c983 PVDevice pPhysical, pLogical; in fRegisterVdevice() local
988 pPhysical = &(pAdapter->VDevices[i]); in fRegisterVdevice()
989 pLogical = pPhysical; in fRegisterVdevice()
992 pPhysical->vf_bootmark = pLogical->vf_bootmark = 0; in fRegisterVdevice()
995 if (pLogical->VDeviceType==VD_SPARE || pPhysical!=fGetFirstChild(pLogical)) in fRegisterVdevice()
H A Dgui_lib.c483 PVDevice pPhysical, pLogical; in hpt_get_logical_devices() local
493 pPhysical = &pAdapTemp->VDevices[i]; in hpt_get_logical_devices()
494 pLogical = pPhysical; in hpt_get_logical_devices()