Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/nve/
Dif_nve.c1356 mem->pLogical = (PVOID)contigmalloc(mem->uiLength, M_DEVBUF, in nve_osalloc()
1359 if (!mem->pLogical) { in nve_osalloc()
1363 memset(mem->pLogical, 0, (ulong)mem->uiLength); in nve_osalloc()
1364 mem_physical = vtophys(mem->pLogical); in nve_osalloc()
1368 (uint)mem->pLogical, (uint)mem->pPhysical, (uint)mem->uiLength); in nve_osalloc()
1378 (uint)mem->pLogical, (uint) mem->uiLength); in nve_osfree()
1380 contigfree(mem->pLogical, PAGE_SIZE, M_DEVBUF); in nve_osfree()
1392 mem_block_ex->pLogical = NULL; in nve_osallocex()
1406 mem_block_ex->pLogicalOrig = mem_block.pLogical; in nve_osallocex()
1411 mem_block_ex->pLogical = mem_block.pLogical; in nve_osallocex()
[all …]
/freebsd-9-stable/sys/contrib/dev/nve/
Dos.h44 PNV_VOID pLogical; member
54 PNV_VOID pLogical; member
/freebsd-9-stable/sys/dev/hptmv/
Dentry.c1022 extern PVDevice fGetFirstChild(PVDevice pLogical);
1023 extern void fResetBootMark(PVDevice pLogical);
1027 PVDevice pPhysical, pLogical; in fRegisterVdevice() local
1033 pLogical = pPhysical; in fRegisterVdevice()
1034 while (pLogical->pParent) pLogical = pLogical->pParent; in fRegisterVdevice()
1035 if (pLogical->vf_online==0) { in fRegisterVdevice()
1036 pPhysical->vf_bootmark = pLogical->vf_bootmark = 0; in fRegisterVdevice()
1039 if (pLogical->VDeviceType==VD_SPARE || pPhysical!=fGetFirstChild(pLogical)) in fRegisterVdevice()
1048 pVBus->pVDevice[j] = pLogical; in fRegisterVdevice()
1049 pLogical->pVBus = pVBus; in fRegisterVdevice()
[all …]
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()