VirtualBox

source: vbox/trunk/src/VBox/HostDrivers/Support/SUPR0.def@ 4226

Last change on this file since 4226 was 4071, checked in by vboxsync, 17 years ago

Biggest check-in ever. New source code headers for all (C) innotek files.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.6 KB
Line 
1; $Id: SUPR0.def 4071 2007-08-07 17:07:59Z vboxsync $
2;; @file
3; VirtualBox Support Driver - Built-in exports.
4;
5
6;
7; Copyright (C) 2006-2007 innotek GmbH
8;
9; This file is part of VirtualBox Open Source Edition (OSE), as
10; available from http://www.virtualbox.org. This file is free software;
11; you can redistribute it and/or modify it under the terms of the GNU
12; General Public License as published by the Free Software Foundation,
13; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
14; distribution. VirtualBox OSE is distributed in the hope that it will
15; be useful, but WITHOUT ANY WARRANTY of any kind.
16
17LIBRARY SUPR0.dll
18
19EXPORTS
20 SUPR0ObjRegister
21 SUPR0ObjAddRef
22 SUPR0ObjRelease
23 SUPR0ObjVerifyAccess
24 SUPR0LockMem
25 SUPR0UnlockMem
26 SUPR0ContAlloc
27 SUPR0ContFree
28 SUPR0MemAlloc
29 SUPR0MemGetPhys
30 SUPR0MemFree
31 SUPR0Printf
32 RTMemAlloc
33 RTMemAllocZ
34 RTMemFree
35 ; broken - RTSemMutexCreate
36 ; broken - RTSemMutexRequest
37 ; broken - RTSemMutexRelease
38 ; broken - RTSemMutexDestroy
39 RTSemFastMutexCreate
40 RTSemFastMutexDestroy
41 RTSemFastMutexRequest
42 RTSemFastMutexRelease
43 RTSemEventCreate
44 RTSemEventSignal
45 RTSemEventWait
46 RTSemEventDestroy
47 RTSpinlockCreate
48 RTSpinlockDestroy
49 RTSpinlockAcquire
50 RTSpinlockRelease
51 RTSpinlockAcquireNoInts
52 RTSpinlockReleaseNoInts
53 RTThreadSelf
54 RTThreadSleep
55 RTThreadYield
56 RTLogDefaultInstance
57 RTLogRelDefaultInstance
58 RTLogSetDefaultInstanceThread
59 RTLogLogger
60 RTLogLoggerEx
61 RTLogLoggerExV
62 AssertMsg1
63 AssertMsg2
64
65 ; data
66 g_SUPGlobalInfoPage DATA
67
Note: See TracBrowser for help on using the repository browser.

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