Last change
on this file since 5561 was 5231, checked in by vboxsync, 17 years ago |
Export the multiple release event semaphores.
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
2.2 KB
|
Line | |
---|
1 | ; $Id: SUPR0.def 5231 2007-10-10 16:25:56Z 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 |
|
---|
18 | LIBRARY SUPR0.dll
|
---|
19 |
|
---|
20 | EXPORTS
|
---|
21 | SUPR0ObjRegister
|
---|
22 | SUPR0ObjAddRef
|
---|
23 | SUPR0ObjRelease
|
---|
24 | SUPR0ObjVerifyAccess
|
---|
25 | SUPR0LockMem
|
---|
26 | SUPR0UnlockMem
|
---|
27 | SUPR0ContAlloc
|
---|
28 | SUPR0ContFree
|
---|
29 | SUPR0LowAlloc
|
---|
30 | SUPR0LowFree
|
---|
31 | SUPR0MemAlloc
|
---|
32 | SUPR0MemGetPhys
|
---|
33 | SUPR0MemFree
|
---|
34 | SUPR0Printf
|
---|
35 | RTMemAlloc
|
---|
36 | RTMemAllocZ
|
---|
37 | RTMemFree
|
---|
38 | RTMemRealloc
|
---|
39 | RTR0MemObjAllocLow
|
---|
40 | RTR0MemObjAllocPage
|
---|
41 | RTR0MemObjAllocPhys
|
---|
42 | RTR0MemObjAllocPhysNC
|
---|
43 | RTR0MemObjLockUser
|
---|
44 | RTR0MemObjMapKernel
|
---|
45 | RTR0MemObjMapUser
|
---|
46 | RTR0MemObjAddress
|
---|
47 | RTR0MemObjAddressR3
|
---|
48 | RTR0MemObjSize
|
---|
49 | RTR0MemObjIsMapping
|
---|
50 | RTR0MemObjGetPagePhysAddr
|
---|
51 | RTR0MemObjFree
|
---|
52 | ; broken - RTSemMutexCreate
|
---|
53 | ; broken - RTSemMutexRequest
|
---|
54 | ; broken - RTSemMutexRelease
|
---|
55 | ; broken - RTSemMutexDestroy
|
---|
56 | RTSemEventCreate
|
---|
57 | RTSemEventSignal
|
---|
58 | RTSemEventWait
|
---|
59 | RTSemEventWaitNoResume
|
---|
60 | RTSemEventDestroy
|
---|
61 | RTSemEventMultiCreate
|
---|
62 | RTSemEventMultiSignal
|
---|
63 | RTSemEventMultiReset
|
---|
64 | RTSemEventMultiWait
|
---|
65 | RTSemEventMultiWaitNoResume
|
---|
66 | RTSemEventMultiDestroy
|
---|
67 | RTSemFastMutexCreate
|
---|
68 | RTSemFastMutexDestroy
|
---|
69 | RTSemFastMutexRequest
|
---|
70 | RTSemFastMutexRelease
|
---|
71 | RTSpinlockCreate
|
---|
72 | RTSpinlockDestroy
|
---|
73 | RTSpinlockAcquire
|
---|
74 | RTSpinlockRelease
|
---|
75 | RTSpinlockAcquireNoInts
|
---|
76 | RTSpinlockReleaseNoInts
|
---|
77 | RTThreadSelf
|
---|
78 | RTThreadNativeSelf
|
---|
79 | RTThreadSleep
|
---|
80 | RTThreadYield
|
---|
81 | RTLogDefaultInstance
|
---|
82 | RTLogRelDefaultInstance
|
---|
83 | RTLogSetDefaultInstanceThread
|
---|
84 | RTLogLogger
|
---|
85 | RTLogLoggerEx
|
---|
86 | RTLogLoggerExV
|
---|
87 | RTLogPrintf
|
---|
88 | RTLogPrintfV
|
---|
89 | AssertMsg1
|
---|
90 | AssertMsg2
|
---|
91 |
|
---|
92 | ; data
|
---|
93 | g_SUPGlobalInfoPage DATA
|
---|
94 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.