Changeset 55660 in vbox
- Timestamp:
- May 5, 2015 11:58:37 AM (9 years ago)
- File:
-
- 1 edited
-
trunk/include/VBox/err.h (modified) (20 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/err.h
r55466 r55660 65 65 /** Invalid selector. Usually beyond table limits. */ 66 66 #define VERR_INVALID_SELECTOR (-1011) 67 /** Invalid requested privileg de level. */67 /** Invalid requested privilege level. */ 68 68 #define VERR_INVALID_RPL (-1012) 69 69 /** PML4 entry not present. */ … … 101 101 /** First scheduling related status code. */ 102 102 #define VINF_EM_FIRST 1100 103 /** Indicating that the VM is being terminated and that the theexecution103 /** Indicating that the VM is being terminated and that the execution 104 104 * shall stop. */ 105 105 #define VINF_EM_TERMINATE 1100 … … 131 131 * exit to the VM awaiting the destruction request. */ 132 132 #define VINF_EM_OFF 1109 133 /** Indicating that the VM has been suspended and that the th e thread133 /** Indicating that the VM has been suspended and that the thread 134 134 * should wait for request telling it what to do next. */ 135 135 #define VINF_EM_SUSPEND 1110 … … 263 263 * debugger to the VM. */ 264 264 #define VERR_DBGF_ALREADY_ATTACHED (-1201) 265 /** Tried to hal da debugger which was already halted.265 /** Tried to halt a debugger which was already halted. 266 266 * (This is a warning and not an error.) */ 267 267 #define VWRN_DBGF_ALREADY_HALTED 1202 … … 572 572 /** Too many loops looking for a page to reuse. */ 573 573 #define VERR_PGM_POOL_TOO_MANY_LOOPS (-1675) 574 /** Internal proces ing error related to guest mappings. */574 /** Internal processing error related to guest mappings. */ 575 575 #define VERR_PGM_MAPPING_IPE (-1676) 576 576 /** An attempt was made to grow an already maxed out page pool. */ … … 614 614 /** Incompatible CPUM configuration. */ 615 615 #define VERR_CPUM_INCOMPATIBLE_CONFIG (-1751) 616 /** CPUMR3DisasmInstrCPU unexpectedly failed to determin the hidden616 /** CPUMR3DisasmInstrCPU unexpectedly failed to determine the hidden 617 617 * parts of the CS register. */ 618 618 #define VERR_CPUM_HIDDEN_CS_LOAD_ERROR (-1752) … … 687 687 /** Termination record CRC mismatch. */ 688 688 #define VERR_SSM_INTEGRITY_REC_TERM_CRC (-1824) 689 /** Decompression inte rity error. */689 /** Decompression integrity error. */ 690 690 #define VERR_SSM_INTEGRITY_DECOMPRESSION (-1825) 691 /** Saved state directory iintegrityerror. */691 /** Saved state directory wintertides error. */ 692 692 #define VERR_SSM_INTEGRITY_DIR (-1826) 693 693 /** The saved state directory magic is wrong. */ … … 715 715 * changes in the BIOS setup. */ 716 716 #define VERR_SSM_LOAD_CPUID_MISMATCH (-1842) 717 /** The RAM size differ es between the saved state and the VM config. */717 /** The RAM size differs between the saved state and the VM config. */ 718 718 #define VERR_SSM_LOAD_MEMORY_SIZE_MISMATCH (-1843) 719 719 /** The state doesn't match the VM configuration in one or another way. … … 818 818 #define VERR_VM_REQUEST_STATE (-1902) 819 819 /** Invalid VM request packet. 820 * One or more of the theVM controlled packet members didn't contain the correct820 * One or more of the VM controlled packet members didn't contain the correct 821 821 * values. Some thing's broken. */ 822 822 #define VERR_VM_REQUEST_INVALID_PACKAGE (-1903) … … 927 927 /** The specified string / bytes buffer was to small. Specify a larger one and retry. */ 928 928 #define VERR_CFGM_NOT_ENOUGH_SPACE (-2109) 929 /** The path of a new node contained slash s or was empty. */929 /** The path of a new node contained slashes or was empty. */ 930 930 #define VERR_CFGM_INVALID_NODE_PATH (-2160) 931 931 /** A new node couldn't be inserted because one with the same name exists. */ … … 996 996 /** No active trap. Cannot query or reset a non-existing trap. */ 997 997 #define VERR_TRPM_NO_ACTIVE_TRAP (-2400) 998 /** Active trap. Cannot assert a new trap when whenone is already active. */998 /** Active trap. Cannot assert a new trap when one is already active. */ 999 999 #define VERR_TRPM_ACTIVE_TRAP (-2401) 1000 1000 /** Reason for leaving RC: Guest tried to write to our IDT - fatal. … … 1250 1250 * had a driver attached. */ 1251 1251 #define VERR_PDM_DRIVER_ALREADY_ATTACHED (-2820) 1252 /** An attempt on de attaching a driver without anyone actually being attached, or1252 /** An attempt on detaching a driver without anyone actually being attached, or 1253 1253 * performing any other operation on an attached driver. */ 1254 1254 #define VERR_PDM_NO_DRIVER_ATTACHED (-2821) … … 1268 1268 #define VERR_PDM_MODULE_NAME_TOO_LONG (-2827) 1269 1269 /** Driver name clash. Another driver with the same name as the 1270 * one be gin registred exists. */1270 * one being registered exists. */ 1271 1271 #define VERR_PDM_DRIVER_NAME_CLASH (-2828) 1272 1272 /** The version of the driver registration structure is unknown … … 1299 1299 #define VERR_PDM_INVALID_DEVICE_HOST_BITS (-2838) 1300 1300 /** Device name clash. Another device with the same name as the 1301 * one be gin registred exists. */1301 * one being registered exists. */ 1302 1302 #define VERR_PDM_DEVICE_NAME_CLASH (-2839) 1303 1303 /** The device wasn't found. There was no registered device … … 1350 1350 #define VERR_PDM_INVALID_USB_REGISTRATION (-2857) 1351 1351 /** Driver name clash. Another driver with the same name as the 1352 * one be gin registred exists. */1352 * one being registered exists. */ 1353 1353 #define VERR_PDM_USB_NAME_CLASH (-2858) 1354 1354 /** The USB hub is already registered. */ … … 2368 2368 * (Feel free to help implement it.) */ 2369 2369 #define VERR_DBGC_PARSE_NOT_IMPLEMENTED (VERR_DBGC_PARSE_LOWEST + 20) 2370 /** Syntax error - Couldn't s taisfy a request for a sepcific result type. */2370 /** Syntax error - Couldn't satisfy a request for a specific result type. */ 2371 2371 #define VERR_DBGC_PARSE_BAD_RESULT_TYPE (VERR_DBGC_PARSE_LOWEST + 21) 2372 2372 /** Syntax error - Cannot read symbol value, it is a set-only symbol. */ … … 2381 2381 2382 2382 2383 /** @name Support driver/library shared ver fication status codes.2383 /** @name Support driver/library shared verification status codes. 2384 2384 * @{ */ 2385 /** Process Ver ficiation Failure: The memory content does not match the image2385 /** Process Verification Failure: The memory content does not match the image 2386 2386 * file. */ 2387 2387 #define VERR_SUP_VP_MEMORY_VS_FILE_MISMATCH (-5600) 2388 /** Process Ver ficiation Failure: The memory protection of a image file section2388 /** Process Verification Failure: The memory protection of a image file section 2389 2389 * does not match what the section header prescribes. */ 2390 2390 #define VERR_SUP_VP_SECTION_PROTECTION_MISMATCH (-5601) 2391 /** Process Ver ficiation Failure: One of the section in the image file is not2391 /** Process Verification Failure: One of the section in the image file is not 2392 2392 * mapped into memory. */ 2393 2393 #define VERR_SUP_VP_SECTION_NOT_MAPPED (-5602) 2394 /** Process Ver ficiation Failure: One of the section in the image file is not2394 /** Process Verification Failure: One of the section in the image file is not 2395 2395 * fully mapped into memory. */ 2396 2396 #define VERR_SUP_VP_SECTION_NOT_FULLY_MAPPED (-5603) 2397 /** Process Ver ficiation Failure: Bad file alignment value in image header. */2397 /** Process Verification Failure: Bad file alignment value in image header. */ 2398 2398 #define VERR_SUP_VP_BAD_FILE_ALIGNMENT_VALUE (-5604) 2399 /** Process Ver ficiation Failure: Bad image base in header. */2399 /** Process Verification Failure: Bad image base in header. */ 2400 2400 #define VERR_SUP_VP_BAD_IMAGE_BASE (-5605) 2401 /** Process Ver ficiation Failure: Bad image signature. */2401 /** Process Verification Failure: Bad image signature. */ 2402 2402 #define VERR_SUP_VP_BAD_IMAGE_SIGNATURE (-5606) 2403 /** Process Ver ficiation Failure: Bad image size. */2403 /** Process Verification Failure: Bad image size. */ 2404 2404 #define VERR_SUP_VP_BAD_IMAGE_SIZE (-5607) 2405 /** Process Ver ficiation Failure: Bad new-header offset in the MZ header. */2405 /** Process Verification Failure: Bad new-header offset in the MZ header. */ 2406 2406 #define VERR_SUP_VP_BAD_MZ_OFFSET (-5608) 2407 /** Process Ver ficiation Failure: Bad optional header field. */2407 /** Process Verification Failure: Bad optional header field. */ 2408 2408 #define VERR_SUP_VP_BAD_OPTIONAL_HEADER (-5609) 2409 /** Process Ver ficiation Failure: Bad section alignment value in image2409 /** Process Verification Failure: Bad section alignment value in image 2410 2410 * header. */ 2411 2411 #define VERR_SUP_VP_BAD_SECTION_ALIGNMENT_VALUE (-5610) 2412 /** Process Ver ficiation Failure: Bad section raw data size. */2412 /** Process Verification Failure: Bad section raw data size. */ 2413 2413 #define VERR_SUP_VP_BAD_SECTION_FILE_SIZE (-5611) 2414 /** Process Ver ficiation Failure: Bad virtual section address. */2414 /** Process Verification Failure: Bad virtual section address. */ 2415 2415 #define VERR_SUP_VP_BAD_SECTION_RVA (-5612) 2416 /** Process Ver ficiation Failure: Bad virtual section size. */2416 /** Process Verification Failure: Bad virtual section size. */ 2417 2417 #define VERR_SUP_VP_BAD_SECTION_VIRTUAL_SIZE (-5613) 2418 /** Process Ver ficiation Failure: Bad size of image header. */2418 /** Process Verification Failure: Bad size of image header. */ 2419 2419 #define VERR_SUP_VP_BAD_SIZE_OF_HEADERS (-5614) 2420 /** Process Ver ficiation Failure: The process is being debugged. */2420 /** Process Verification Failure: The process is being debugged. */ 2421 2421 #define VERR_SUP_VP_DEBUGGED (-5615) 2422 /** Process Ver ficiation Failure: A DLL was found more than once. */2422 /** Process Verification Failure: A DLL was found more than once. */ 2423 2423 #define VERR_SUP_VP_DUPLICATE_DLL_MAPPING (-5616) 2424 /** Process Ver ficiation Failure: Image section region is too large. */2424 /** Process Verification Failure: Image section region is too large. */ 2425 2425 #define VERR_SUP_VP_EMPTY_REGION_TOO_LARGE (-5617) 2426 /** Process Ver ficiation Failure: Exectuable file name and process image name2426 /** Process Verification Failure: Executable file name and process image name 2427 2427 * does not match up. */ 2428 2428 #define VERR_SUP_VP_EXE_VS_PROC_NAME_MISMATCH (-5618) 2429 /** Process Ver ficiation Failure: Found executable memory allocated in the2429 /** Process Verification Failure: Found executable memory allocated in the 2430 2430 * process. There is only supposed be executable memory associated with 2431 2431 * image file mappings (DLLs & EXE). */ 2432 2432 #define VERR_SUP_VP_FOUND_EXEC_MEMORY (-5619) 2433 /** Process Ver ficiation Failure: There is more than one known executable mapped2433 /** Process Verification Failure: There is more than one known executable mapped 2434 2434 * into the process. */ 2435 2435 #define VERR_SUP_VP_FOUND_MORE_THAN_ONE_EXE_MAPPING (-5620) 2436 /** Process Ver ficiation Failure: Error closing image file handle. */2436 /** Process Verification Failure: Error closing image file handle. */ 2437 2437 #define VERR_SUP_VP_IMAGE_FILE_CLOSE_ERROR (-5621) 2438 /** Process Ver ficiation Failure: Error opening image file. */2438 /** Process Verification Failure: Error opening image file. */ 2439 2439 #define VERR_SUP_VP_IMAGE_FILE_OPEN_ERROR (-5622) 2440 /** Process Ver ficiation Failure: Error reading image file header. */2440 /** Process Verification Failure: Error reading image file header. */ 2441 2441 #define VERR_SUP_VP_IMAGE_HDR_READ_ERROR (-5623) 2442 /** Process Ver ficiation Failure: Image mapping is bogus as the first region2442 /** Process Verification Failure: Image mapping is bogus as the first region 2443 2443 * has different AllocationBase and BaseAddress values, indicating that a 2444 2444 * section was unmapped or otherwise tampered with. */ 2445 2445 #define VERR_SUP_VP_IMAGE_MAPPING_BASE_ERROR (-5624) 2446 /** Process Ver ficiation Failure: Error reading process memory for comparing2446 /** Process Verification Failure: Error reading process memory for comparing 2447 2447 * with disk data. */ 2448 2448 #define VERR_SUP_VP_MEMORY_READ_ERROR (-5625) 2449 /** Process Ver ficiation Failure: Found no executable mapped into the process2449 /** Process Verification Failure: Found no executable mapped into the process 2450 2450 * address space. */ 2451 2451 #define VERR_SUP_VP_NO_FOUND_NO_EXE_MAPPING (-5626) 2452 /** Process Ver ficiation Failure: An image mapping failed to report a name. */2452 /** Process Verification Failure: An image mapping failed to report a name. */ 2453 2453 #define VERR_SUP_VP_NO_IMAGE_MAPPING_NAME (-5627) 2454 /** Process Ver ficiation Failure: No KERNE32.DLL mapping found. This is2454 /** Process Verification Failure: No KERNE32.DLL mapping found. This is 2455 2455 * impossible. */ 2456 2456 #define VERR_SUP_VP_NO_KERNEL32_MAPPING (-5628) 2457 /** Process Ver ficiation Failure: Error allocating memory. */2457 /** Process Verification Failure: Error allocating memory. */ 2458 2458 #define VERR_SUP_VP_NO_MEMORY (-5629) 2459 /** Process Ver ficiation Failure: Erorr allocating state memory or querying2459 /** Process Verification Failure: Error allocating state memory or querying 2460 2460 * the system32 path. */ 2461 2461 #define VERR_SUP_VP_NO_MEMORY_STATE (-5630) 2462 /** Process Ver ficiation Failure: No NTDLL.DLL mapping found. This is2462 /** Process Verification Failure: No NTDLL.DLL mapping found. This is 2463 2463 * impossible. */ 2464 2464 #define VERR_SUP_VP_NO_NTDLL_MAPPING (-5631) 2465 /** Process Ver ficiation Failure: A DLL residing outside System32 was found2465 /** Process Verification Failure: A DLL residing outside System32 was found 2466 2466 * in the process. */ 2467 2467 #define VERR_SUP_VP_NON_SYSTEM32_DLL (-5632) 2468 /** Process Ver ficiation Failure: An unknown and unwanted DLL was found loaded2468 /** Process Verification Failure: An unknown and unwanted DLL was found loaded 2469 2469 * into the process. */ 2470 2470 #define VERR_SUP_VP_NOT_KNOWN_DLL_OR_EXE (-5633) 2471 /** Process Ver ficiation Failure: The name of an image file changes between2471 /** Process Verification Failure: The name of an image file changes between 2472 2472 * mapping regions. */ 2473 2473 #define VERR_SUP_VP_NT_MAPPING_NAME_CHANGED (-5634) 2474 /** Process Ver ficiation Failure: Error querying process name. */2474 /** Process Verification Failure: Error querying process name. */ 2475 2475 #define VERR_SUP_VP_NT_QI_PROCESS_NM_ERROR (-5635) 2476 /** Process Ver ficiation Failure: Error querying thread information. */2476 /** Process Verification Failure: Error querying thread information. */ 2477 2477 #define VERR_SUP_VP_NT_QI_THREAD_ERROR (-5636) 2478 /** Process Ver ficiation Failure: Error query virtual memory information. */2478 /** Process Verification Failure: Error query virtual memory information. */ 2479 2479 #define VERR_SUP_VP_NT_QI_VIRTUAL_MEMORY_ERROR (-5637) 2480 /** Process Ver ficiation Failure: Error query virtual memory mapping name. */2480 /** Process Verification Failure: Error query virtual memory mapping name. */ 2481 2481 #define VERR_SUP_VP_NT_QI_VIRTUAL_MEMORY_NM_ERROR (-5638) 2482 /** Process Ver ficiation Failure: Error determining the full path of2482 /** Process Verification Failure: Error determining the full path of 2483 2483 * System32. */ 2484 2484 #define VERR_SUP_VP_SYSTEM32_PATH (-5639) 2485 /** Process Ver ficiation Failure: The process has more than one thread. */2485 /** Process Verification Failure: The process has more than one thread. */ 2486 2486 #define VERR_SUP_VP_THREAD_NOT_ALONE (-5640) 2487 /** Process Ver ficiation Failure: The image mapping is too large (>= 2GB). */2487 /** Process Verification Failure: The image mapping is too large (>= 2GB). */ 2488 2488 #define VERR_SUP_VP_TOO_HIGH_REGION_RVA (-5641) 2489 /** Process Ver ficiation Failure: The memory region is too large (>= 2GB). */2489 /** Process Verification Failure: The memory region is too large (>= 2GB). */ 2490 2490 #define VERR_SUP_VP_TOO_LARGE_REGION (-5642) 2491 /** Process Ver ficiation Failure: There are too many DLLs loaded. */2491 /** Process Verification Failure: There are too many DLLs loaded. */ 2492 2492 #define VERR_SUP_VP_TOO_MANY_DLLS_LOADED (-5643) 2493 /** Process Ver ficiation Failure: An image has too many regions. */2493 /** Process Verification Failure: An image has too many regions. */ 2494 2494 #define VERR_SUP_VP_TOO_MANY_IMAGE_REGIONS (-5644) 2495 /** Process Ver ficiation Failure: The process has too many virtual memory2495 /** Process Verification Failure: The process has too many virtual memory 2496 2496 * regions. */ 2497 2497 #define VERR_SUP_VP_TOO_MANY_MEMORY_REGIONS (-5645) 2498 /** Process Ver ficiation Failure: An image has too many sections. */2498 /** Process Verification Failure: An image has too many sections. */ 2499 2499 #define VERR_SUP_VP_TOO_MANY_SECTIONS (-5646) 2500 /** Process Ver ficiation Failure: An image is targeting an unexpected2500 /** Process Verification Failure: An image is targeting an unexpected 2501 2501 * machine/CPU. */ 2502 2502 #define VERR_SUP_VP_UNEXPECTED_IMAGE_MACHINE (-5647) 2503 /** Process Ver ficiation Failure: Unexpected section protection flag2503 /** Process Verification Failure: Unexpected section protection flag 2504 2504 * combination. */ 2505 2505 #define VERR_SUP_VP_UNEXPECTED_SECTION_FLAGS (-5648) 2506 /** Process Ver ficiation Failure: Expected the process and exe to have forced2506 /** Process Verification Failure: Expected the process and exe to have forced 2507 2507 * integrity checking enabled (verifying signatures). */ 2508 2508 #define VERR_SUP_VP_EXE_MISSING_FORCE_INTEGRITY (-5649) 2509 /** Process Ver ficiation Failure: Expected the process and exe to have dynamic2509 /** Process Verification Failure: Expected the process and exe to have dynamic 2510 2510 * base enabled. */ 2511 2511 #define VERR_SUP_VP_EXE_MISSING_DYNAMIC_BASE (-5650) 2512 /** Process Ver ficiation Failure: Expected the process and exe to advertise2512 /** Process Verification Failure: Expected the process and exe to advertise 2513 2513 * NX compatibility. */ 2514 2514 #define VERR_SUP_VP_EXE_MISSING_NX_COMPAT (-5651) 2515 /** Process Ver ficiation Failure: The DllCharacteristics of the process2515 /** Process Verification Failure: The DllCharacteristics of the process 2516 2516 * does not match the value in the optional header in the exe file. */ 2517 2517 #define VERR_SUP_VP_DLL_CHARECTERISTICS_MISMATCH (-5652) 2518 /** Process Ver ficiation Failure: The ImageCharacteristics of the process2518 /** Process Verification Failure: The ImageCharacteristics of the process 2519 2519 * does not match the value in the file header in the exe file. */ 2520 2520 #define VERR_SUP_VP_IMAGE_CHARECTERISTICS_MISMATCH (-5653) 2521 /** Process Ver ficiation Failure: Error querying image information. */2521 /** Process Verification Failure: Error querying image information. */ 2522 2522 #define VERR_SUP_VP_NT_QI_PROCESS_IMG_INFO_ERROR (-5654) 2523 /** Process Ver ficiation Failure: Error querying debug port. */2523 /** Process Verification Failure: Error querying debug port. */ 2524 2524 #define VERR_SUP_VP_NT_QI_PROCESS_DBG_PORT_ERROR (-5655) 2525 2525 /** WinVerifyTrust failed with an unexpected status code when using the … … 2537 2537 /** The image is required to force integrity checks. */ 2538 2538 #define VERR_SUP_VP_SIGNATURE_CHECKS_NOT_ENFORCED (-5661) 2539 /** Process Ver ficiation Failure: Symantec Endpoint Protection must be2539 /** Process Verification Failure: Symantec Endpoint Protection must be 2540 2540 * disabled for the VirtualBox VM processes. 2541 2541 * http://www.symantec.com/connect/articles/creating-application-control-exclusions-symantec-endpoint-protection-121 */ … … 2549 2549 /** Process Purification Failure: Both NtUnmapViewOfSetion and 2550 2550 * NtProtectVirtualMemory failed to get rid of or passify an non-image 2551 * exec tuable mapping. */2551 * executable mapping. */ 2552 2552 #define VERR_SUP_VP_UNMAP_AND_PROTECT_FAILED (-5665) 2553 2553 /** Process Purification Failure: Unknown memory type of executable memory. */ … … 2560 2560 * by the VM process. */ 2561 2561 #define VERR_SUP_VP_STUB_NOT_FOUND (-5669) 2562 /** Error open eing the stub process for revalidation when vboxdrv is opened by2562 /** Error opening the stub process for revalidation when vboxdrv is opened by 2563 2563 * the VM process. */ 2564 2564 #define VERR_SUP_VP_STUB_OPEN_ERROR (-5670)
Note:
See TracChangeset
for help on using the changeset viewer.

