VirtualBox

Changeset 82067 in vbox


Ignore:
Timestamp:
Nov 21, 2019 9:01:45 AM (5 years ago)
Author:
vboxsync
Message:

PDM: Doxygen fix. bugref:9218

Location:
trunk/src/VBox/VMM
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/PDMDevHlp.cpp

    r82049 r82067  
    37133713
    37143714
    3715 /** @interface_method_impl{PDMDEVHLPR3,pfnAPICRegister} */
     3715/** @interface_method_impl{PDMDEVHLPR3,pfnApicRegister} */
    37163716static DECLCALLBACK(int) pdmR3DevHlp_ApicRegister(PPDMDEVINS pDevIns)
    37173717{
  • trunk/src/VBox/VMM/include/PDMInternal.h

    r81961 r82067  
    668668    /** Pointer to the APIC device instance - R3 Ptr. */
    669669    PPDMDEVINSR3                    pDevInsR3;
    670     /** @copydoc PDMIOAPICREG::pfnSetIrqR3 */
     670    /** @copydoc PDMIOAPICREG::pfnSetIrq */
    671671    DECLR3CALLBACKMEMBER(void,      pfnSetIrqR3,(PPDMDEVINS pDevIns, int iIrq, int iLevel, uint32_t uTagSrc));
    672     /** @copydoc PDMIOAPICREG::pfnSendMsiR3 */
     672    /** @copydoc PDMIOAPICREG::pfnSendMsi */
    673673    DECLR3CALLBACKMEMBER(void,      pfnSendMsiR3,(PPDMDEVINS pDevIns, RTGCPHYS GCAddr, uint32_t uValue, uint32_t uTagSrc));
    674     /** @copydoc PDMIOAPICREG::pfnSetEoiR3 */
     674    /** @copydoc PDMIOAPICREG::pfnSetEoi */
    675675    DECLR3CALLBACKMEMBER(VBOXSTRICTRC, pfnSetEoiR3,(PPDMDEVINS pDevIns, uint8_t u8Vector));
    676676
    677677    /** Pointer to the PIC device instance - R0. */
    678678    PPDMDEVINSR0                    pDevInsR0;
    679     /** @copydoc PDMIOAPICREG::pfnSetIrqR3 */
     679    /** @copydoc PDMIOAPICREG::pfnSetIrq */
    680680    DECLR0CALLBACKMEMBER(void,      pfnSetIrqR0,(PPDMDEVINS pDevIns, int iIrq, int iLevel, uint32_t uTagSrc));
    681     /** @copydoc PDMIOAPICREG::pfnSendMsiR3 */
     681    /** @copydoc PDMIOAPICREG::pfnSendMsi */
    682682    DECLR0CALLBACKMEMBER(void,      pfnSendMsiR0,(PPDMDEVINS pDevIns, RTGCPHYS GCAddr, uint32_t uValue, uint32_t uTagSrc));
    683     /** @copydoc PDMIOAPICREG::pfnSetEoiR3 */
     683    /** @copydoc PDMIOAPICREG::pfnSetEoi */
    684684    DECLR0CALLBACKMEMBER(VBOXSTRICTRC, pfnSetEoiR0,(PPDMDEVINS pDevIns, uint8_t u8Vector));
    685685
    686686    /** Pointer to the APIC device instance - RC Ptr. */
    687687    PPDMDEVINSRC                    pDevInsRC;
    688     /** @copydoc PDMIOAPICREG::pfnSetIrqR3 */
     688    /** @copydoc PDMIOAPICREG::pfnSetIrq */
    689689    DECLRCCALLBACKMEMBER(void,      pfnSetIrqRC,(PPDMDEVINS pDevIns, int iIrq, int iLevel, uint32_t uTagSrc));
    690      /** @copydoc PDMIOAPICREG::pfnSendMsiR3 */
     690     /** @copydoc PDMIOAPICREG::pfnSendMsi */
    691691    DECLRCCALLBACKMEMBER(void,      pfnSendMsiRC,(PPDMDEVINS pDevIns, RTGCPHYS GCAddr, uint32_t uValue, uint32_t uTagSrc));
    692      /** @copydoc PDMIOAPICREG::pfnSendMsiR3 */
     692     /** @copydoc PDMIOAPICREG::pfnSendMsi */
    693693    DECLRCCALLBACKMEMBER(VBOXSTRICTRC, pfnSetEoiRC,(PPDMDEVINS pDevIns, uint8_t u8Vector));
    694694} PDMIOAPIC;
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