Changeset 26504 in vbox
- Timestamp:
- Feb 14, 2010 9:08:42 AM (15 years ago)
- Location:
- trunk/src/VBox/Additions
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest.cpp
r26358 r26504 157 157 pDevExt->hGuestMappings = hFictive != NIL_RTR0MEMOBJ ? hFictive : hObj; 158 158 Log(("VBoxGuest: %p LB %#x; uAlignment=%#x iTry=%u hGuestMappings=%p (%s)\n", 159 160 161 159 RTR0MemObjAddress(pDevExt->hGuestMappings), 160 RTR0MemObjSize(pDevExt->hGuestMappings), 161 uAlignment, iTry, pDevExt->hGuestMappings, hFictive != NIL_RTR0PTR ? "fictive" : "reservation")); 162 162 break; 163 163 } -
trunk/src/VBox/Additions/freebsd/vboxvfs/vboxvfs_vfsops.c
r13835 r26504 57 57 static struct vfsops vboxvfs_vfsops = { 58 58 .vfs_init = vboxvfs_init, 59 .vfs_cmount = 60 .vfs_mount = 61 .vfs_quotactl = 59 .vfs_cmount = vboxvfs_cmount, 60 .vfs_mount = vboxvfs_mount, 61 .vfs_quotactl = vboxvfs_quotactl, 62 62 .vfs_root = vboxvfs_root, 63 63 .vfs_statfs = vboxvfs_statfs,
Note:
See TracChangeset
for help on using the changeset viewer.