VirtualBox

Changeset 32417 in vbox


Ignore:
Timestamp:
Sep 10, 2010 3:37:57 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
65779
Message:

Backed out r65776

Location:
trunk/src/VBox/HostDrivers/Support
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/SUPDrv.c

    r32414 r32417  
    4141#include <iprt/mem.h>
    4242#include <iprt/mp.h>
    43 #include <iprt/avl.h>
    4443#include <iprt/power.h>
    4544#include <iprt/process.h>
     
    341340    { "RTCrc32Process",                         (void *)RTCrc32Process },
    342341    { "RTCrc32Start",                           (void *)RTCrc32Start },
    343     { "RTAvlGCPtrDestroy",                      (void *)RTAvlGCPtrDestroy },
    344     { "RTAvlGCPtrDoWithAll",                    (void *)RTAvlGCPtrDoWithAll },
    345     { "RTAvlGCPtrGet",                          (void *)RTAvlGCPtrGet },
    346     { "RTAvlGCPtrGetBestFit",                   (void *)RTAvlGCPtrGetBestFit },
    347     { "RTAvlGCPtrInsert",                       (void *)RTAvlGCPtrInsert },
    348     { "RTAvlGCPtrRemove",                       (void *)RTAvlGCPtrRemove },
    349     { "RTAvlGCPtrRemoveBestFit",                (void *)RTAvlGCPtrRemoveBestFit },
    350     { "RTAvlHCPhysDestroy",                     (void *)RTAvlHCPhysDestroy },
    351     { "RTAvlHCPhysDoWithAll",                   (void *)RTAvlHCPhysDoWithAll },
    352     { "RTAvlHCPhysGet",                         (void *)RTAvlHCPhysGet },
    353     { "RTAvlHCPhysGetBestFit",                  (void *)RTAvlHCPhysGetBestFit },
    354     { "RTAvlHCPhysInsert",                      (void *)RTAvlHCPhysInsert },
    355     { "RTAvlHCPhysRemove",                      (void *)RTAvlHCPhysRemove },
    356     { "RTAvlHCPhysRemoveBestFit",               (void *)RTAvlHCPhysRemoveBestFit },
    357     { "RTAvlU32Destroy",                        (void *)RTAvlU32Destroy },
    358     { "RTAvlU32DoWithAll",                      (void *)RTAvlU32DoWithAll },
    359     { "RTAvlU32Get",                            (void *)RTAvlU32Get },
    360     { "RTAvlU32GetBestFit",                     (void *)RTAvlU32GetBestFit },
    361     { "RTAvlU32Insert",                         (void *)RTAvlU32Insert },
    362     { "RTAvlU32Remove",                         (void *)RTAvlU32Remove },
    363     { "RTAvlU32RemoveBestFit",                  (void *)RTAvlU32RemoveBestFit },
    364342};
    365343
  • trunk/src/VBox/HostDrivers/Support/SUPR0.def

    r32414 r32417  
    198198    RTHandleTableLookupWithCtx
    199199
    200     RTAvlGCPtrDestroy
    201     RTAvlGCPtrDoWithAll
    202     RTAvlGCPtrGet
    203     RTAvlGCPtrGetBestFit
    204     RTAvlGCPtrInsert
    205     RTAvlGCPtrRemove
    206     RTAvlGCPtrRemoveBestFit
    207     RTAvlHCPhysDestroy
    208     RTAvlHCPhysDoWithAll
    209     RTAvlHCPhysGet
    210     RTAvlHCPhysGetBestFit
    211     RTAvlHCPhysInsert
    212     RTAvlHCPhysRemove
    213     RTAvlHCPhysRemoveBestFit
    214     RTAvlU32Destroy
    215     RTAvlU32DoWithAll
    216     RTAvlU32Get
    217     RTAvlU32GetBestFit
    218     RTAvlU32Insert
    219     RTAvlU32Remove
    220     RTAvlU32RemoveBestFit
    221 
    222200    ; data
    223201    g_pSUPGlobalInfoPage DATA ; NT
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