Changeset 80533 in vbox
- Timestamp:
- Sep 1, 2019 11:24:59 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 133040
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmdev.h
r80531 r80533 2175 2175 * @param pDevIns The device instance to register the ports with. 2176 2176 * @param cPorts Number of ports to register. 2177 * @param fFlag 2177 * @param fFlags Reserved, MBZ. 2178 2178 * @param pPciDev The PCI device the range is associated with, if 2179 2179 * applicable. … … 2325 2325 * @param pDevIns The device instance to register the ports with. 2326 2326 * @param cbRegion The size of the region in bytes. 2327 * @param fFlag 2327 * @param fFlags Reserved, MBZ. 2328 2328 * @param pPciDev The PCI device the range is associated with, if 2329 2329 * applicable. … … 6584 6584 } 6585 6585 6586 /**6587 * @copydoc PDMCritSect6588 * @param pDevIns The device instance.6589 */6590 6591 6586 /* Strict build: Remap the two enter calls to the debug versions. */ 6592 6587 #ifdef VBOX_STRICT -
trunk/src/VBox/VMM/VMMR3/PDMLdr.cpp
r80531 r80533 743 743 * @returns VBox status code. 744 744 * @param pUVM Pointer to the user mode VM structure. 745 * @param pszModule Module name (no path). 745 746 */ 746 747 VMMR3_INT_DECL(int) PDMR3LdrLoadR0(PUVM pUVM, const char *pszModule)
Note:
See TracChangeset
for help on using the changeset viewer.