Searched defs:cPhysMap (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/r0drv/haiku/
H A Dmemobj-r0drv-haiku.c607 int32 cPhysMap = 2; /** @todo r=ramshankar: why not use RT_ELEMENTS? */ local
613 rc = get_memory_map_etc(TeamId, pb, B_PAGE_SIZE, aPhysMap, &cPhysMap);
614 if (rc < B_OK || cPhysMap < 1)
648 int32 cPhysMap = 2; /** @todo r=ramshankar: why not use RT_ELEMENTS? */ local
651 rc = get_memory_map_etc(TeamId, pb, B_PAGE_SIZE, aPhysMap, &cPhysMap);
652 if (rc < B_OK || cPhysMap < 1)

Completed in 44 milliseconds