VirtualBox

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

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

RTSemEventWaitNoResume

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.0 KB
Line 
1; $Id: SUPR0.def 5168 2007-10-05 13:46:57Z 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
18LIBRARY SUPR0.dll
19
20EXPORTS
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 RTSemFastMutexCreate
57 RTSemFastMutexDestroy
58 RTSemFastMutexRequest
59 RTSemFastMutexRelease
60 RTSemEventCreate
61 RTSemEventSignal
62 RTSemEventWait
63 RTSemEventWaitNoResume
64 RTSemEventDestroy
65 RTSpinlockCreate
66 RTSpinlockDestroy
67 RTSpinlockAcquire
68 RTSpinlockRelease
69 RTSpinlockAcquireNoInts
70 RTSpinlockReleaseNoInts
71 RTThreadSelf
72 RTThreadNativeSelf
73 RTThreadSleep
74 RTThreadYield
75 RTLogDefaultInstance
76 RTLogRelDefaultInstance
77 RTLogSetDefaultInstanceThread
78 RTLogLogger
79 RTLogLoggerEx
80 RTLogLoggerExV
81 RTLogPrintf
82 RTLogPrintfV
83 AssertMsg1
84 AssertMsg2
85
86 ; data
87 g_SUPGlobalInfoPage DATA
88
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