Last change
on this file since 3942 was 3537, checked in by vboxsync, 17 years ago |
$Revision$
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
1.8 KB
|
Line | |
---|
1 | ; $Id: SUPR0.def 3537 2007-07-11 08:08:42Z 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 | ;
|
---|
17 | ; If you received this file as part of a commercial VirtualBox
|
---|
18 | ; distribution, then only the terms of your commercial VirtualBox
|
---|
19 | ; license agreement apply instead of the previous paragraph.
|
---|
20 | ;
|
---|
21 |
|
---|
22 | LIBRARY SUPR0.dll
|
---|
23 |
|
---|
24 | EXPORTS
|
---|
25 | SUPR0ObjRegister
|
---|
26 | SUPR0ObjAddRef
|
---|
27 | SUPR0ObjRelease
|
---|
28 | SUPR0ObjVerifyAccess
|
---|
29 | SUPR0LockMem
|
---|
30 | SUPR0UnlockMem
|
---|
31 | SUPR0ContAlloc
|
---|
32 | SUPR0ContFree
|
---|
33 | SUPR0MemAlloc
|
---|
34 | SUPR0MemGetPhys
|
---|
35 | SUPR0MemFree
|
---|
36 | SUPR0Printf
|
---|
37 | RTMemAlloc
|
---|
38 | RTMemAllocZ
|
---|
39 | RTMemFree
|
---|
40 | ; broken - RTSemMutexCreate
|
---|
41 | ; broken - RTSemMutexRequest
|
---|
42 | ; broken - RTSemMutexRelease
|
---|
43 | ; broken - RTSemMutexDestroy
|
---|
44 | RTSemFastMutexCreate
|
---|
45 | RTSemFastMutexDestroy
|
---|
46 | RTSemFastMutexRequest
|
---|
47 | RTSemFastMutexRelease
|
---|
48 | RTSemEventCreate
|
---|
49 | RTSemEventSignal
|
---|
50 | RTSemEventWait
|
---|
51 | RTSemEventDestroy
|
---|
52 | RTSpinlockCreate
|
---|
53 | RTSpinlockDestroy
|
---|
54 | RTSpinlockAcquire
|
---|
55 | RTSpinlockRelease
|
---|
56 | RTSpinlockAcquireNoInts
|
---|
57 | RTSpinlockReleaseNoInts
|
---|
58 | RTThreadSelf
|
---|
59 | RTThreadSleep
|
---|
60 | RTThreadYield
|
---|
61 | RTLogDefaultInstance
|
---|
62 | RTLogRelDefaultInstance
|
---|
63 | RTLogSetDefaultInstanceThread
|
---|
64 | RTLogLogger
|
---|
65 | RTLogLoggerEx
|
---|
66 | RTLogLoggerExV
|
---|
67 | AssertMsg1
|
---|
68 | AssertMsg2
|
---|
69 |
|
---|
70 | ; data
|
---|
71 | g_SUPGlobalInfoPage DATA
|
---|
72 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.