VirtualBox

Ignore:
Timestamp:
May 4, 2012 2:24:42 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
77789
Message:

IPRT,SUPDrv: RTR0MemKernelCopyFrom/To for safe kernel memory access in debug & tracing code..

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/darwin/memuserkernel-r0drv-darwin.cpp

    r36540 r41169  
    9999}
    100100
     101
     102RTR0DECL(int) RTR0MemKernelCopyFrom(void *pvDst, void const *pvSrc, size_t cb)
     103{
     104    return VERR_NOT_SUPPORTED;
     105}
     106
     107
     108RTR0DECL(int) RTR0MemKernelCopyTo(void *pvDst, void const *pvSrc, size_t cb)
     109{
     110    return VERR_NOT_SUPPORTED;
     111}
     112
     113
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette