Last change
on this file since 34662 was 34662, checked in by vboxsync, 14 years ago |
Hacking in progress, enclosed in VBOX_ONLY_EXTPACKS_USE_IMPLIBS ifdefs for now.
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
3.4 KB
|
Line | |
---|
1 | ; $Id: VMMR3.def 34662 2010-12-02 21:51:17Z vboxsync $
|
---|
2 | ;; @file
|
---|
3 | ; VMM Ring-3 Context DLL - Definition file.
|
---|
4 |
|
---|
5 | ;
|
---|
6 | ; Copyright (C) 2010 Oracle Corporation
|
---|
7 | ;
|
---|
8 | ; This file is part of VirtualBox Open Source Edition (OSE), as
|
---|
9 | ; available from http://www.virtualbox.org. This file is free software;
|
---|
10 | ; you can redistribute it and/or modify it under the terms of the GNU
|
---|
11 | ; General Public License (GPL) as published by the Free Software
|
---|
12 | ; Foundation, in version 2 as it comes in the "COPYING" file of the
|
---|
13 | ; VirtualBox OSE distribution. VirtualBox OSE is distributed in the
|
---|
14 | ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
|
---|
15 | ;
|
---|
16 |
|
---|
17 | LIBRARY VBoxVMMR3.dll
|
---|
18 | EXPORTS
|
---|
19 | ; data
|
---|
20 |
|
---|
21 | ; code
|
---|
22 | CFGMR3GetFirstChild
|
---|
23 | CFGMR3GetNextChild
|
---|
24 | CFGMR3GetNameLen
|
---|
25 | CFGMR3GetFirstValue
|
---|
26 | CFGMR3GetNextValue
|
---|
27 | CFGMR3GetValueNameLen
|
---|
28 | CFGMR3GetValueType
|
---|
29 | CFGMR3Dump
|
---|
30 | CFGMR3CreateTree
|
---|
31 | CFGMR3GetValueName
|
---|
32 | CFGMR3GetName
|
---|
33 | CFGMR3RemoveNode
|
---|
34 | CFGMR3InsertBytes
|
---|
35 | CFGMR3InsertStringFV
|
---|
36 | CFGMR3InsertStringF
|
---|
37 | CFGMR3InsertStringN
|
---|
38 | CFGMR3InsertString
|
---|
39 | CFGMR3InsertStringW
|
---|
40 | CFGMR3InsertInteger
|
---|
41 | CFGMR3QueryStringAllocDef
|
---|
42 | CFGMR3RemoveValue
|
---|
43 | CFGMR3QueryIntegerDef
|
---|
44 | CFGMR3QueryGCPtrSDef
|
---|
45 | CFGMR3QueryGCPtrUDef
|
---|
46 | CFGMR3QueryGCPtrDef
|
---|
47 | CFGMR3QueryPtrDef
|
---|
48 | CFGMR3QueryBoolDef
|
---|
49 | CFGMR3QueryS8Def
|
---|
50 | CFGMR3QueryU8Def
|
---|
51 | CFGMR3QueryS16Def
|
---|
52 | CFGMR3QueryU16Def
|
---|
53 | CFGMR3QueryPortDef
|
---|
54 | CFGMR3QueryS32Def
|
---|
55 | CFGMR3QuerySIntDef
|
---|
56 | CFGMR3QueryU32Def
|
---|
57 | CFGMR3QueryUIntDef
|
---|
58 | CFGMR3QueryS64Def
|
---|
59 | CFGMR3QueryU64Def
|
---|
60 | CFGMR3QueryInteger
|
---|
61 | CFGMR3QueryGCPtrS
|
---|
62 | CFGMR3QueryGCPtrU
|
---|
63 | CFGMR3QueryGCPtr
|
---|
64 | CFGMR3QueryPtr
|
---|
65 | CFGMR3QueryBool
|
---|
66 | CFGMR3QueryS8
|
---|
67 | CFGMR3QueryU8
|
---|
68 | CFGMR3QueryS16
|
---|
69 | CFGMR3QueryU16
|
---|
70 | CFGMR3QueryPort
|
---|
71 | CFGMR3QueryS32
|
---|
72 | CFGMR3QuerySInt
|
---|
73 | CFGMR3QueryU32
|
---|
74 | CFGMR3QueryUInt
|
---|
75 | CFGMR3QueryS64
|
---|
76 | CFGMR3QueryU64
|
---|
77 | CFGMR3QuerySize
|
---|
78 | CFGMR3QueryType
|
---|
79 | CFGMR3AreValuesValid
|
---|
80 | CFGMR3AreChildrenValid
|
---|
81 | CFGMR3GetChildFV
|
---|
82 | CFGMR3GetChildF
|
---|
83 | CFGMR3GetChild
|
---|
84 | CFGMR3InsertNode
|
---|
85 | CFGMR3InsertNodeFV
|
---|
86 | CFGMR3InsertNodeF
|
---|
87 | CFGMR3InsertSubTree
|
---|
88 | CFGMR3ValidateConfig
|
---|
89 | CFGMR3QueryBytes
|
---|
90 | CFGMR3QueryStringDef
|
---|
91 | CFGMR3QueryString
|
---|
92 | CFGMR3QueryStringAlloc
|
---|
93 |
|
---|
94 | PDMCritSectEnter
|
---|
95 | PDMCritSectEnterDebug
|
---|
96 | PDMCritSectTryEnter
|
---|
97 | PDMCritSectTryEnterDebug
|
---|
98 | PDMR3CritSectEnterEx
|
---|
99 | PDMCritSectLeave
|
---|
100 | PDMCritSectIsOwner
|
---|
101 | PDMCritSectIsOwnerEx
|
---|
102 | PDMCritSectIsOwned
|
---|
103 | PDMCritSectIsInitialized
|
---|
104 | PDMCritSectHasWaiters
|
---|
105 | PDMCritSectGetRecursion
|
---|
106 | PDMR3CritSectYield
|
---|
107 | PDMR3CritSectName
|
---|
108 | PDMR3CritSectScheduleExitEvent
|
---|
109 | PDMR3CritSectDelete
|
---|
110 |
|
---|
111 | PDMR3QueueDestroy
|
---|
112 | PDMQueueAlloc
|
---|
113 | PDMQueueInsert
|
---|
114 | PDMQueueInsertEx
|
---|
115 | PDMQueueR0Ptr
|
---|
116 | PDMQueueRCPtr
|
---|
117 |
|
---|
118 | PGMHandlerPhysicalPageTempOff
|
---|
119 | PGMPhysReadGCPtr
|
---|
120 | PGMPhysSimpleDirtyWriteGCPtr
|
---|
121 | PGMPhysSimpleReadGCPtr
|
---|
122 | PGMPhysSimpleWriteGCPhys
|
---|
123 | PGMPhysSimpleWriteGCPtr
|
---|
124 | PGMPhysWriteGCPtr
|
---|
125 | PGMShwMakePageWritable
|
---|
126 |
|
---|
127 | TMR3TimerSetCritSect
|
---|
128 | TMR3TimerLoad
|
---|
129 | TMR3TimerSave
|
---|
130 | TMR3TimerDestroy
|
---|
131 | TMTimerFromMicro
|
---|
132 | TMTimerFromMilli
|
---|
133 | TMTimerFromNano
|
---|
134 | TMTimerGet
|
---|
135 | TMTimerGetFreq
|
---|
136 | TMTimerGetMicro
|
---|
137 | TMTimerGetMilli
|
---|
138 | TMTimerGetNano
|
---|
139 | TMTimerIsActive
|
---|
140 | TMTimerR0Ptr
|
---|
141 | TMTimerR3Ptr
|
---|
142 | TMTimerRCPtr
|
---|
143 | TMTimerSet
|
---|
144 | TMTimerSetFrequencyHint
|
---|
145 | TMTimerSetMicro
|
---|
146 | TMTimerSetMillies
|
---|
147 | TMTimerSetNano
|
---|
148 | TMTimerSetRelative
|
---|
149 | TMTimerStop
|
---|
150 | TMTimerToMicro
|
---|
151 | TMTimerToMilli
|
---|
152 | TMTimerToNano
|
---|
153 | VMMGetSvnRev
|
---|
154 | VMSetError
|
---|
155 | VMSetErrorV
|
---|
Note:
See
TracBrowser
for help on using the repository browser.