VirtualBox

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

Last change on this file since 24198 was 23171, checked in by vboxsync, 15 years ago

Missing export

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 4.0 KB
Line 
1; $Id: SUPR0.def 23171 2009-09-21 09:34:32Z vboxsync $
2;; @file
3; VirtualBox Support Driver - Built-in exports.
4;
5
6;
7; Copyright (C) 2006-2007 Sun Microsystems, Inc.
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 (GPL) as published by the Free Software
13; Foundation, in version 2 as it comes in the "COPYING" file of the
14; VirtualBox OSE distribution. VirtualBox OSE is distributed in the
15; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
16;
17; The contents of this file may alternatively be used under the terms
18; of the Common Development and Distribution License Version 1.0
19; (CDDL) only, as it comes in the "COPYING.CDDL" file of the
20; VirtualBox OSE distribution, in which case the provisions of the
21; CDDL are applicable instead of those of the GPL.
22;
23; You may elect to license modified versions of this file under the
24; terms and conditions of either the GPL or the CDDL or both.
25;
26; Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
27; Clara, CA 95054 USA or visit http://www.sun.com if you need
28; additional information or have any questions.
29;
30
31LIBRARY SUPR0.dll
32
33EXPORTS
34 SUPR0AbsIs64bit
35 SUPR0Abs64bitKernelCS
36 SUPR0Abs64bitKernelSS
37 SUPR0Abs64bitKernelDS
38 SUPR0ComponentRegisterFactory
39 SUPR0ComponentDeregisterFactory
40 SUPR0ComponentQueryFactory
41 SUPR0ObjRegister
42 SUPR0ObjAddRef
43 SUPR0ObjAddRefEx
44 SUPR0ObjRelease
45 SUPR0ObjVerifyAccess
46 SUPR0LockMem
47 SUPR0UnlockMem
48 SUPR0ContAlloc
49 SUPR0ContFree
50 SUPR0LowAlloc
51 SUPR0LowFree
52 SUPR0MemAlloc
53 SUPR0MemGetPhys
54 SUPR0MemFree
55 SUPR0Printf
56 SUPR0QueryVTxSupport
57 SUPSemEventCreate
58 SUPSemEventClose
59 SUPSemEventSignal
60 SUPSemEventWait
61 SUPSemEventWaitNoResume
62 SUPSemEventMultiCreate
63 SUPSemEventMultiClose
64 SUPSemEventMultiSignal
65 SUPSemEventMultiReset
66 SUPSemEventMultiWait
67 SUPSemEventMultiWaitNoResume
68 SUPR0GetPagingMode
69 SUPR0EnableVTx
70 RTMemAlloc
71 RTMemAllocZ
72 RTMemFree
73 RTMemRealloc
74 RTR0MemObjAllocLow
75 RTR0MemObjAllocPage
76 RTR0MemObjAllocPhys
77 RTR0MemObjAllocPhysNC
78 RTR0MemObjAllocCont
79 RTR0MemObjLockUser
80 RTR0MemObjMapKernel
81 RTR0MemObjMapUser
82 RTR0MemObjAddress
83 RTR0MemObjAddressR3
84 RTR0MemObjSize
85 RTR0MemObjIsMapping
86 RTR0MemObjGetPagePhysAddr
87 RTR0MemObjFree
88 RTR0MemUserCopyFrom
89 RTR0MemUserCopyTo
90 RTR0MemUserIsValidAddr
91 RTR0MemKernelIsValidAddr
92 RTR0MemAreKrnlAndUsrDifferent
93 RTProcSelf
94 ; broken - RTSemMutexCreate
95 ; broken - RTSemMutexRequest
96 ; broken - RTSemMutexRelease
97 ; broken - RTSemMutexDestroy
98 RTSemEventCreate
99 RTSemEventSignal
100 RTSemEventWait
101 RTSemEventWaitNoResume
102 RTSemEventDestroy
103 RTSemEventMultiCreate
104 RTSemEventMultiSignal
105 RTSemEventMultiReset
106 RTSemEventMultiWait
107 RTSemEventMultiWaitNoResume
108 RTSemEventMultiDestroy
109 RTSemFastMutexCreate
110 RTSemFastMutexDestroy
111 RTSemFastMutexRequest
112 RTSemFastMutexRelease
113 RTSpinlockCreate
114 RTSpinlockDestroy
115 RTSpinlockAcquire
116 RTSpinlockRelease
117 RTSpinlockAcquireNoInts
118 RTSpinlockReleaseNoInts
119 RTTimeNanoTS
120 RTTimeMilliTS
121 RTTimeSystemNanoTS
122 RTTimeSystemMilliTS
123 RTThreadSelf
124 RTThreadNativeSelf
125 RTThreadSleep
126 RTThreadYield
127 RTThreadPreemptIsEnabled
128 RTThreadPreemptIsPending
129 RTThreadPreemptIsPendingTrusty
130 RTThreadPreemptDisable
131 RTThreadPreemptRestore
132 RTThreadPreemptPossible
133 RTThreadIsInInterrupt
134 RTMpOnAll
135 RTMpOnOthers
136 RTMpOnSpecific
137 RTMpPokeCpu
138 RTMpIsCpuOnline
139 RTMpGetCount
140 RTMpCpuIdToSetIndex
141 RTMpCpuId
142 RTMpIsCpuWorkPending
143 RTPowerNotificationRegister
144 RTPowerNotificationDeregister
145 RTLogDefaultInstance
146 RTLogRelDefaultInstance
147 RTLogSetDefaultInstanceThread
148 RTLogLoggerExV
149 RTLogPrintfV
150 AssertMsg1
151 AssertMsg2
152
153 ; data
154 g_SUPGlobalInfoPage DATA
155
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