VirtualBox

Changeset 90715 in vbox


Ignore:
Timestamp:
Aug 18, 2021 12:45:46 PM (3 years ago)
Author:
vboxsync
Message:

iprt/memobj.h: comment fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/memobj.h

    r85504 r90715  
    231231 * @param   fAccess         The desired access, a combination of RTMEM_PROT_READ
    232232 *                          and RTMEM_PROT_WRITE.
    233  * @param   R0Process       The process to lock pages in. NIL_R0PROCESS is an
     233 * @param   R0Process       The process to lock pages in. NIL_RTR0PROCESS is an
    234234 *                          alias for the current one.
    235235 *
     
    256256 * @param   fAccess         The desired access, a combination of RTMEM_PROT_READ
    257257 *                          and RTMEM_PROT_WRITE.
    258  * @param   R0Process       The process to lock pages in. NIL_R0PROCESS is an
     258 * @param   R0Process       The process to lock pages in. NIL_RTR0PROCESS is an
    259259 *                          alias for the current one.
    260260 * @param   pszTag          Allocation tag used for statistics and such.
     
    481481 * @param   uAlignment      The alignment of the reserved memory.
    482482 *                          Supported values are 0 (alias for PAGE_SIZE), PAGE_SIZE, _2M and _4M.
    483  * @param   R0Process       The process to reserve the memory in. NIL_R0PROCESS is an alias for the current one.
     483 * @param   R0Process       The process to reserve the memory in.
     484 *                          NIL_RTR0PROCESS is an alias for the current one.
    484485 */
    485486#define RTR0MemObjReserveUser(pMemObj, R3PtrFixed, cb, uAlignment, R0Process) \
     
    495496 * @param   uAlignment      The alignment of the reserved memory.
    496497 *                          Supported values are 0 (alias for PAGE_SIZE), PAGE_SIZE, _2M and _4M.
    497  * @param   R0Process       The process to reserve the memory in. NIL_R0PROCESS is an alias for the current one.
     498 * @param   R0Process       The process to reserve the memory in.
     499 *                          NIL_RTR0PROCESS is an alias for the current one.
    498500 * @param   pszTag          Allocation tag used for statistics and such.
    499501 */
     
    602604 *                          Supported values are 0 (alias for PAGE_SIZE), PAGE_SIZE, _2M and _4M.
    603605 * @param   fProt           Combination of RTMEM_PROT_* flags (except RTMEM_PROT_NONE).
    604  * @param   R0Process       The process to map the memory into. NIL_R0PROCESS is an alias for the current one.
     606 * @param   R0Process       The process to map the memory into. NIL_RTR0PROCESS
     607 *                          is an alias for the current one.
    605608 */
    606609#define RTR0MemObjMapUser(pMemObj, MemObjToMap, R3PtrFixed, uAlignment, fProt, R0Process) \
     
    618621 *                          Supported values are 0 (alias for PAGE_SIZE), PAGE_SIZE, _2M and _4M.
    619622 * @param   fProt           Combination of RTMEM_PROT_* flags (except RTMEM_PROT_NONE).
    620  * @param   R0Process       The process to map the memory into. NIL_R0PROCESS is an alias for the current one.
     623 * @param   R0Process       The process to map the memory into. NIL_RTR0PROCESS
     624 *                          is an alias for the current one.
    621625 * @param   pszTag          Allocation tag used for statistics and such.
    622626 */
     
    635639 *                          Supported values are 0 (alias for PAGE_SIZE), PAGE_SIZE, _2M and _4M.
    636640 * @param   fProt           Combination of RTMEM_PROT_* flags (except RTMEM_PROT_NONE).
    637  * @param   R0Process       The process to map the memory into. NIL_R0PROCESS is an alias for the current one.
     641 * @param   R0Process       The process to map the memory into. NIL_RTR0PROCESS
     642 *                          is an alias for the current one.
    638643 * @param   offSub          Where in the object to start mapping. If non-zero
    639644 *                          the value must be page aligned and cbSub must be
     
    658663 *                          Supported values are 0 (alias for PAGE_SIZE), PAGE_SIZE, _2M and _4M.
    659664 * @param   fProt           Combination of RTMEM_PROT_* flags (except RTMEM_PROT_NONE).
    660  * @param   R0Process       The process to map the memory into. NIL_R0PROCESS is an alias for the current one.
     665 * @param   R0Process       The process to map the memory into. NIL_RTR0PROCESS
     666 *                          is an alias for the current one.
    661667 * @param   offSub          Where in the object to start mapping. If non-zero
    662668 *                          the value must be page aligned and cbSub must be
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