- Timestamp:
- Mar 9, 2007 9:44:41 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 19337
- Location:
- trunk/src/VBox
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest.cpp
r1084 r1355 92 92 * Driver entry point. 93 93 * 94 * @returns appropri tate status code.94 * @returns appropriate status code. 95 95 * @param pDrvObj Pointer to driver object. 96 96 * @param pRegPath Registry base path. -
trunk/src/VBox/Devices/Network/DevPCNet.cpp
r931 r1355 1030 1030 * #PF Virtual Handler callback for Guest write access to the ring descriptor page(pData) 1031 1031 * 1032 * @return VBox status code (appropri tate for trap handling and GC return).1032 * @return VBox status code (appropriate for trap handling and GC return). 1033 1033 * @param pVM VM Handle. 1034 1034 * @param uErrorCode CPU Error code. -
trunk/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c
r1028 r1355 282 282 * Initialize module. 283 283 * 284 * @returns appropri tate status code.284 * @returns appropriate status code. 285 285 */ 286 286 static int __init VBoxSupDrvInit(void) -
trunk/src/VBox/HostDrivers/Support/win32/SUPDrv-win32.cpp
r1049 r1355 84 84 * Driver entry point. 85 85 * 86 * @returns appropri tate status code.86 * @returns appropriate status code. 87 87 * @param pDrvObj Pointer to driver object. 88 88 * @param pRegPath Registry base path.
Note:
See TracChangeset
for help on using the changeset viewer.