VirtualBox

source: vbox/trunk/include/VBox/err.mac@ 36372

Last change on this file since 36372 was 35593, checked in by vboxsync, 14 years ago

kmk incs

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 25.7 KB
Line 
1%define VERR_NO_VM_MEMORY (-1000)
2%define VERR_DONT_PANIC (-1001)
3%define VERR_UNSUPPORTED_CPU (-1002)
4%define VERR_UNSUPPORTED_CPU_MODE (-1003)
5%define VERR_PAGE_NOT_PRESENT (-1004)
6%define VERR_CFG_INVALID_FORMAT (-1005)
7%define VERR_CFG_NO_VALUE (-1006)
8%define VERR_SELECTOR_NOT_PRESENT (-1007)
9%define VERR_NOT_CODE_SELECTOR (-1008)
10%define VERR_NOT_DATA_SELECTOR (-1009)
11%define VERR_OUT_OF_SELECTOR_BOUNDS (-1010)
12%define VERR_INVALID_SELECTOR (-1011)
13%define VERR_INVALID_RPL (-1012)
14%define VERR_PAGE_MAP_LEVEL4_NOT_PRESENT (-1013)
15%define VERR_PAGE_DIRECTORY_PTR_NOT_PRESENT (-1014)
16%define VERR_RAW_MODE_INVALID_SMP (-1015)
17%define VERR_INVALID_VM_HANDLE (-1016)
18%define VERR_INVALID_VMCPU_HANDLE (-1017)
19%define VERR_INVALID_CPU_ID (-1018)
20%define VERR_TOO_MANY_CPUS (-1019)
21%define VERR_SERVICE_DISABLED (-1020)
22%define VINF_EM_FIRST 1100
23%define VINF_EM_TERMINATE 1100
24%define VINF_EM_DBG_HYPER_STEPPED 1101
25%define VINF_EM_DBG_HYPER_BREAKPOINT 1102
26%define VINF_EM_DBG_HYPER_ASSERTION 1103
27%define VINF_EM_DBG_STOP 1105
28%define VINF_EM_DBG_STEPPED 1106
29%define VINF_EM_DBG_BREAKPOINT 1107
30%define VINF_EM_DBG_STEP 1108
31%define VINF_EM_OFF 1109
32%define VINF_EM_SUSPEND 1110
33%define VINF_EM_RESET 1111
34%define VINF_EM_HALT 1112
35%define VINF_EM_RESUME 1113
36%define VINF_EM_NO_MEMORY 1114
37%define VERR_EM_NO_MEMORY (-1114)
38%define VINF_EM_RESCHEDULE_REM 1115
39%define VINF_EM_RESCHEDULE_HWACC 1116
40%define VINF_EM_RESCHEDULE_RAW 1117
41%define VINF_EM_RESCHEDULE 1118
42%define VINF_EM_RESCHEDULE_PARAV 1119
43%define VINF_EM_WAIT_SIPI 1120
44%define VINF_EM_LAST 1120
45%define VINF_EM_RAW_GUEST_TRAP 1121
46%define VINF_EM_RAW_INTERRUPT 1122
47%define VINF_EM_RAW_INTERRUPT_HYPER 1123
48%define VINF_EM_RAW_RING_SWITCH 1124
49%define VINF_EM_RAW_RING_SWITCH_INT 1125
50%define VINF_EM_RAW_EXCEPTION_PRIVILEGED 1126
51%define VINF_EM_RAW_EMULATE_INSTR 1127
52%define VINF_EM_RAW_EMULATE_INSTR_TSS_FAULT 1128
53%define VINF_EM_RAW_EMULATE_INSTR_LDT_FAULT 1129
54%define VINF_EM_RAW_EMULATE_INSTR_IDT_FAULT 1130
55%define VINF_EM_RAW_EMULATE_INSTR_GDT_FAULT 1131
56%define VINF_EM_RAW_EMULATE_INSTR_PD_FAULT 1132
57%define VERR_EM_RAW_PATCH_CONFLICT (-1133)
58%define VINF_EM_RAW_EMULATE_INSTR_HLT 1134
59%define VINF_EM_RAW_TO_R3 1135
60%define VINF_EM_RAW_TIMER_PENDING 1136
61%define VINF_EM_RAW_INTERRUPT_PENDING 1137
62%define VINF_EM_RAW_STALE_SELECTOR 1138
63%define VINF_EM_RAW_IRET_TRAP 1139
64%define VINF_EM_RAW_EMULATE_IO_BLOCK 1140
65%define VERR_EM_INTERPRETER (-1148)
66%define VERR_EM_INTERNAL_ERROR (-1149)
67%define VINF_EM_PENDING_REQUEST 1150
68%define VINF_EM_RAW_EMULATE_DBG_STEP 1151
69%define VINF_EM_HWACCM_PATCH_TPR_INSTR 1152
70%define VERR_DBGF_NOT_ATTACHED (-1200)
71%define VERR_DBGF_ALREADY_ATTACHED (-1201)
72%define VWRN_DBGF_ALREADY_HALTED 1202
73%define VERR_DBGF_NO_MORE_BP_SLOTS (-1203)
74%define VERR_DBGF_BP_NOT_FOUND (-1204)
75%define VINF_DBGF_BP_ALREADY_ENABLED 1205
76%define VINF_DBGF_BP_ALREADY_DISABLED 1206
77%define VINF_DBGF_BP_ALREADY_EXIST 1207
78%define VERR_DBGF_MEM_NOT_FOUND (-1208)
79%define VERR_DBGF_OS_NOT_DETCTED (-1209)
80%define VINF_DBGF_OS_NOT_DETCTED 1209
81%define VERR_DBGF_REGISTER_NOT_FOUND (-1210)
82%define VINF_DBGF_TRUNCATED_REGISTER 1211
83%define VINF_DBGF_ZERO_EXTENDED_REGISTER 1212
84%define VERR_DBGF_UNSUPPORTED_CAST (-1213)
85%define VERR_DBGF_READ_ONLY_REGISTER (-1214)
86%define VWRN_CONTINUE_ANALYSIS 1400
87%define VWRN_CONTINUE_RECOMPILE VWRN_CONTINUE_ANALYSIS
88%define VWRN_PATM_CONTINUE_SEARCH VWRN_CONTINUE_ANALYSIS
89%define VERR_PATCHING_REFUSED (-1401)
90%define VERR_PATCH_NOT_FOUND (-1402)
91%define VERR_PATCH_DISABLED (-1403)
92%define VWRN_PATCH_ENABLED 1404
93%define VERR_PATCH_ALREADY_DISABLED (-1405)
94%define VERR_PATCH_ALREADY_ENABLED (-1406)
95%define VWRN_PATCH_REMOVED 1407
96%define VINF_PATM_PATCH_TRAP_GP 1408
97%define VINF_PATM_LEAVEGC_FIRST VINF_PATM_PATCH_TRAP_GP
98%define VINF_PATM_PATCH_TRAP_PF 1409
99%define VINF_PATM_PATCH_INT3 1410
100%define VINF_PATM_CHECK_PATCH_PAGE 1411
101%define VINF_PATM_DUPLICATE_FUNCTION 1412
102%define VINF_PATCH_EMULATE_INSTR 1413
103%define VINF_PATM_HC_MMIO_PATCH_WRITE 1414
104%define VINF_PATM_HC_MMIO_PATCH_READ 1415
105%define VINF_PATM_PENDING_IRQ_AFTER_IRET 1416
106%define VINF_PATM_LEAVEGC_LAST VINF_PATM_PENDING_IRQ_AFTER_IRET
107%define VERR_PATCH_NO_CONFLICT (-1425)
108%define VERR_PATM_UNSAFE_CODE (-1426)
109%define VWRN_PATCH_END_BRANCH 1427
110%define VERR_PATM_ALREADY_PATCHED (-1428)
111%define VINF_PATM_SPINLOCK_FAILED (1429)
112%define VINF_PATCH_CONTINUE (1430)
113%define VWRN_CSAM_TRAP_NOT_HANDLED 1500
114%define VWRN_CSAM_INSTRUCTION_PATCHED 1501
115%define VWRN_CSAM_PAGE_NOT_FOUND 1502
116%define VINF_CSAM_PENDING_ACTION 1503
117%define VERR_PGM_MAPPING_CONFLICT (-1600)
118%define VERR_PGM_HANDLER_PHYSICAL_NO_RAM_RANGE (-1601)
119%define VERR_PGM_HANDLER_VIRTUAL_CONFLICT (-1602)
120%define VERR_PGM_HANDLER_PHYSICAL_CONFLICT (-1603)
121%define VERR_PGM_INVALID_PAGE_DIRECTORY (-1604)
122%define VERR_PGM_INVALID_GC_PHYSICAL_ADDRESS (-1605)
123%define VERR_PGM_INVALID_GC_PHYSICAL_RANGE (-1606)
124%define VERR_PGM_HANDLER_NOT_FOUND (-1607)
125%define VERR_PGM_RAM_CONFLICT (-1608)
126%define VERR_PGM_MAPPINGS_FIXED (-1609)
127%define VERR_PGM_MAPPINGS_FIX_CONFLICT (-1610)
128%define VERR_PGM_MAPPINGS_FIX_REJECTED (-1611)
129%define VERR_PGM_MAPPINGS_FIX_TOO_SMALL (-1612)
130%define VINF_PGM_SYNC_CR3 1613
131%define VINF_PGM_NO_DIRTY_BIT_TRACKING 1614
132%define VINF_PGM_HANDLED_DIRTY_BIT_FAULT 1615
133%define VINF_PGM_HANDLER_DO_DEFAULT 1616
134%define VERR_PGM_UNSUPPORTED_HOST_PAGING_MODE (-1617)
135%define VERR_PGM_PHYS_PAGE_RESERVED (-1618)
136%define VERR_PGM_NO_HYPERVISOR_ADDRESS (-1619)
137%define VERR_PGM_POOL_FLUSHED (-1620)
138%define VERR_PGM_POOL_CLEARED (-1621)
139%define VINF_PGM_CACHED_PAGE 1622
140%define VINF_PGM_GCPHYS_ALIASED 1623
141%define VINF_PGM_CHANGE_MODE 1624
142%define VINF_PGM_SYNCPAGE_MODIFIED_PDE 1625
143%define VERR_PGM_GCPHYS_RANGE_CROSSES_BOUNDARY (-1626)
144%define VERR_PGM_INTERMEDIATE_PAGING_CONFLICT (-1627)
145%define VERR_PGM_UNSUPPORTED_SHADOW_PAGING_MODE (-1628)
146%define VERR_PGM_DYNMAP_FAILED (-1629)
147%define VERR_PGM_DYNMAP_FULL_SET (-1630)
148%define VERR_PGM_DYNMAP_SETUP_ERROR (-1631)
149%define VERR_PGM_DYNMAP_EXPAND_ERROR (-1632)
150%define VERR_PGM_PHYS_TLB_UNASSIGNED (-1633)
151%define VERR_PGM_PHYS_TLB_CATCH_ALL (-1634)
152%define VINF_PGM_PHYS_TLB_CATCH_WRITE 1635
153%define VERR_PGM_NO_CR3_SHADOW_ROOT (-1636)
154%define VERR_PGM_PHYS_INVALID_PAGE_ID (-1637)
155%define VERR_PGM_PHYS_WR_HIT_HANDLER (-1638)
156%define VERR_PGM_PHYS_NOT_RAM (-1639)
157%define VERR_PGM_PHYS_NOT_ROM (-1640)
158%define VERR_PGM_PHYS_NOT_MMIO (-1641)
159%define VERR_PGM_PHYS_NOT_MMIO2 (-1642)
160%define VERR_PGM_HANDLER_ALREADY_ALIASED (-1643)
161%define VINF_PGM_HANDLER_ALREADY_ALIASED (1643)
162%define VINF_PGM_POOL_FLUSH_PENDING (1644)
163%define VERR_PGM_INVALID_LARGE_PAGE_RANGE (-1645)
164%define VERR_PGM_PHYS_PAGE_BALLOONED (-1646)
165%define VINF_PGM_SHARED_MODULE_ALREADY_REGISTERED (1647)
166%define VERR_PGM_SHARED_MODULE_NOT_FOUND (-1648)
167%define VINF_PGM_SHARED_MODULE_COLLISION (1649)
168%define VERR_PGM_SHARED_MODULE_REGISTRATION_INCONSISTENCY (-1650)
169%define VERR_MM_RAM_CONFLICT (-1700)
170%define VERR_MM_HYPER_NO_MEMORY (-1701)
171%define VERR_CPUM_RAISE_GP_0 (-1750)
172%define VERR_SSM_UNIT_EXISTS (-1800)
173%define VERR_SSM_UNIT_NOT_FOUND (-1801)
174%define VERR_SSM_UNIT_NOT_OWNER (-1802)
175%define VERR_SSM_INTEGRITY (-1810)
176%define VERR_SSM_INTEGRITY_MAGIC (-1811)
177%define VERR_SSM_INTEGRITY_VERSION (-1812)
178%define VERR_SSM_INTEGRITY_SIZE (-1813)
179%define VERR_SSM_INTEGRITY_CRC (-1814)
180%define VERR_SMM_INTEGRITY_MACHINE (-1815)
181%define VERR_SSM_INTEGRITY_HEADER (-1816)
182%define VERR_SSM_INTEGRITY_UNIT (-1817)
183%define VERR_SSM_INTEGRITY_UNIT_MAGIC (-1818)
184%define VERR_SSM_INTEGRITY_UNIT_NOT_FOUND (-1819)
185%define VERR_SSM_INTEGRITY_VBOX_VERSION (-1820)
186%define VERR_SSM_INTEGRITY_FOOTER (-1821)
187%define VERR_SSM_INTEGRITY_REC_HDR (-1822)
188%define VERR_SSM_INTEGRITY_REC_TERM (-1823)
189%define VERR_SSM_INTEGRITY_REC_TERM_CRC (-1824)
190%define VERR_SSM_INTEGRITY_DECOMPRESSION (-1825)
191%define VERR_SSM_INTEGRITY_DIR (-1826)
192%define VERR_SSM_INTEGRITY_DIR_MAGIC (-1827)
193%define VERR_SSM_NO_LOAD_EXEC (-1830)
194%define VERR_SSM_LOADED_TOO_MUCH (-1831)
195%define VERR_SSM_INVALID_STATE (-1832)
196%define VERR_SSM_LOADED_TOO_LITTLE (-1833)
197%define VERR_SSM_UNSUPPORTED_DATA_UNIT_VERSION (-1840)
198%define VERR_SSM_DATA_UNIT_FORMAT_CHANGED (-1841)
199%define VERR_SSM_LOAD_CPUID_MISMATCH (-1842)
200%define VERR_SSM_LOAD_MEMORY_SIZE_MISMATCH (-1843)
201%define VERR_SSM_LOAD_CONFIG_MISMATCH (-1844)
202%define VERR_SSM_VIRTUAL_CLOCK_HZ (-1845)
203%define VERR_SSM_IDE_ASYNC_TIMEOUT (-1846)
204%define VERR_SSM_STRUCTURE_MAGIC (-1847)
205%define VERR_SSM_UNEXPECTED_DATA (-1848)
206%define VERR_SSM_GCPHYS_OVERFLOW (-1849)
207%define VERR_SSM_GCPTR_OVERFLOW (-1850)
208%define VINF_SSM_VOTE_FOR_ANOTHER_PASS 1851
209%define VINF_SSM_VOTE_DONE_DONT_CALL_AGAIN 1852
210%define VERR_SSM_VOTE_FOR_GIVING_UP (-1853)
211%define VINF_SSM_DONT_CALL_AGAIN 1854
212%define VERR_SSM_TOO_MANY_PASSES (-1855)
213%define VERR_SSM_STATE_GREW_TOO_BIG (-1856)
214%define VERR_SSM_LOW_ON_DISK_SPACE (-1857)
215%define VERR_SSM_CANCELLED (-1858)
216%define VERR_SSM_NO_PENDING_OPERATION (-1859)
217%define VERR_SSM_ALREADY_CANCELLED (-1860)
218%define VERR_SSM_LIVE_POWERED_OFF (-1861)
219%define VERR_SSM_LIVE_GURU_MEDITATION (-1862)
220%define VERR_SSM_LIVE_FATAL_ERROR (-1863)
221%define VINF_SSM_LIVE_SUSPENDED 1864
222%define VERR_SSM_FIELD_COMPLEX (-1864)
223%define VERR_SSM_FIELD_INVALID_SIZE (-1865)
224%define VERR_SSM_FIELD_OUT_OF_BOUNDS (-1866)
225%define VERR_SSM_FIELD_NOT_CONSECUTIVE (-1867)
226%define VERR_SSM_FIELD_INVALID_CALLBACK (-1868)
227%define VERR_SSM_FIELD_INVALID_PADDING_SIZE (-1869)
228%define VERR_SSM_FIELD_INVALID_VALUE (-1870)
229%define VERR_SSM_STREAM_ERROR (-1871)
230%define VERR_VM_ATRESET_NOT_FOUND (-1900)
231%define VERR_VM_REQUEST_INVALID_TYPE (-1901)
232%define VERR_VM_REQUEST_STATE (-1902)
233%define VERR_VM_REQUEST_INVALID_PACKAGE (-1903)
234%define VERR_VM_REQUEST_STATUS_STILL_PENDING (-1904)
235%define VERR_VM_REQUEST_STATUS_FREED (-1905)
236%define VERR_VM_THREAD_NOT_EMT (-1906)
237%define VERR_VM_INVALID_VM_STATE (-1907)
238%define VERR_VM_DRIVER_NOT_INSTALLED (-1908)
239%define VERR_VM_DRIVER_NOT_ACCESSIBLE (-1909)
240%define VERR_VM_DRIVER_LOAD_ERROR (-1910)
241%define VERR_VM_DRIVER_OPEN_ERROR (-1911)
242%define VERR_VM_DRIVER_VERSION_MISMATCH (-1912)
243%define VERR_VM_SAVE_STATE_NOT_ALLOWED (-1913)
244%define VERR_VM_THREAD_IS_EMT (-1914)
245%define VINF_VRDP_SUCCESS VINF_SUCCESS
246%define VERR_VRDP_TIMEOUT VERR_TIMEOUT
247%define VERR_VRDP_ISO_UNSUPPORTED (-2000)
248%define VERR_VRDP_SEC_ENGINE_FAIL (-2001)
249%define VERR_VRDP_PROTOCOL_ERROR (-2002)
250%define VERR_VRDP_NOT_SUPPORTED (-2003)
251%define VERR_VRDP_INSUFFICIENT_DATA (-2004)
252%define VERR_VRDP_INVALID_MODE (-2005)
253%define VERR_VRDP_NO_MEMORY (-2006)
254%define VERR_VRDP_ACCESS_DENIED (-2007)
255%define VWRN_VRDP_PDU_NOT_SUPPORTED 2008
256%define VINF_VRDP_PROCESS_PDU 2009
257%define VINF_VRDP_OPERATION_COMPLETED 2010
258%define VINF_VRDP_THREAD_STARTED 2011
259%define VINF_VRDP_RESIZE_REQUESTED 2012
260%define VINF_VRDP_OUTPUT_ENABLE 2013
261%define VERR_CFGM_INTEGER_TOO_BIG (-2100)
262%define VERR_CFGM_CHILD_NOT_FOUND (-2101)
263%define VERR_CFGM_INVALID_CHILD_PATH (-2102)
264%define VERR_CFGM_VALUE_NOT_FOUND (-2103)
265%define VERR_CFGM_NO_PARENT (-2104)
266%define VERR_CFGM_NO_NODE (-2105)
267%define VERR_CFGM_NOT_INTEGER (-2106)
268%define VERR_CFGM_NOT_STRING (-2107)
269%define VERR_CFGM_NOT_BYTES (-2108)
270%define VERR_CFGM_NOT_ENOUGH_SPACE (-2109)
271%define VERR_CFGM_INVALID_NODE_PATH (-2160)
272%define VERR_CFGM_NODE_EXISTS (-2161)
273%define VERR_CFGM_LEAF_EXISTS (-2162)
274%define VERR_CFGM_CONFIG_UNKNOWN_VALUE (-2163)
275%define VERR_CFGM_CONFIG_UNKNOWN_NODE (-2164)
276%define VERR_TM_LOAD_STATE (-2200)
277%define VERR_TM_INVALID_STATE (-2201)
278%define VERR_TM_UNKNOWN_STATE (-2202)
279%define VERR_TM_UNSTABLE_STATE (-2203)
280%define VERR_REM_VIRTUAL_HARDWARE_ERROR (-2300)
281%define VERR_REM_VIRTUAL_CPU_ERROR (-2301)
282%define VINF_REM_INTERRUPED_FF 2302
283%define VERR_REM_TOO_MANY_TRAPS (-2304)
284%define VERR_REM_NO_MORE_BP_SLOTS (-2305)
285%define VERR_REM_BP_NOT_FOUND (-2306)
286%define VERR_TRPM_NO_ACTIVE_TRAP (-2400)
287%define VERR_TRPM_ACTIVE_TRAP (-2401)
288%define VERR_TRPM_SHADOW_IDT_WRITE (-2402)
289%define VERR_TRPM_DONT_PANIC (-2403)
290%define VERR_TRPM_PANIC (-2404)
291%define VINF_TRPM_XCPT_DISPATCHED 2405
292%define VERR_SELM_SHADOW_GDT_WRITE (-2500)
293%define VERR_SELM_SHADOW_LDT_WRITE (-2501)
294%define VERR_SELM_SHADOW_TSS_WRITE (-2502)
295%define VINF_SELM_SYNC_GDT 2503
296%define VERR_SELM_NO_TSS (-2504)
297%define VERR_IOM_INVALID_IOPORT_RANGE (-2600)
298%define VERR_IOM_NO_HC_IOPORT_RANGE (-2601)
299%define VERR_IOM_IOPORT_RANGE_CONFLICT (-2602)
300%define VERR_IOM_IOPORT_RANGE_NOT_FOUND (-2603)
301%define VERR_IOM_NOT_IOPORT_RANGE_OWNER (-2604)
302%define VERR_IOM_INVALID_MMIO_RANGE (-2605)
303%define VERR_IOM_NO_HC_MMIO_RANGE (-2606)
304%define VERR_IOM_NOT_MMIO_RANGE_OWNER (-2607)
305%define VERR_IOM_MMIO_RANGE_CONFLICT (-2608)
306%define VERR_IOM_MMIO_RANGE_NOT_FOUND (-2609)
307%define VERR_IOM_INCOMPLETE_MMIO_RANGE (-2610)
308%define VERR_IOM_INVALID_IOPORT_SIZE (-2611)
309%define VERR_IOM_MMIO_HANDLER_BOGUS_CALL (-2612)
310%define VERR_IOM_MMIO_HANDLER_DISASM_ERROR (-2613)
311%define VERR_IOM_IOPORT_UNUSED (-2614)
312%define VINF_IOM_MMIO_UNUSED_00 2615
313%define VINF_IOM_MMIO_UNUSED_FF 2616
314%define VINF_IOM_HC_IOPORT_READ 2620
315%define VINF_IOM_HC_IOPORT_WRITE 2621
316%define VINF_IOM_HC_MMIO_READ 2623
317%define VINF_IOM_HC_MMIO_WRITE 2624
318%define VINF_IOM_HC_MMIO_READ_WRITE 2625
319%define VINF_VMM_CALL_HOST 2700
320%define VERR_VMM_RING0_ASSERTION (-2701)
321%define VERR_VMM_HYPER_CR3_MISMATCH (-2702)
322%define VERR_VMM_RING3_CALL_DISABLED (-2703)
323%define VERR_PDM_NO_SUCH_LUN (-2800)
324%define VERR_PDM_DEVINS_UNKNOWN_CFG_VALUES (-2801)
325%define VERR_PDM_MISSING_INTERFACE_ABOVE (-2802)
326%define VERR_PDM_MISSING_INTERFACE_BELOW (-2803)
327%define VERR_PDM_MISSING_INTERFACE (-2804)
328%define VERR_PDM_DRVINS_UNKNOWN_CFG_VALUES (-2805)
329%define VERR_PDM_TOO_PCI_MANY_DEVICES (-2806)
330%define VERR_PDM_NO_QUEUE_ITEMS (-2807)
331%define VERR_PDM_DRVINS_NO_ATTACH (-2808)
332%define VERR_PDM_DEVINS_NO_ATTACH (-2809)
333%define VERR_PDM_NO_ATTACHED_DRIVER (-2810)
334%define VERR_PDM_GEOMETRY_NOT_SET (-2811)
335%define VERR_PDM_TRANSLATION_NOT_SET (-2812)
336%define VERR_PDM_MEDIA_NOT_MOUNTED (-2813)
337%define VERR_PDM_MEDIA_MOUNTED (-2814)
338%define VERR_PDM_MEDIA_LOCKED (-2815)
339%define VERR_PDM_BLOCK_NO_TYPE (-2816)
340%define VERR_PDM_BLOCK_UNKNOWN_TYPE (-2817)
341%define VERR_PDM_BLOCK_UNKNOWN_TRANSLATION (-2818)
342%define VERR_PDM_UNSUPPORTED_BLOCK_TYPE (-2819)
343%define VERR_PDM_DRIVER_ALREADY_ATTACHED (-2820)
344%define VERR_PDM_NO_DRIVER_ATTACHED (-2821)
345%define VERR_PDM_CFG_MISSING_DRIVER_NAME (-2822)
346%define VERR_PDM_DRIVER_NOT_FOUND (-2823)
347%define VINF_PDM_ALREADY_LOADED (2824)
348%define VERR_PDM_MODULE_NAME_CLASH (-2825)
349%define VERR_PDM_NO_REGISTRATION_EXPORT (-2826)
350%define VERR_PDM_MODULE_NAME_TOO_LONG (-2827)
351%define VERR_PDM_DRIVER_NAME_CLASH (-2828)
352%define VERR_PDM_UNKNOWN_DRVREG_VERSION (-2829)
353%define VERR_PDM_INVALID_DRIVER_REGISTRATION (-2830)
354%define VERR_PDM_INVALID_DRIVER_HOST_BITS (-2831)
355%define VERR_PDM_DRIVER_DETACH_NOT_POSSIBLE (-2832)
356%define VERR_PDM_NO_PCI_BUS (-2833)
357%define VERR_PDM_NOT_PCI_DEVICE (-2834)
358%define VERR_PDM_UNKNOWN_DEVREG_VERSION (-2835)
359%define VERR_PDM_INVALID_DEVICE_REGISTRATION (-2836)
360%define VERR_PDM_INVALID_DEVICE_GUEST_BITS (-2837)
361%define VERR_PDM_INVALID_DEVICE_HOST_BITS (-2838)
362%define VERR_PDM_DEVICE_NAME_CLASH (-2839)
363%define VERR_PDM_DEVICE_NOT_FOUND (-2840)
364%define VERR_PDM_DEVICE_INSTANCE_NOT_FOUND (-2841)
365%define VERR_PDM_DEVICE_INSTANCE_NO_IBASE (-2842)
366%define VERR_PDM_DEVICE_INSTANCE_LUN_NOT_FOUND (-2843)
367%define VERR_PDM_DRIVER_INSTANCE_NOT_FOUND (-2844)
368%define VERR_PDM_LUN_NOT_FOUND (-2845)
369%define VERR_PDM_NO_DRIVER_ATTACHED_TO_LUN (-2846)
370%define VINF_PDM_NO_DRIVER_ATTACHED_TO_LUN 2846
371%define VERR_PDM_NO_PIC_INSTANCE (-2847)
372%define VERR_PDM_NO_APIC_INSTANCE (-2848)
373%define VERR_PDM_NO_DMAC_INSTANCE (-2849)
374%define VERR_PDM_NO_RTC_INSTANCE (-2850)
375%define VERR_PDM_HIF_SHARING_VIOLATION (-2851)
376%define VERR_PDM_HIF_OPEN_FAILED (-2852)
377%define VERR_PDM_DEVICE_NO_RT_ATTACH (-2853)
378%define VERR_PDM_DRIVER_NO_RT_ATTACH (-2854)
379%define VERR_PDM_HIF_INVALID_VERSION (-2855)
380%define VERR_PDM_UNKNOWN_USBREG_VERSION (-2856)
381%define VERR_PDM_INVALID_USB_REGISTRATION (-2857)
382%define VERR_PDM_USB_NAME_CLASH (-2858)
383%define VERR_PDM_USB_HUB_EXISTS (-2859)
384%define VERR_PDM_NO_USB_HUBS (-2860)
385%define VERR_PDM_NO_USB_PORTS (-2861)
386%define VERR_PDM_NO_USBPROXY (-2862)
387%define VERR_PDM_ASYNC_TEMPLATE_BUSY (-2863)
388%define VERR_PDM_ASYNC_COMPLETION_ALREADY_SUSPENDED (-2864)
389%define VERR_PDM_ASYNC_COMPLETION_NOT_SUSPENDED (-2865)
390%define VERR_PDM_DRIVER_INVALID_PROPERTIES (-2866)
391%define VERR_PDM_TOO_MANY_DEVICE_INSTANCES (-2867)
392%define VERR_PDM_TOO_MANY_DRIVER_INSTANCES (-2868)
393%define VERR_PDM_TOO_MANY_USB_DEVICE_INSTANCES (-2869)
394%define VERR_HGCM_SERVICE_NOT_FOUND (-2900)
395%define VINF_HGCM_CLIENT_REJECTED 2901
396%define VERR_HGCM_INVALID_CMD_ADDRESS (-2902)
397%define VINF_HGCM_ASYNC_EXECUTE 2903
398%define VERR_HGCM_INTERNAL (-2904)
399%define VERR_HGCM_INVALID_CLIENT_ID (-2905)
400%define VINF_HGCM_SAVE_STATE (2906)
401%define VERR_HGCM_SERVICE_EXISTS (-2907)
402%define VINF_NAT_DNS 3000
403%define VERR_NAT_REDIR_GUEST_IP (-3001)
404%define VERR_NAT_REDIR_SETUP (-3002)
405%define VERR_HOSTIF_INIT_FAILED (-3100)
406%define VERR_HOSTIF_DEVICE_NAME_TOO_LONG (-3101)
407%define VERR_HOSTIF_IOCTL (-3102)
408%define VERR_HOSTIF_BLOCKING (-3103)
409%define VERR_HOSTIF_FD_AND_INIT_TERM (-3104)
410%define VERR_HOSTIF_TERM_FAILED (-3105)
411%define VERR_VD_INVALID_TYPE (-3200)
412%define VERR_VD_INVALID_STATE (-3201)
413%define VERR_VD_VALUE_NOT_FOUND (-3202)
414%define VERR_VD_NOT_OPENED (-3203)
415%define VERR_VD_IMAGE_NOT_FOUND (-3204)
416%define VERR_VD_IMAGE_READ_ONLY (-3205)
417%define VERR_VD_GEOMETRY_NOT_SET (-3206)
418%define VERR_VD_BLOCK_FREE (-3207)
419%define VERR_VD_UUID_MISMATCH (-3208)
420%define VINF_VD_ASYNC_IO_FINISHED 3209
421%define VERR_VD_ASYNC_IO_IN_PROGRESS (-3210)
422%define VERR_VD_INVALID_SIZE (-3211)
423%define VERR_VD_GEN_INVALID_HEADER (-3220)
424%define VERR_VD_VDI_INVALID_HEADER (-3230)
425%define VERR_VD_VDI_INVALID_SIGNATURE (-3231)
426%define VERR_VD_VDI_UNSUPPORTED_VERSION (-3232)
427%define VERR_VD_VDI_COMMENT_TOO_LONG (-3233)
428%define VERR_VD_VMDK_INVALID_HEADER (-3240)
429%define VERR_VD_VMDK_UNSUPPORTED_VERSION (-3241)
430%define VERR_VD_VMDK_VALUE_NOT_FOUND (-3242)
431%define VERR_VD_VMDK_INVALID_STATE (-3243)
432%define VERR_VD_VMDK_INVALID_FORMAT (-3244)
433%define VERR_VD_VMDK_INVALID_WRITE (-3245)
434%define VERR_VD_ISCSI_INVALID_HEADER (-3250)
435%define VERR_VD_ISCSI_UNKNOWN_CFG_VALUES (-3251)
436%define VERR_VD_ISCSI_UNKNOWN_INTERFACE (-3252)
437%define VERR_VD_ISCSI_INVALID_STATE (-3253)
438%define VERR_VD_ISCSI_INVALID_TYPE (-3254)
439%define VERR_VD_VHD_INVALID_HEADER (-3260)
440%define VERR_VD_PARALLELS_INVALID_HEADER (-3265)
441%define VERR_VD_DMG_INVALID_HEADER (-3267)
442%define VERR_VD_RAW_INVALID_HEADER (-3270)
443%define VERR_VD_RAW_INVALID_TYPE (-3271)
444%define VERR_VD_NOT_ENOUGH_METADATA (-3272)
445%define VERR_VD_IOCTX_HALT (-3273)
446%define VERR_VD_CACHE_ALREADY_EXISTS (-3274)
447%define VERR_VD_CACHE_NOT_FOUND (-3275)
448%define VERR_VD_CACHE_NOT_UP_TO_DATE (-3276)
449%define VERR_VBGL_NOT_INITIALIZED (-3300)
450%define VERR_VBGL_INVALID_ADDR (-3301)
451%define VERR_VBGL_IOCTL_FAILED (-3302)
452%define VERR_VUSB_NO_PORTS (-3400)
453%define VERR_VUSB_DEVICE_NOT_ATTACHED (-3401)
454%define VERR_VUSB_NO_URB_MEMORY (-3402)
455%define VERR_VUSB_FAILED_TO_QUEUE_URB (-3403)
456%define VERR_VUSB_DEVICE_NAME_NOT_FOUND (-3404)
457%define VERR_VUSB_USBFS_PERMISSION (-3405)
458%define VERR_VUSB_DEVICE_IS_RESETTING (-3406)
459%define VERR_VUSB_DEVICE_IS_SUSPENDED (-3407)
460%define VERR_VGA_INVALID_CUSTOM_MODE (-3500)
461%define VINF_VGA_RESIZE_IN_PROGRESS (3501)
462%define VERR_INTNET_FLT_IF_NOT_FOUND (-3600)
463%define VERR_INTNET_FLT_IF_BUSY (-3601)
464%define VERR_INTNET_FLT_IF_FAILED (-3602)
465%define VERR_INTNET_INCOMPATIBLE_TRUNK (-3603)
466%define VERR_INTNET_INCOMPATIBLE_FLAGS (-3604)
467%define VERR_INTNET_FLT_VNIC_CREATE_FAILED (-3605)
468%define VERR_SUPDRV_COMPONENT_NOT_FOUND (-3700)
469%define VERR_SUPDRV_INTERFACE_NOT_SUPPORTED (-3701)
470%define VERR_SUPDRV_SERVICE_NOT_FOUND (-3702)
471%define VERR_SUPDRV_KERNEL_TOO_OLD_FOR_VTX (-3703)
472%define VERR_SUPLIB_PATH_NOT_ABSOLUTE (-3750)
473%define VERR_SUPLIB_PATH_NOT_CLEAN (-3751)
474%define VERR_SUPLIB_PATH_TOO_LONG (-3752)
475%define VERR_SUPLIB_PATH_TOO_SHORT (-3753)
476%define VERR_SUPLIB_PATH_TOO_MANY_COMPONENTS (-3754)
477%define VERR_SUPLIB_PATH_IS_ROOT (-3755)
478%define VERR_SUPLIB_DIR_ENUM_FAILED (-3756)
479%define VERR_SUPLIB_STAT_ENUM_FAILED (-3757)
480%define VERR_SUPLIB_STAT_FAILED (-3758)
481%define VERR_SUPLIB_FSTAT_FAILED (-3759)
482%define VERR_SUPLIB_SYMLINKS_ARE_NOT_PERMITTED (-3760)
483%define VERR_SUPLIB_NOT_DIR_NOT_FILE (-3761)
484%define VERR_SUPLIB_IS_DIRECTORY (-3762)
485%define VERR_SUPLIB_IS_FILE (-3763)
486%define VERR_SUPLIB_NOT_SAME_OBJECT (-3764)
487%define VERR_SUPLIB_OWNER_NOT_ROOT (-3765)
488%define VERR_SUPLIB_WRITE_NON_SYS_GROUP (-3766)
489%define VERR_SUPLIB_WORLD_WRITABLE (-3767)
490%define VERR_SUPLIB_INVALID_ARGV0_INTERNAL (-3768)
491%define VERR_SUPLIB_INVALID_INTERNAL_APP_DIR (-3769)
492%define VERR_GMM_SEED_ME (-3800)
493%define VERR_GMM_OUT_OF_MEMORY (-3801)
494%define VERR_GMM_HIT_GLOBAL_LIMIT (-3802)
495%define VERR_GMM_HIT_VM_ACCOUNT_LIMIT (-3803)
496%define VERR_GMM_ATTEMPT_TO_FREE_TOO_MUCH (-3804)
497%define VERR_GMM_ATTEMPT_TO_DEFLATE_TOO_MUCH (-3805)
498%define VERR_GMM_PAGE_NOT_FOUND (-3806)
499%define VERR_GMM_PAGE_NOT_PRIVATE (-3807)
500%define VERR_GMM_PAGE_NOT_SHARED (-3808)
501%define VERR_GMM_PAGE_ALREADY_FREE (-3809)
502%define VERR_GMM_NOT_PAGE_OWNER (-3810)
503%define VERR_GMM_CHUNK_NOT_FOUND (-3811)
504%define VERR_GMM_CHUNK_ALREADY_MAPPED (-3812)
505%define VERR_GMM_CHUNK_NOT_MAPPED (-3813)
506%define VERR_GMM_MEMORY_RESERVATION_DECLINED (-3814)
507%define VERR_GVM_TOO_MANY_VMS (-3900)
508%define VINF_GVM_NOT_BLOCKED 3901
509%define VINF_GVM_NOT_BUSY_IN_GC 3902
510%define VINF_GVM_YIELDED 3903
511%define VERR_VMX_INVALID_VMCS_FIELD (-4000)
512%define VERR_VMX_INVALID_VMCS_PTR (-4001)
513%define VERR_VMX_INVALID_VMXON_PTR (-4002)
514%define VERR_VMX_GENERIC (-4003)
515%define VERR_VMX_UNSUPPORTED_MODE (-4004)
516%define VERR_VMX_UNABLE_TO_START_VM (-4005)
517%define VERR_VMX_UNABLE_TO_RESUME_VM (-4006)
518%define VERR_VMX_INVALID_HOST_STATE (-4007)
519%define VERR_VMX_ILLEGAL_FEATURE_CONTROL_MSR (-4008)
520%define VERR_VMX_NO_VMX (-4009)
521%define VERR_VMX_VMXON_FAILED (-4010)
522%define VERR_VMX_IN_VMX_ROOT_MODE (-4011)
523%define VERR_VMX_X86_CR4_VMXE_CLEARED (-4012)
524%define VERR_VMX_MSR_LOCKED_OR_DISABLED (-4013)
525%define VERR_VMX_INVALID_GUEST_STATE (-4014)
526%define VERR_VMX_UNEXPECTED_EXIT_CODE (-4015)
527%define VERR_VMX_UNEXPECTED_EXCEPTION (-4016)
528%define VERR_VMX_UNEXPECTED_INTERRUPTION_EXIT_CODE (-4017)
529%define VERR_VMX_NOT_IN_VMX_ROOT_MODE (-4018)
530%define VERR_SVM_UNABLE_TO_START_VM (-4050)
531%define VERR_SVM_ILLEGAL_EFER_MSR (-4051)
532%define VERR_SVM_NO_SVM (-4052)
533%define VERR_SVM_DISABLED (-4053)
534%define VERR_SVM_IN_USE (-4054)
535%define VERR_HWACCM_UNKNOWN_CPU (-4100)
536%define VERR_HWACCM_NO_CPUID (-4101)
537%define VERR_HWACCM_SUSPEND_PENDING (-4102)
538%define VERR_HWACCM_CONFIG_MISMATCH (-4103)
539%define VERR_DIS_INVALID_OPCODE (-4200)
540%define VERR_DIS_GEN_FAILURE (-4201)
541%define VERR_WEB_NOT_AUTHENTICATED (-4300)
542%define VERR_WEB_INVALID_MANAGED_OBJECT_REFERENCE (-4301)
543%define VERR_WEB_INVALID_SESSION_ID (-4302)
544%define VERR_WEB_INVALID_OBJECT_ID (-4303)
545%define VERR_WEB_UNSUPPORTED_INTERFACE (-4304)
546%define VINF_PARAV_SWITCH_TO_HOST 4400
547%define VINF_VHWA_CMD_PENDING 4500
548%define VERR_COM_UNEXPECTED (-4600)
549%define VERR_COM_VBOX_LOWEST (-4699)
550%define VERR_COM_OBJECT_NOT_FOUND (VERR_COM_VBOX_LOWEST + 1)
551%define VERR_COM_INVALID_VM_STATE (VERR_COM_VBOX_LOWEST + 2)
552%define VERR_COM_VM_ERROR (VERR_COM_VBOX_LOWEST + 3)
553%define VERR_COM_FILE_ERROR (VERR_COM_VBOX_LOWEST + 4)
554%define VERR_COM_IPRT_ERROR (VERR_COM_VBOX_LOWEST + 5)
555%define VERR_COM_PDM_ERROR (VERR_COM_VBOX_LOWEST + 6)
556%define VERR_COM_INVALID_OBJECT_STATE (VERR_COM_VBOX_LOWEST + 7)
557%define VERR_COM_HOST_ERROR (VERR_COM_VBOX_LOWEST + 8)
558%define VERR_COM_NOT_SUPPORTED (VERR_COM_VBOX_LOWEST + 9)
559%define VERR_COM_XML_ERROR (VERR_COM_VBOX_LOWEST + 10)
560%define VERR_COM_INVALID_SESSION_STATE (VERR_COM_VBOX_LOWEST + 11)
561%define VERR_COM_OBJECT_IN_USE (VERR_COM_VBOX_LOWEST + 12)
562%define VERR_COM_DONT_CALL_AGAIN (VERR_COM_VBOX_LOWEST + 13)
563%define VERR_CPU_HOTPLUG_NOT_MONITORED_BY_GUEST (-4700)
564%define VINF_AIO_TASK_PENDING 4800
565%define VERR_VSCSI_LUN_TYPE_NOT_SUPPORTED (-4900)
566%define VERR_VSCSI_LUN_ATTACHED_TO_DEVICE (-4901)
567%define VERR_VSCSI_LUN_INVALID (-4902)
568%define VERR_VSCSI_LUN_NOT_ATTACHED (-4903)
569%define VERR_VSCSI_LUN_BUSY (-4904)
570%define VERR_FAM_OPEN_FAILED (-5000)
571%define VERR_FAM_MONITOR_FILE_FAILED (-5001)
572%define VERR_FAM_MONITOR_DIRECTORY_FAILED (-5002)
573%define VERR_FAM_CONNECTION_LOST (-5003)
574%define VERR_EXTPACK_UNSUPPORTED_HOST_UNINSTALL (-6000)
575%include "iprt/err.mac"
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