VirtualBox

Changeset 32414 in vbox


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

Export more avl functions

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

Legend:

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

    r31847 r32414  
    4141#include <iprt/mem.h>
    4242#include <iprt/mp.h>
     43#include <iprt/avl.h>
    4344#include <iprt/power.h>
    4445#include <iprt/process.h>
     
    340341    { "RTCrc32Process",                         (void *)RTCrc32Process },
    341342    { "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 },
    342364};
    343365
  • trunk/src/VBox/HostDrivers/Support/SUPR0.def

    r31165 r32414  
    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
    200222    ; data
    201223    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