VirtualBox

source: vbox/trunk/src/VBox/VMM/VMMR3/VMMR3.def@ 48565

Last change on this file since 48565 was 48234, checked in by vboxsync, 11 years ago

VMM: PDMR3UsbCreateEmulatedDevice

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 7.3 KB
Line 
1; $Id: VMMR3.def 48234 2013-09-02 17:09:24Z vboxsync $
2;; @file
3; VMM Ring-3 Context DLL - Definition file.
4
5;
6; Copyright (C) 2010-2013 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
17LIBRARY VBoxVMM.dll
18EXPORTS
19 ; data
20
21 ; code
22 CFGMR3GetRoot
23 CFGMR3GetFirstChild
24 CFGMR3GetNextChild
25 CFGMR3GetNameLen
26 CFGMR3GetFirstValue
27 CFGMR3GetNextValue
28 CFGMR3GetValueNameLen
29 CFGMR3GetValueType
30 CFGMR3Dump
31 CFGMR3CreateTree
32 CFGMR3DestroyTree
33 CFGMR3GetValueName
34 CFGMR3GetName
35 CFGMR3RemoveNode
36 CFGMR3InsertBytes
37 CFGMR3InsertStringFV
38 CFGMR3InsertStringF
39 CFGMR3InsertStringN
40 CFGMR3InsertString
41 CFGMR3InsertStringW
42 CFGMR3InsertInteger
43 CFGMR3QueryStringAllocDef
44 CFGMR3RemoveValue
45 CFGMR3QueryIntegerDef
46 CFGMR3QueryGCPtrSDef
47 CFGMR3QueryGCPtrUDef
48 CFGMR3QueryGCPtrDef
49 CFGMR3QueryPtrDef
50 CFGMR3QueryBoolDef
51 CFGMR3QueryS8Def
52 CFGMR3QueryU8Def
53 CFGMR3QueryS16Def
54 CFGMR3QueryU16Def
55 CFGMR3QueryPortDef
56 CFGMR3QueryS32Def
57 CFGMR3QuerySIntDef
58 CFGMR3QueryU32Def
59 CFGMR3QueryUIntDef
60 CFGMR3QueryS64Def
61 CFGMR3QueryU64Def
62 CFGMR3QueryInteger
63 CFGMR3QueryGCPtrS
64 CFGMR3QueryGCPtrU
65 CFGMR3QueryGCPtr
66 CFGMR3QueryPtr
67 CFGMR3QueryBool
68 CFGMR3QueryS8
69 CFGMR3QueryU8
70 CFGMR3QueryS16
71 CFGMR3QueryU16
72 CFGMR3QueryPort
73 CFGMR3QueryS32
74 CFGMR3QuerySInt
75 CFGMR3QueryU32
76 CFGMR3QueryUInt
77 CFGMR3QueryS64
78 CFGMR3QueryU64
79 CFGMR3QuerySize
80 CFGMR3QueryType
81 CFGMR3AreValuesValid
82 CFGMR3AreChildrenValid
83 CFGMR3GetChildFV
84 CFGMR3GetChildF
85 CFGMR3GetChild
86 CFGMR3InsertNode
87 CFGMR3InsertNodeFV
88 CFGMR3InsertNodeF
89 CFGMR3InsertSubTree
90 CFGMR3ValidateConfig
91 CFGMR3QueryBytes
92 CFGMR3QueryStringDef
93 CFGMR3QueryString
94 CFGMR3QueryStringAlloc
95 CFGMR3GetParent
96 CFGMR3GetRootU
97
98 CSAMR3IsEnabled
99 CSAMR3SetScanningEnabled
100
101 DBGCCreate
102
103 DBGFR3CoreWrite
104 DBGFR3Info
105 DBGFR3InfoRegisterExternal
106 DBGFR3InjectNMI
107 DBGFR3LogModifyDestinations
108 DBGFR3LogModifyFlags
109 DBGFR3LogModifyGroups
110 DBGFR3OSDetect
111 DBGFR3OSQueryNameAndVersion
112 DBGFR3RegCpuQueryU32
113 DBGFR3RegFormatValue
114 DBGFR3RegNmQuery
115 DBGFR3RegNmQueryAll
116 DBGFR3RegNmQueryAllCount
117 DBGFR3OSDeregister
118 DBGFR3OSRegister
119 DBGFR3MemReadString
120 DBGFR3MemRead
121 DBGFR3MemScan
122 DBGFR3AddrFromFlat
123 DBGFR3AsSymbolByName
124 DBGFR3AsResolveAndRetain
125 DBGFR3AsSetAlias
126 DBGFR3AddrAdd
127 DBGFR3AddrSub
128 DBGFR3AsGetConfig
129 DBGFR3CpuGetMode
130 DBGFR3AddrFromSelOff
131
132 EMR3QueryExecutionPolicy
133 EMR3SetExecutionPolicy
134
135 FTMR3CancelStandby
136 FTMR3PowerOn
137
138 HMR3IsEnabled
139 HMR3IsNestedPagingActive
140 HMR3IsUXActive
141 HMR3IsVpidActive
142
143 MMR3HeapFree
144 MMR3HeapRealloc
145
146 PATMR3AllowPatching
147 PATMR3IsEnabled
148
149 PDMR3AsyncCompletionBwMgrSetMaxForFile
150 PDMR3DeviceAttach
151 PDMR3DeviceDetach
152 PDMR3DriverAttach
153 PDMR3NsBwGroupSetLimit
154 PDMR3QueryDeviceLun
155 PDMR3QueryDriverOnLun
156 PDMR3QueryLun
157
158 PDMCritSectEnter
159 PDMCritSectEnterDebug
160 PDMCritSectTryEnter
161 PDMCritSectTryEnterDebug
162 PDMR3CritSectEnterEx
163 PDMCritSectLeave
164 PDMCritSectIsOwner
165 PDMCritSectIsOwnerEx
166 PDMCritSectIsOwned
167 PDMCritSectIsInitialized
168 PDMCritSectHasWaiters
169 PDMCritSectGetRecursion
170 PDMR3CritSectYield
171 PDMR3CritSectName
172 PDMR3CritSectScheduleExitEvent
173 PDMR3CritSectDelete
174
175 PDMR3QueueDestroy
176 PDMQueueAlloc
177 PDMQueueInsert
178 PDMQueueInsertEx
179 PDMQueueR0Ptr
180 PDMQueueRCPtr
181
182 PDMR3ThreadDestroy
183 PDMR3ThreadIAmRunning
184 PDMR3ThreadIAmSuspending
185 PDMR3ThreadResume
186 PDMR3ThreadSleep
187 PDMR3ThreadSuspend
188
189 PDMR3UsbCreateEmulatedDevice
190 PDMR3UsbCreateProxyDevice
191 PDMR3UsbDetachDevice
192 PDMR3UsbHasHub
193
194 PGMHandlerPhysicalPageTempOff
195 PGMPhysReadGCPtr
196 PGMPhysSimpleDirtyWriteGCPtr
197 PGMPhysSimpleReadGCPtr
198 PGMPhysSimpleWriteGCPhys
199 PGMPhysSimpleWriteGCPtr
200 PGMPhysWriteGCPtr
201 PGMShwMakePageWritable
202 PGMR3QueryGlobalMemoryStats
203 PGMR3QueryMemoryStats
204
205 SSMR3Close
206 SSMR3DeregisterExternal
207 SSMR3DeregisterInternal
208 SSMR3GetBool
209 SSMR3GetGCPhys
210 SSMR3GetGCPhys32
211 SSMR3GetGCPhys64
212 SSMR3GetGCPtr
213 SSMR3GetGCUInt
214 SSMR3GetGCUIntPtr
215 SSMR3GetGCUIntReg
216 SSMR3GetIOPort
217 SSMR3GetMem
218 SSMR3GetRCPtr
219 SSMR3GetS128
220 SSMR3GetS16
221 SSMR3GetS32
222 SSMR3GetS64
223 SSMR3GetS8
224 SSMR3GetSInt
225 SSMR3GetSel
226 SSMR3GetStrZ
227 SSMR3GetStrZEx
228 SSMR3GetStruct
229 SSMR3GetStructEx
230 SSMR3GetU128
231 SSMR3GetU16
232 SSMR3GetU32
233 SSMR3GetU64
234 SSMR3GetU8
235 SSMR3GetUInt
236 SSMR3HandleGetAfter
237 SSMR3HandleGetStatus
238 SSMR3HandleHostBits
239 SSMR3HandleHostOSAndArch
240 SSMR3HandleIsLiveSave
241 SSMR3HandleMaxDowntime
242 SSMR3HandleReportLivePercent
243 SSMR3HandleRevision
244 SSMR3HandleSetStatus
245 SSMR3HandleVersion
246 SSMR3Open
247 SSMR3PutBool
248 SSMR3PutGCPhys
249 SSMR3PutGCPhys32
250 SSMR3PutGCPhys64
251 SSMR3PutGCPtr
252 SSMR3PutGCUInt
253 SSMR3PutGCUIntPtr
254 SSMR3PutGCUIntReg
255 SSMR3PutIOPort
256 SSMR3PutMem
257 SSMR3PutRCPtr
258 SSMR3PutS128
259 SSMR3PutS16
260 SSMR3PutS32
261 SSMR3PutS64
262 SSMR3PutS8
263 SSMR3PutSInt
264 SSMR3PutSel
265 SSMR3PutStrZ
266 SSMR3PutStruct
267 SSMR3PutStructEx
268 SSMR3PutU128
269 SSMR3PutU16
270 SSMR3PutU32
271 SSMR3PutU64
272 SSMR3PutU8
273 SSMR3PutUInt
274 SSMR3Seek
275 SSMR3SetCfgError
276 SSMR3SetLoadError
277 SSMR3SetLoadErrorV
278 SSMR3Skip
279 SSMR3SkipToEndOfUnit
280 SSMR3ValidateFile
281 SSMR3Cancel
282 SSMR3RegisterExternal
283
284 STAMR3Dump
285 STAMR3Enum
286 STAMR3Reset
287 STAMR3Snapshot
288 STAMR3SnapshotFree
289 STAMR3GetUnit
290
291 TMR3TimerSetCritSect
292 TMR3TimerLoad
293 TMR3TimerSave
294 TMR3TimerDestroy
295 TMTimerFromMicro
296 TMTimerFromMilli
297 TMTimerFromNano
298 TMTimerGet
299 TMTimerGetFreq
300 TMTimerGetMicro
301 TMTimerGetMilli
302 TMTimerGetNano
303 TMTimerIsActive
304 TMTimerIsLockOwner
305 TMTimerLock
306 TMTimerR0Ptr
307 TMTimerR3Ptr
308 TMTimerRCPtr
309 TMTimerSet
310 TMTimerSetFrequencyHint
311 TMTimerSetMicro
312 TMTimerSetMillies
313 TMTimerSetNano
314 TMTimerSetRelative
315 TMTimerStop
316 TMTimerToMicro
317 TMTimerToMilli
318 TMTimerToNano
319 TMTimerUnlock
320 TMR3GetWarpDrive
321 TMR3SetWarpDrive
322
323 VMMGetCpu
324
325 VMMGetSvnRev
326 VMSetError
327 VMSetErrorV
328 VMR3AtErrorDeregister
329 VMR3AtErrorRegister
330 VMR3AtRuntimeErrorRegister
331 VMR3AtStateRegister
332 VMR3Create
333 VMR3Destroy
334 VMR3GetCpuCoreAndPackageIdFromCpuId
335 VMR3GetStateName
336 VMR3GetStateU
337 VMR3GetVM
338 VMR3HotPlugCpu
339 VMR3HotUnplugCpu
340 VMR3LoadFromFile
341 VMR3LoadFromStream
342 VMR3PowerOff
343 VMR3PowerOn
344 VMR3ReleaseUVM
345 VMR3ReqCallU
346 VMR3ReqCallVoidWaitU
347 VMR3ReqCallWaitU
348 VMR3ReqFree
349 VMR3ReqPriorityCallWaitU
350 VMR3ReqWait
351 VMR3Reset
352 VMR3Resume
353 VMR3RetainUVM
354 VMR3Save
355 VMR3SetCpuExecutionCap
356 VMR3SetError
357 VMR3Suspend
358 VMR3Teleport
359 VMR3AtStateDeregister
360 VMR3GetUVM
361
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