VirtualBox

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

Last change on this file since 1 was 1, checked in by vboxsync, 55 years ago

import

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 14.4 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 VINF_EM_FIRST 1100
15%define VINF_EM_TERMINATE 1100
16%define VINF_EM_DBG_HYPER_STEPPED 1101
17%define VINF_EM_DBG_HYPER_BREAKPOINT 1102
18%define VINF_EM_DBG_HYPER_ASSERTION 1103
19%define VINF_EM_DBG_STOP 1104
20%define VINF_EM_DBG_STEPPED 1105
21%define VINF_EM_DBG_BREAKPOINT 1106
22%define VINF_EM_DBG_STEP 1107
23%define VINF_EM_OFF 1108
24%define VINF_EM_RESET 1109
25%define VINF_EM_SUSPEND 1110
26%define VINF_EM_HALT 1111
27%define VINF_EM_RESUME 1112
28%define VINF_EM_RESCHEDULE_REM 1114
29%define VINF_EM_RESCHEDULE_HWACC 1115
30%define VINF_EM_RESCHEDULE_RAW 1116
31%define VINF_EM_RESCHEDULE 1117
32%define VINF_EM_LAST 1118
33%define VINF_EM_RAW_GUEST_TRAP 1120
34%define VINF_EM_RAW_INTERRUPT 1121
35%define VINF_EM_RAW_INTERRUPT_HYPER 1122
36%define VINF_EM_RAW_RING_SWITCH 1123
37%define VINF_EM_RAW_RING_SWITCH_INT 1124
38%define VINF_EM_RAW_EXCEPTION_PRIVILEGED 1125
39%define VINF_EM_RAW_EMULATE_INSTR 1126
40%define VINF_EM_RAW_EMULATE_INSTR_TSS_FAULT 1127
41%define VINF_EM_RAW_EMULATE_INSTR_LDT_FAULT 1128
42%define VINF_EM_RAW_EMULATE_INSTR_IDT_FAULT 1129
43%define VINF_EM_RAW_EMULATE_INSTR_GDT_FAULT 1130
44%define VINF_EM_RAW_EMULATE_INSTR_PD_FAULT 1131
45%define VERR_EM_RAW_PATCH_CONFLICT (-1132)
46%define VINF_EM_RAW_EMULATE_INSTR_HLT 1133
47%define VINF_EM_RAW_TO_R3 1134
48%define VINF_EM_RAW_TIMER_PENDING 1135
49%define VINF_EM_RAW_INTERRUPT_PENDING 1136
50%define VINF_EM_RAW_STALE_SELECTOR 1137
51%define VINF_EM_RAW_IRET_TRAP 1138
52%define VERR_EM_INTERPRETER (-1148)
53%define VERR_EM_INTERNAL_ERROR (-1149)
54%define VINF_EM_PENDING_REQUEST (-1150)
55%define VERR_DBGF_NOT_ATTACHED (-1200)
56%define VERR_DBGF_ALREADY_ATTACHED (-1201)
57%define VWRN_DBGF_ALREADY_HALTED 1202
58%define VERR_DBGF_NO_MORE_BP_SLOTS (-1203)
59%define VERR_DBGF_BP_NOT_FOUND (-1204)
60%define VINF_DBGF_BP_ALREADY_ENABLED 1205
61%define VINF_DBGF_BP_ALREADY_DISABLED 1206
62%define VINF_DBGF_BP_ALREADY_EXIST 1207
63%define VWRN_CONTINUE_ANALYSIS 1400
64%define VWRN_CONTINUE_RECOMPILE VWRN_CONTINUE_ANALYSIS
65%define VWRN_PATM_CONTINUE_SEARCH VWRN_CONTINUE_ANALYSIS
66%define VERR_PATCHING_REFUSED (-1401)
67%define VERR_PATCH_NOT_FOUND (-1402)
68%define VERR_PATCH_DISABLED (-1403)
69%define VWRN_PATCH_ENABLED 1404
70%define VERR_PATCH_ALREADY_DISABLED (-1405)
71%define VERR_PATCH_ALREADY_ENABLED (-1406)
72%define VINF_PATM_PATCH_TRAP_GP 1407
73%define VINF_PATM_LEAVEGC_FIRST VINF_PATM_PATCH_TRAP_GP
74%define VINF_PATM_PATCH_TRAP_PF 1408
75%define VINF_PATM_PATCH_INT3 1409
76%define VINF_PATM_CHECK_PATCH_PAGE 1410
77%define VINF_PATM_DUPLICATE_FUNCTION 1411
78%define VINF_PATCH_EMULATE_INSTR 1412
79%define VINF_PATM_HC_MMIO_PATCH_WRITE 1413
80%define VINF_PATM_HC_MMIO_PATCH_READ 1414
81%define VINF_PATM_LEAVEGC_LAST VINF_PATCH_EMULATE_INSTR
82%define VERR_PATCH_NO_CONFLICT (-1415)
83%define VERR_PATM_UNSAFE_CODE (-1416)
84%define VWRN_PATCH_END_BRANCH 1417
85%define VERR_PATM_ALREADY_PATCHED (-1418)
86%define VINF_PATM_SPINLOCK_FAILED (1419)
87%define VINF_PATCH_CONTINUE (1420)
88%define VWRN_CSAM_TRAP_NOT_HANDLED 1500
89%define VWRN_CSAM_INSTRUCTION_PATCHED 1501
90%define VWRN_CSAM_PAGE_NOT_FOUND 1502
91%define VINF_CSAM_PENDING_ACTION 1503
92%define VERR_PGM_MAPPING_CONFLICT (-1600)
93%define VERR_PGM_HANDLER_PHYSICAL_NO_RAM_RANGE (-1601)
94%define VERR_PGM_HANDLER_VIRTUAL_CONFLICT (-1602)
95%define VERR_PGM_HANDLER_PHYSICAL_CONFLICT (-1603)
96%define VERR_PGM_INVALID_PAGE_DIRECTORY (-1604)
97%define VERR_PGM_INVALID_GC_PHYSICAL_ADDRESS (-1605)
98%define VERR_PGM_INVALID_GC_PHYSICAL_RANGE (-1606)
99%define VERR_PGM_HANDLER_NOT_FOUND (-1607)
100%define VERR_PGM_RAM_CONFLICT (-1608)
101%define VERR_PGM_MAPPINGS_FIXED (-1609)
102%define VERR_PGM_MAPPINGS_FIX_CONFLICT (-1610)
103%define VERR_PGM_MAPPINGS_FIX_REJECTED (-1611)
104%define VERR_PGM_MAPPINGS_FIX_TOO_SMALL (-1612)
105%define VINF_PGM_SYNC_CR3 1613
106%define VINF_PGM_NO_DIRTY_BIT_TRACKING 1614
107%define VINF_PGM_HANDLED_DIRTY_BIT_FAULT 1615
108%define VINF_PGM_HANDLER_DO_DEFAULT 1616
109%define VERR_PGM_UNSUPPORTED_HOST_PAGING_MODE (-1617)
110%define VERR_PGM_PHYS_PAGE_RESERVED (-1618)
111%define VERR_PGM_NO_HYPERVISOR_ADDRESS (-1619)
112%define VERR_PGM_POOL_FLUSHED (-1620)
113%define VERR_PGM_POOL_CLEARED (-1621)
114%define VINF_PGM_CACHED_PAGE 1622
115%define VINF_PGM_GCPHYS_ALIASED 1623
116%define VINF_PGM_CHANGE_MODE 1624
117%define VINF_PGM_SYNCPAGE_MODIFIED_PDE 1625
118%define VERR_MM_RAM_CONFLICT (-1700)
119%define VERR_MM_HYPER_NO_MEMORY (-1701)
120%define VERR_SSM_UNIT_EXISTS (-1800)
121%define VERR_SSM_UNIT_NOT_FOUND (-1801)
122%define VERR_SSM_UNIT_NOT_OWNER (-1802)
123%define VERR_SSM_INTEGRITY (-1810)
124%define VERR_SSM_INTEGRITY_MAGIC (-1811)
125%define VERR_SSM_INTEGRITY_VERSION (-1812)
126%define VERR_SSM_INTEGRITY_SIZE (-1813)
127%define VERR_SSM_INTEGRITY_CRC (-1814)
128%define VERR_SMM_INTEGRITY_MACHINE (-1815)
129%define VERR_SSM_INTEGRITY_UNIT_MAGIC (-1816)
130%define VERR_SSM_INTEGRITY_UNIT_NOT_FOUND (-1817)
131%define VERR_SSM_NO_LOAD_EXEC (-1818)
132%define VERR_SSM_LOADED_TOO_MUCH (-1819)
133%define VERR_SSM_INVALID_STATE (-1820)
134%define VERR_SSM_UNSUPPORTED_DATA_UNIT_VERSION (-1821)
135%define VERR_SSM_DATA_UNIT_FORMAT_CHANGED (-1822)
136%define VERR_SSM_LOAD_CPUID_MISMATCH (-1823)
137%define VERR_SSM_LOAD_MEMORY_SIZE_MISMATCH (-1824)
138%define VERR_SSM_LOAD_CONFIG_MISMATCH (-1825)
139%define VERR_SSM_VIRTUAL_CLOCK_HZ (-1826)
140%define VERR_SSM_IDE_ASYNC_TIMEOUT (-1827)
141%define VERR_SSM_STRUCTURE_MAGIC (-1828)
142%define VERR_VM_ATRESET_NOT_FOUND (-1900)
143%define VERR_VM_REQUEST_INVALID_TYPE (-1901)
144%define VERR_VM_REQUEST_STATE (-1902)
145%define VERR_VM_REQUEST_INVALID_PACKAGE (-1903)
146%define VERR_VM_REQUEST_STATUS_STILL_PENDING (-1904)
147%define VERR_VM_REQUEST_STATUS_FREED (-1905)
148%define VERR_VM_THREAD_NOT_EMT (-1906)
149%define VERR_VM_INVALID_VM_STATE (-1907)
150%define VERR_VM_DRIVER_NOT_INSTALLED (-1908)
151%define VERR_VM_DRIVER_NOT_ACCESSIBLE (-1909)
152%define VERR_VM_DRIVER_LOAD_ERROR (-1910)
153%define VERR_VM_DRIVER_OPEN_ERROR (-1911)
154%define VERR_VM_DRIVER_VERSION_MISMATCH (-1912)
155%define VINF_VRDP_SUCCESS VINF_SUCCESS
156%define VERR_VRDP_TIMEOUT VERR_TIMEOUT
157%define VERR_VRDP_ISO_UNSUPPORTED (-2000)
158%define VERR_VRDP_SEC_ENGINE_FAIL (-2001)
159%define VERR_VRDP_PROTOCOL_ERROR (-2002)
160%define VERR_VRDP_NOT_SUPPORTED (-2003)
161%define VERR_VRDP_INSUFFICIENT_DATA (-2004)
162%define VERR_VRDP_INVALID_MODE (-2005)
163%define VERR_VRDP_NO_MEMORY (-2006)
164%define VERR_VRDP_ACCESS_DENIED (-2007)
165%define VWRN_VRDP_PDU_NOT_SUPPORTED 2008
166%define VINF_VRDP_PROCESS_PDU 2009
167%define VINF_VRDP_OPERATION_COMPLETED 2010
168%define VINF_VRDP_THREAD_STARTED 2011
169%define VINF_VRDP_RESIZE_REQUESTED 2012
170%define VERR_CFGM_INTEGER_TOO_BIG (-2100)
171%define VERR_CFGM_CHILD_NOT_FOUND (-2101)
172%define VERR_CFGM_INVALID_CHILD_PATH (-2102)
173%define VERR_CFGM_VALUE_NOT_FOUND (-2103)
174%define VERR_CFGM_NO_PARENT (-2104)
175%define VERR_CFGM_NO_NODE (-2105)
176%define VERR_CFGM_NOT_INTEGER (-2106)
177%define VERR_CFGM_NOT_STRING (-2107)
178%define VERR_CFGM_NOT_BYTES (-2108)
179%define VERR_CFGM_NOT_ENOUGH_SPACE (-2109)
180%define VERR_CFGM_INVALID_NODE_PATH (-2160)
181%define VERR_CFGM_NODE_EXISTS (-2161)
182%define VERR_CFGM_LEAF_EXISTS (-2162)
183%define VERR_TM_LOAD_STATE (-2200)
184%define VERR_TM_INVALID_STATE (-2201)
185%define VERR_TM_UNKNOWN_STATE (-2202)
186%define VERR_TM_UNSTABLE_STATE (-2203)
187%define VERR_REM_VIRTUAL_HARDWARE_ERROR (-2300)
188%define VERR_REM_VIRTUAL_CPU_ERROR (-2301)
189%define VINF_REM_INTERRUPED_FF 2302
190%define VERR_REM_FLUSHED_PAGES_OVERFLOW (-2303)
191%define VERR_REM_TOO_MANY_TRAPS (-2304)
192%define VERR_REM_NO_MORE_BP_SLOTS (-2305)
193%define VERR_REM_BP_NOT_FOUND (-2306)
194%define VERR_TRPM_NO_ACTIVE_TRAP (-2400)
195%define VERR_TRPM_ACTIVE_TRAP (-2401)
196%define VERR_TRPM_SHADOW_IDT_WRITE (-2402)
197%define VERR_TRPM_DONT_PANIC (-2403)
198%define VERR_TRPM_PANIC (-2404)
199%define VINF_TRPM_XCPT_DISPATCHED 2405
200%define VERR_SELM_SHADOW_GDT_WRITE (-2500)
201%define VERR_SELM_SHADOW_LDT_WRITE (-2501)
202%define VERR_SELM_SHADOW_TSS_WRITE (-2502)
203%define VINF_SELM_SYNC_GDT 2503
204%define VERR_SELM_NO_TSS (-2504)
205%define VERR_IOM_INVALID_IOPORT_RANGE (-2600)
206%define VERR_IOM_NO_HC_IOPORT_RANGE (-2601)
207%define VERR_IOM_IOPORT_RANGE_CONFLICT (-2602)
208%define VERR_IOM_IOPORT_RANGE_NOT_FOUND (-2603)
209%define VERR_IOM_NOT_IOPORT_RANGE_OWNER (-2604)
210%define VERR_IOM_INVALID_MMIO_RANGE (-2605)
211%define VERR_IOM_NO_HC_MMIO_RANGE (-2606)
212%define VERR_IOM_NOT_MMIO_RANGE_OWNER (-2607)
213%define VERR_IOM_MMIO_RANGE_CONFLICT (-2608)
214%define VERR_IOM_MMIO_RANGE_NOT_FOUND (-2609)
215%define VERR_IOM_INCOMPLETE_MMIO_RANGE (-2610)
216%define VERR_IOM_INVALID_IOPORT_SIZE (-2611)
217%define VERR_IOM_MMIO_HANDLER_BOGUS_CALL (-2612)
218%define VERR_IOM_MMIO_HANDLER_DISASM_ERROR (-2613)
219%define VERR_IOM_IOPORT_UNUSED (-2614)
220%define VINF_IOM_MMIO_UNUSED_00 2615
221%define VINF_IOM_MMIO_UNUSED_FF 2616
222%define VINF_IOM_HC_IOPORT_READ 2620
223%define VINF_IOM_HC_IOPORT_WRITE 2621
224%define VINF_IOM_HC_IOPORT_READWRITE 2622
225%define VINF_IOM_HC_MMIO_READ 2623
226%define VINF_IOM_HC_MMIO_WRITE 2624
227%define VINF_IOM_HC_MMIO_READ_WRITE 2625
228%define VINF_VMM_CALL_HOST 2700
229%define VERR_PDM_NO_SUCH_LUN (-2800)
230%define VERR_PDM_DEVINS_UNKNOWN_CFG_VALUES (-2801)
231%define VERR_PDM_MISSING_INTERFACE_ABOVE (-2802)
232%define VERR_PDM_MISSING_INTERFACE_BELOW (-2803)
233%define VERR_PDM_MISSING_INTERFACE (-2804)
234%define VERR_PDM_DRVINS_UNKNOWN_CFG_VALUES (-2805)
235%define VERR_PDM_TOO_PCI_MANY_DEVICES (-2806)
236%define VERR_PDM_NO_QUEUE_ITEMS (-2807)
237%define VERR_PDM_DRVINS_NO_ATTACH (-2808)
238%define VERR_PDM_DEVINS_NO_ATTACH (-2809)
239%define VERR_PDM_NO_ATTACHED_DRIVER (-2810)
240%define VERR_PDM_GEOMETRY_NOT_SET (-2811)
241%define VERR_PDM_TRANSLATION_NOT_SET (-2812)
242%define VERR_PDM_MEDIA_NOT_MOUNTED (-2813)
243%define VERR_PDM_MEDIA_MOUNTED (-2814)
244%define VERR_PDM_MEDIA_LOCKED (-2815)
245%define VERR_PDM_BLOCK_NO_TYPE (-2816)
246%define VERR_PDM_BLOCK_UNKNOWN_TYPE (-2817)
247%define VERR_PDM_BLOCK_UNKNOWN_TRANSLATION (-2818)
248%define VERR_PDM_UNSUPPORTED_BLOCK_TYPE (-2819)
249%define VERR_PDM_DRIVER_ALREADY_ATTACHED (-2820)
250%define VERR_PDM_NO_DRIVER_ATTACHED (-2821)
251%define VERR_PDM_CFG_MISSING_DRIVER_NAME (-2822)
252%define VERR_PDM_DRIVER_NOT_FOUND (-2823)
253%define VINF_PDM_ALREADY_LOADED (2824)
254%define VERR_PDM_MODULE_NAME_CLASH (-2825)
255%define VERR_PDM_NO_REGISTRATION_EXPORT (-2826)
256%define VERR_PDM_MODULE_NAME_TOO_LONG (-2827)
257%define VERR_PDM_DRIVER_NAME_CLASH (-2828)
258%define VERR_PDM_UNKNOWN_DRVREG_VERSION (-2829)
259%define VERR_PDM_INVALID_DRIVER_REGISTRATION (-2830)
260%define VERR_PDM_INVALID_DRIVER_HOST_BITS (-2831)
261%define VERR_PDM_DRIVER_DETACH_NOT_POSSIBLE (-2832)
262%define VERR_PDM_NO_PCI_BUS (-2833)
263%define VERR_PDM_NOT_PCI_DEVICE (-2834)
264%define VERR_PDM_UNKNOWN_DEVREG_VERSION (-2835)
265%define VERR_PDM_INVALID_DEVICE_REGISTRATION (-2836)
266%define VERR_PDM_INVALID_DEVICE_GUEST_BITS (-2837)
267%define VERR_PDM_INVALID_DEVICE_HOST_BITS (-2838)
268%define VERR_PDM_DEVICE_NAME_CLASH (-2839)
269%define VERR_PDM_DEVICE_NOT_FOUND (-2840)
270%define VERR_PDM_DEVICE_INSTANCE_NOT_FOUND (-2841)
271%define VERR_PDM_DEVICE_INSTANCE_NO_IBASE (-2842)
272%define VERR_PDM_DEVICE_INSTANCE_LUN_NOT_FOUND (-2843)
273%define VERR_PDM_DRIVER_INSTANCE_NOT_FOUND (-2844)
274%define VERR_PDM_LUN_NOT_FOUND (-2845)
275%define VERR_PDM_NO_DRIVER_ATTACHED_TO_LUN (-2846)
276%define VINF_PDM_NO_DRIVER_ATTACHED_TO_LUN 2846
277%define VERR_PDM_NO_PIC_INSTANCE (-2847)
278%define VERR_PDM_NO_APIC_INSTANCE (-2848)
279%define VERR_PDM_NO_DMAC_INSTANCE (-2849)
280%define VERR_PDM_NO_RTC_INSTANCE (-2850)
281%define VERR_PDM_HIF_SHARING_VIOLATION (-2851)
282%define VERR_PDM_HIF_OPEN_FAILED (-2852)
283%define VERR_PDM_DEVICE_NO_RT_ATTACH (-2853)
284%define VERR_PDM_DEVICE_NO_RT_DETACH (-2854)
285%define VERR_HGCM_SERVICE_NOT_FOUND (-2900)
286%define VINF_HGCM_CLIENT_REJECTED 2901
287%define VERR_HGCM_INVALID_CMD_ADDRESS (-2902)
288%define VINF_HGCM_ASYNC_EXECUTE 2903
289%define VERR_HGCM_INTERNAL (-2904)
290%define VERR_NAT_DNS (-3000)
291%define VERR_NAT_REDIR_GUEST_IP (-3001)
292%define VERR_NAT_REDIR_SETUP (-3002)
293%define VERR_HOSTIF_INIT_FAILED (-3100)
294%define VERR_HOSTIF_DEVICE_NAME_TOO_LONG (-3101)
295%define VERR_HOSTIF_IOCTL (-3102)
296%define VERR_HOSTIF_BLOCKING (-3103)
297%define VERR_HOSTIF_FD_AND_INIT_TERM (-3104)
298%define VERR_VDI_INVALID_HEADER (-3200)
299%define VERR_VDI_INVALID_SIGNATURE (-3201)
300%define VERR_VDI_UNSUPPORTED_VERSION (-3202)
301%define VERR_VDI_INVALID_TYPE (-3203)
302%define VERR_VDI_INVALID_FLAGS (-3204)
303%define VERR_VDI_INVALID_STATE (-3205)
304%define VERR_VDI_WRONG_DIFF_IMAGE (-3206)
305%define VERR_VDI_IMAGES_VERSION_MISMATCH (-3207)
306%define VERR_VDI_IMAGES_UUID_MISMATCH (-3208)
307%define VERR_VDI_NO_DIFF_IMAGES (-3209)
308%define VERR_VDI_NOT_OPENED (-3210)
309%define VERR_VDI_IMAGE_NOT_FOUND (-3211)
310%define VERR_VDI_IMAGE_READ_ONLY (-3212)
311%define VERR_VDI_COMMENT_TOO_LONG (-3213)
312%define VERR_VDI_GEOMETRY_NOT_SET (-3214)
313%define VERR_VBGL_NOT_INITIALIZED (-3300)
314%define VERR_VBGL_INVALID_ADDR (-3301)
315%define VERR_VBGL_IOCTL_FAILED (-3302)
316%define VERR_VUSB_NO_PORTS (-3400)
317%define VERR_VUSB_DEVICE_NOT_ATTACHED (-3401)
318%define VERR_VUSB_NO_URB_MEMORY (-3402)
319%define VERR_VUSB_FAILED_TO_QUEUE_URB (-3403)
320%define VERR_VUSB_DEVICE_NAME_NOT_FOUND (-3404)
321%define VERR_VUSB_USBFS_PERMISSION (-3405)
322%define VERR_VUSB_DEVICE_IS_RESETTING (-3406)
323%define VERR_VGA_INVALID_CUSTOM_MODE (-3500)
324%define VERR_VMX_INVALID_VMCS_FIELD (-4000)
325%define VERR_VMX_INVALID_VMCS_PTR (-4001)
326%define VERR_VMX_INVALID_VMXON_PTR (-4002)
327%define VERR_VMX_GENERIC (-4003)
328%define VERR_VMX_UNSUPPORTED_MODE (-4004)
329%define VERR_VMX_UNABLE_TO_START_VM (-4005)
330%define VERR_VMX_UNABLE_TO_RESUME_VM (-4006)
331%define VERR_VMX_INVALID_HOST_STATE (-4007)
332%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