VirtualBox

Ignore:
Timestamp:
Jun 16, 2012 7:24:15 PM (12 years ago)
Author:
vboxsync
Message:

Doxygen, comment typos.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PDMAll.cpp

    r40907 r41783  
    102102 * @param   pVM             VM handle.
    103103 * @param   u8Irq           The IRQ line.
    104  * @param   u8Level         The new level. 
    105  * @param   uTagSrc         The IRQ tag and source tracer ID. 
     104 * @param   u8Level         The new level.
     105 * @param   uTagSrc         The IRQ tag and source tracer ID.
    106106 */
    107107VMMDECL(int) PDMIsaSetIrq(PVM pVM, uint8_t u8Irq, uint8_t u8Level, uint32_t uTagSrc)
     
    160160 * @param   u8Irq           The IRQ line.
    161161 * @param   u8Level         The new level.
    162  * @param   uTagSrc         The IRQ tag and source tracer ID. 
     162 * @param   uTagSrc         The IRQ tag and source tracer ID.
    163163 */
    164164VMM_INT_DECL(int) PDMIoApicSetIrq(PVM pVM, uint8_t u8Irq, uint8_t u8Level, uint32_t uTagSrc)
     
    182182 * @param   GCAddr          Request address.
    183183 * @param   u8Value         Request value.
    184  * @param   uTagSrc         The IRQ tag and source tracer ID. 
     184 * @param   uTagSrc         The IRQ tag and source tracer ID.
    185185 */
    186186VMM_INT_DECL(int) PDMIoApicSendMsi(PVM pVM, RTGCPHYS GCAddr, uint32_t uValue, uint32_t uTagSrc)
     
    369369 * This might call back to Ring-3 in order to deal with lock contention in GC and R3.
    370370 *
    371  * @param   pVM     The VM handle.
     371 * @param   pVM     Pointer to the VM.
    372372 */
    373373void pdmLock(PVM pVM)
     
    389389 * @returns VINF_SUCCESS on success.
    390390 * @returns rc if we're in GC or R0 and can't get the lock.
    391  * @param   pVM     The VM handle.
     391 * @param   pVM     Pointer to the VM.
    392392 * @param   rc      The RC to return in GC or R0 when we can't get the lock.
    393393 */
     
    401401 * Unlocks PDM.
    402402 *
    403  * @param   pVM     The VM handle.
     403 * @param   pVM     Pointer to the VM.
    404404 */
    405405void pdmUnlock(PVM pVM)
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