VirtualBox

Changeset 78314 in vbox for trunk/src


Ignore:
Timestamp:
Apr 26, 2019 8:29:34 AM (6 years ago)
Author:
vboxsync
Message:

IPRT/nt: Implemented offSub & cbSub in the NT versions of rtR0MemObjNativeMapKernel and rtR0MemObjNativeMapUser. Untested+unused, but seems not to interfer with existing usage. [doxyfix] bugref:9217

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/nt/memobj-r0drv-nt.cpp

    r78278 r78314  
    710710 * @param   R0Process   If NIL_RTR0PROCESS map into system (kernel) memory.
    711711 *                      If not nil, it's the current process.
     712 * @param   offSub      Offset into @a pMemToMap to start mapping.
     713 * @param   cbSub       The number of bytes to map from @a pMapToMem.  0 if
     714 *                      we're to map everything. Non-zero if @a offSub is
     715 *                      non-zero.
    712716 */
    713717static int rtR0MemObjNtMap(PPRTR0MEMOBJINTERNAL ppMem, RTR0MEMOBJ pMemToMap, void *pvFixed, size_t uAlignment,
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette