VirtualBox

Changeset 55660 in vbox


Ignore:
Timestamp:
May 5, 2015 11:58:37 AM (9 years ago)
Author:
vboxsync
Message:

VBox/err.h: typos.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/err.h

    r55466 r55660  
    6565/** Invalid selector. Usually beyond table limits. */
    6666#define VERR_INVALID_SELECTOR               (-1011)
    67 /** Invalid requested privilegde level. */
     67/** Invalid requested privilege level. */
    6868#define VERR_INVALID_RPL                    (-1012)
    6969/** PML4 entry not present. */
     
    101101/** First scheduling related status code. */
    102102#define VINF_EM_FIRST                       1100
    103 /** Indicating that the VM is being terminated and that the the execution
     103/** Indicating that the VM is being terminated and that the execution
    104104 * shall stop. */
    105105#define VINF_EM_TERMINATE                   1100
     
    131131 * exit to the VM awaiting the destruction request. */
    132132#define VINF_EM_OFF                         1109
    133 /** Indicating that the VM has been suspended and that the the thread
     133/** Indicating that the VM has been suspended and that the thread
    134134 * should wait for request telling it what to do next. */
    135135#define VINF_EM_SUSPEND                     1110
     
    263263 * debugger to the VM. */
    264264#define VERR_DBGF_ALREADY_ATTACHED          (-1201)
    265 /** Tried to hald a debugger which was already halted.
     265/** Tried to halt a debugger which was already halted.
    266266 * (This is a warning and not an error.) */
    267267#define VWRN_DBGF_ALREADY_HALTED            1202
     
    572572/** Too many loops looking for a page to reuse. */
    573573#define VERR_PGM_POOL_TOO_MANY_LOOPS            (-1675)
    574 /** Internal procesing error related to guest mappings. */
     574/** Internal processing error related to guest mappings. */
    575575#define VERR_PGM_MAPPING_IPE                    (-1676)
    576576/** An attempt was made to grow an already maxed out page pool. */
     
    614614/** Incompatible CPUM configuration. */
    615615#define VERR_CPUM_INCOMPATIBLE_CONFIG           (-1751)
    616 /** CPUMR3DisasmInstrCPU unexpectedly failed to determin the hidden
     616/** CPUMR3DisasmInstrCPU unexpectedly failed to determine the hidden
    617617 * parts of the CS register. */
    618618#define VERR_CPUM_HIDDEN_CS_LOAD_ERROR          (-1752)
     
    687687/** Termination record CRC mismatch. */
    688688#define VERR_SSM_INTEGRITY_REC_TERM_CRC         (-1824)
    689 /** Decompression interity error.  */
     689/** Decompression integrity error.  */
    690690#define VERR_SSM_INTEGRITY_DECOMPRESSION        (-1825)
    691 /** Saved state directory iintegrity error.  */
     691/** Saved state directory wintertides error.  */
    692692#define VERR_SSM_INTEGRITY_DIR                  (-1826)
    693693/** The saved state directory magic is wrong. */
     
    715715 * changes in the BIOS setup. */
    716716#define VERR_SSM_LOAD_CPUID_MISMATCH            (-1842)
    717 /** The RAM size differes between the saved state and the VM config. */
     717/** The RAM size differs between the saved state and the VM config. */
    718718#define VERR_SSM_LOAD_MEMORY_SIZE_MISMATCH      (-1843)
    719719/** The state doesn't match the VM configuration in one or another way.
     
    818818#define VERR_VM_REQUEST_STATE                   (-1902)
    819819/** Invalid VM request packet.
    820  * One or more of the the VM controlled packet members didn't contain the correct
     820 * One or more of the VM controlled packet members didn't contain the correct
    821821 * values. Some thing's broken. */
    822822#define VERR_VM_REQUEST_INVALID_PACKAGE         (-1903)
     
    927927/** The specified string / bytes buffer was to small. Specify a larger one and retry. */
    928928#define VERR_CFGM_NOT_ENOUGH_SPACE          (-2109)
    929 /** The path of a new node contained slashs or was empty. */
     929/** The path of a new node contained slashes or was empty. */
    930930#define VERR_CFGM_INVALID_NODE_PATH         (-2160)
    931931/** A new node couldn't be inserted because one with the same name exists. */
     
    996996/** No active trap. Cannot query or reset a non-existing trap. */
    997997#define VERR_TRPM_NO_ACTIVE_TRAP            (-2400)
    998 /** Active trap. Cannot assert a new trap when when one is already active. */
     998/** Active trap. Cannot assert a new trap when one is already active. */
    999999#define VERR_TRPM_ACTIVE_TRAP               (-2401)
    10001000/** Reason for leaving RC: Guest tried to write to our IDT - fatal.
     
    12501250 * had a driver attached. */
    12511251#define VERR_PDM_DRIVER_ALREADY_ATTACHED            (-2820)
    1252 /** An attempt on deattaching a driver without anyone actually being attached, or
     1252/** An attempt on detaching a driver without anyone actually being attached, or
    12531253 * performing any other operation on an attached driver. */
    12541254#define VERR_PDM_NO_DRIVER_ATTACHED                 (-2821)
     
    12681268#define VERR_PDM_MODULE_NAME_TOO_LONG               (-2827)
    12691269/** Driver name clash. Another driver with the same name as the
    1270  * one begin registred exists. */
     1270 * one being registered exists. */
    12711271#define VERR_PDM_DRIVER_NAME_CLASH                  (-2828)
    12721272/** The version of the driver registration structure is unknown
     
    12991299#define VERR_PDM_INVALID_DEVICE_HOST_BITS           (-2838)
    13001300/** Device name clash. Another device with the same name as the
    1301  * one begin registred exists. */
     1301 * one being registered exists. */
    13021302#define VERR_PDM_DEVICE_NAME_CLASH                  (-2839)
    13031303/** The device wasn't found. There was no registered device
     
    13501350#define VERR_PDM_INVALID_USB_REGISTRATION           (-2857)
    13511351/** Driver name clash. Another driver with the same name as the
    1352  * one begin registred exists. */
     1352 * one being registered exists. */
    13531353#define VERR_PDM_USB_NAME_CLASH                     (-2858)
    13541354/** The USB hub is already registered. */
     
    23682368 * (Feel free to help implement it.) */
    23692369#define VERR_DBGC_PARSE_NOT_IMPLEMENTED             (VERR_DBGC_PARSE_LOWEST + 20)
    2370 /** Syntax error - Couldn't staisfy a request for a sepcific result type. */
     2370/** Syntax error - Couldn't satisfy a request for a specific result type. */
    23712371#define VERR_DBGC_PARSE_BAD_RESULT_TYPE             (VERR_DBGC_PARSE_LOWEST + 21)
    23722372/** Syntax error - Cannot read symbol value, it is a set-only symbol. */
     
    23812381
    23822382
    2383 /** @name Support driver/library shared verfication status codes.
     2383/** @name Support driver/library shared verification status codes.
    23842384 * @{  */
    2385 /** Process Verficiation Failure: The memory content does not match the image
     2385/** Process Verification Failure: The memory content does not match the image
    23862386 *  file. */
    23872387#define VERR_SUP_VP_MEMORY_VS_FILE_MISMATCH          (-5600)
    2388 /** Process Verficiation Failure: The memory protection of a image file section
     2388/** Process Verification Failure: The memory protection of a image file section
    23892389 *  does not match what the section header prescribes. */
    23902390#define VERR_SUP_VP_SECTION_PROTECTION_MISMATCH      (-5601)
    2391 /** Process Verficiation Failure: One of the section in the image file is not
     2391/** Process Verification Failure: One of the section in the image file is not
    23922392 *  mapped into memory. */
    23932393#define VERR_SUP_VP_SECTION_NOT_MAPPED               (-5602)
    2394 /** Process Verficiation Failure: One of the section in the image file is not
     2394/** Process Verification Failure: One of the section in the image file is not
    23952395 *  fully mapped into memory. */
    23962396#define VERR_SUP_VP_SECTION_NOT_FULLY_MAPPED         (-5603)
    2397 /** Process Verficiation Failure: Bad file alignment value in image header. */
     2397/** Process Verification Failure: Bad file alignment value in image header. */
    23982398#define VERR_SUP_VP_BAD_FILE_ALIGNMENT_VALUE         (-5604)
    2399 /** Process Verficiation Failure: Bad image base in header. */
     2399/** Process Verification Failure: Bad image base in header. */
    24002400#define VERR_SUP_VP_BAD_IMAGE_BASE                   (-5605)
    2401 /** Process Verficiation Failure: Bad image signature. */
     2401/** Process Verification Failure: Bad image signature. */
    24022402#define VERR_SUP_VP_BAD_IMAGE_SIGNATURE              (-5606)
    2403 /** Process Verficiation Failure: Bad image size. */
     2403/** Process Verification Failure: Bad image size. */
    24042404#define VERR_SUP_VP_BAD_IMAGE_SIZE                   (-5607)
    2405 /** Process Verficiation Failure: Bad new-header offset in the MZ header. */
     2405/** Process Verification Failure: Bad new-header offset in the MZ header. */
    24062406#define VERR_SUP_VP_BAD_MZ_OFFSET                    (-5608)
    2407 /** Process Verficiation Failure: Bad optional header field. */
     2407/** Process Verification Failure: Bad optional header field. */
    24082408#define VERR_SUP_VP_BAD_OPTIONAL_HEADER              (-5609)
    2409 /** Process Verficiation Failure: Bad section alignment value in image
     2409/** Process Verification Failure: Bad section alignment value in image
    24102410 *  header. */
    24112411#define VERR_SUP_VP_BAD_SECTION_ALIGNMENT_VALUE      (-5610)
    2412 /** Process Verficiation Failure: Bad section raw data size. */
     2412/** Process Verification Failure: Bad section raw data size. */
    24132413#define VERR_SUP_VP_BAD_SECTION_FILE_SIZE            (-5611)
    2414 /** Process Verficiation Failure: Bad virtual section address. */
     2414/** Process Verification Failure: Bad virtual section address. */
    24152415#define VERR_SUP_VP_BAD_SECTION_RVA                  (-5612)
    2416 /** Process Verficiation Failure: Bad virtual section size. */
     2416/** Process Verification Failure: Bad virtual section size. */
    24172417#define VERR_SUP_VP_BAD_SECTION_VIRTUAL_SIZE         (-5613)
    2418 /** Process Verficiation Failure: Bad size of image header. */
     2418/** Process Verification Failure: Bad size of image header. */
    24192419#define VERR_SUP_VP_BAD_SIZE_OF_HEADERS              (-5614)
    2420 /** Process Verficiation Failure: The process is being debugged. */
     2420/** Process Verification Failure: The process is being debugged. */
    24212421#define VERR_SUP_VP_DEBUGGED                         (-5615)
    2422 /** Process Verficiation Failure: A DLL was found more than once. */
     2422/** Process Verification Failure: A DLL was found more than once. */
    24232423#define VERR_SUP_VP_DUPLICATE_DLL_MAPPING            (-5616)
    2424 /** Process Verficiation Failure: Image section region is too large. */
     2424/** Process Verification Failure: Image section region is too large. */
    24252425#define VERR_SUP_VP_EMPTY_REGION_TOO_LARGE           (-5617)
    2426 /** Process Verficiation Failure: Exectuable file name and process image name
     2426/** Process Verification Failure: Executable file name and process image name
    24272427 *  does not match up. */
    24282428#define VERR_SUP_VP_EXE_VS_PROC_NAME_MISMATCH        (-5618)
    2429 /** Process Verficiation Failure: Found executable memory allocated in the
     2429/** Process Verification Failure: Found executable memory allocated in the
    24302430 *  process.  There is only supposed be executable memory associated with
    24312431 *  image file mappings (DLLs & EXE). */
    24322432#define VERR_SUP_VP_FOUND_EXEC_MEMORY                (-5619)
    2433 /** Process Verficiation Failure: There is more than one known executable mapped
     2433/** Process Verification Failure: There is more than one known executable mapped
    24342434 *  into the process. */
    24352435#define VERR_SUP_VP_FOUND_MORE_THAN_ONE_EXE_MAPPING  (-5620)
    2436 /** Process Verficiation Failure: Error closing image file handle. */
     2436/** Process Verification Failure: Error closing image file handle. */
    24372437#define VERR_SUP_VP_IMAGE_FILE_CLOSE_ERROR           (-5621)
    2438 /** Process Verficiation Failure: Error opening image file. */
     2438/** Process Verification Failure: Error opening image file. */
    24392439#define VERR_SUP_VP_IMAGE_FILE_OPEN_ERROR            (-5622)
    2440 /** Process Verficiation Failure: Error reading image file header. */
     2440/** Process Verification Failure: Error reading image file header. */
    24412441#define VERR_SUP_VP_IMAGE_HDR_READ_ERROR             (-5623)
    2442 /** Process Verficiation Failure: Image mapping is bogus as the first region
     2442/** Process Verification Failure: Image mapping is bogus as the first region
    24432443 *  has different AllocationBase and BaseAddress values, indicating that a
    24442444 *  section was unmapped or otherwise tampered with. */
    24452445#define VERR_SUP_VP_IMAGE_MAPPING_BASE_ERROR         (-5624)
    2446 /** Process Verficiation Failure: Error reading process memory for comparing
     2446/** Process Verification Failure: Error reading process memory for comparing
    24472447 *  with disk data. */
    24482448#define VERR_SUP_VP_MEMORY_READ_ERROR                (-5625)
    2449 /** Process Verficiation Failure: Found no executable mapped into the process
     2449/** Process Verification Failure: Found no executable mapped into the process
    24502450 *  address space. */
    24512451#define VERR_SUP_VP_NO_FOUND_NO_EXE_MAPPING          (-5626)
    2452 /** Process Verficiation Failure: An image mapping failed to report a name. */
     2452/** Process Verification Failure: An image mapping failed to report a name. */
    24532453#define VERR_SUP_VP_NO_IMAGE_MAPPING_NAME            (-5627)
    2454 /** Process Verficiation Failure: No KERNE32.DLL mapping found.  This is
     2454/** Process Verification Failure: No KERNE32.DLL mapping found.  This is
    24552455 *  impossible. */
    24562456#define VERR_SUP_VP_NO_KERNEL32_MAPPING              (-5628)
    2457 /** Process Verficiation Failure: Error allocating memory. */
     2457/** Process Verification Failure: Error allocating memory. */
    24582458#define VERR_SUP_VP_NO_MEMORY                        (-5629)
    2459 /** Process Verficiation Failure: Erorr allocating state memory or querying
     2459/** Process Verification Failure: Error allocating state memory or querying
    24602460 *  the system32 path. */
    24612461#define VERR_SUP_VP_NO_MEMORY_STATE                  (-5630)
    2462 /** Process Verficiation Failure: No NTDLL.DLL mapping found.  This is
     2462/** Process Verification Failure: No NTDLL.DLL mapping found.  This is
    24632463 *  impossible. */
    24642464#define VERR_SUP_VP_NO_NTDLL_MAPPING                 (-5631)
    2465 /** Process Verficiation Failure: A DLL residing outside System32 was found
     2465/** Process Verification Failure: A DLL residing outside System32 was found
    24662466 *  in the process. */
    24672467#define VERR_SUP_VP_NON_SYSTEM32_DLL                 (-5632)
    2468 /** Process Verficiation Failure: An unknown and unwanted DLL was found loaded
     2468/** Process Verification Failure: An unknown and unwanted DLL was found loaded
    24692469 *  into the process. */
    24702470#define VERR_SUP_VP_NOT_KNOWN_DLL_OR_EXE             (-5633)
    2471 /** Process Verficiation Failure: The name of an image file changes between
     2471/** Process Verification Failure: The name of an image file changes between
    24722472 *  mapping regions. */
    24732473#define VERR_SUP_VP_NT_MAPPING_NAME_CHANGED          (-5634)
    2474 /** Process Verficiation Failure: Error querying process name. */
     2474/** Process Verification Failure: Error querying process name. */
    24752475#define VERR_SUP_VP_NT_QI_PROCESS_NM_ERROR           (-5635)
    2476 /** Process Verficiation Failure: Error querying thread information. */
     2476/** Process Verification Failure: Error querying thread information. */
    24772477#define VERR_SUP_VP_NT_QI_THREAD_ERROR               (-5636)
    2478 /** Process Verficiation Failure: Error query virtual memory information. */
     2478/** Process Verification Failure: Error query virtual memory information. */
    24792479#define VERR_SUP_VP_NT_QI_VIRTUAL_MEMORY_ERROR       (-5637)
    2480 /** Process Verficiation Failure: Error query virtual memory mapping name. */
     2480/** Process Verification Failure: Error query virtual memory mapping name. */
    24812481#define VERR_SUP_VP_NT_QI_VIRTUAL_MEMORY_NM_ERROR    (-5638)
    2482 /** Process Verficiation Failure: Error determining the full path of
     2482/** Process Verification Failure: Error determining the full path of
    24832483 *  System32. */
    24842484#define VERR_SUP_VP_SYSTEM32_PATH                    (-5639)
    2485 /** Process Verficiation Failure: The process has more than one thread. */
     2485/** Process Verification Failure: The process has more than one thread. */
    24862486#define VERR_SUP_VP_THREAD_NOT_ALONE                 (-5640)
    2487 /** Process Verficiation Failure: The image mapping is too large (>= 2GB). */
     2487/** Process Verification Failure: The image mapping is too large (>= 2GB). */
    24882488#define VERR_SUP_VP_TOO_HIGH_REGION_RVA              (-5641)
    2489 /** Process Verficiation Failure: The memory region is too large (>= 2GB). */
     2489/** Process Verification Failure: The memory region is too large (>= 2GB). */
    24902490#define VERR_SUP_VP_TOO_LARGE_REGION                 (-5642)
    2491 /** Process Verficiation Failure: There are too many DLLs loaded. */
     2491/** Process Verification Failure: There are too many DLLs loaded. */
    24922492#define VERR_SUP_VP_TOO_MANY_DLLS_LOADED             (-5643)
    2493 /** Process Verficiation Failure: An image has too many regions. */
     2493/** Process Verification Failure: An image has too many regions. */
    24942494#define VERR_SUP_VP_TOO_MANY_IMAGE_REGIONS           (-5644)
    2495 /** Process Verficiation Failure: The process has too many virtual memory
     2495/** Process Verification Failure: The process has too many virtual memory
    24962496 *  regions. */
    24972497#define VERR_SUP_VP_TOO_MANY_MEMORY_REGIONS          (-5645)
    2498 /** Process Verficiation Failure: An image has too many sections. */
     2498/** Process Verification Failure: An image has too many sections. */
    24992499#define VERR_SUP_VP_TOO_MANY_SECTIONS                (-5646)
    2500 /** Process Verficiation Failure: An image is targeting an unexpected
     2500/** Process Verification Failure: An image is targeting an unexpected
    25012501 *  machine/CPU. */
    25022502#define VERR_SUP_VP_UNEXPECTED_IMAGE_MACHINE         (-5647)
    2503 /** Process Verficiation Failure: Unexpected section protection flag
     2503/** Process Verification Failure: Unexpected section protection flag
    25042504 *  combination. */
    25052505#define VERR_SUP_VP_UNEXPECTED_SECTION_FLAGS         (-5648)
    2506 /** Process Verficiation Failure: Expected the process and exe to have forced
     2506/** Process Verification Failure: Expected the process and exe to have forced
    25072507 * integrity checking enabled (verifying signatures). */
    25082508#define VERR_SUP_VP_EXE_MISSING_FORCE_INTEGRITY     (-5649)
    2509 /** Process Verficiation Failure: Expected the process and exe to have dynamic
     2509/** Process Verification Failure: Expected the process and exe to have dynamic
    25102510 * base enabled. */
    25112511#define VERR_SUP_VP_EXE_MISSING_DYNAMIC_BASE        (-5650)
    2512 /** Process Verficiation Failure: Expected the process and exe to advertise
     2512/** Process Verification Failure: Expected the process and exe to advertise
    25132513 * NX compatibility. */
    25142514#define VERR_SUP_VP_EXE_MISSING_NX_COMPAT           (-5651)
    2515 /** Process Verficiation Failure: The DllCharacteristics of the process
     2515/** Process Verification Failure: The DllCharacteristics of the process
    25162516 * does not match the value in the optional header in the exe file. */
    25172517#define VERR_SUP_VP_DLL_CHARECTERISTICS_MISMATCH    (-5652)
    2518 /** Process Verficiation Failure: The ImageCharacteristics of the process
     2518/** Process Verification Failure: The ImageCharacteristics of the process
    25192519 * does not match the value in the file header in the exe file. */
    25202520#define VERR_SUP_VP_IMAGE_CHARECTERISTICS_MISMATCH  (-5653)
    2521 /** Process Verficiation Failure: Error querying image information. */
     2521/** Process Verification Failure: Error querying image information. */
    25222522#define VERR_SUP_VP_NT_QI_PROCESS_IMG_INFO_ERROR    (-5654)
    2523 /** Process Verficiation Failure: Error querying debug port. */
     2523/** Process Verification Failure: Error querying debug port. */
    25242524#define VERR_SUP_VP_NT_QI_PROCESS_DBG_PORT_ERROR    (-5655)
    25252525/** WinVerifyTrust failed with an unexpected status code when using the
     
    25372537/** The image is required to force integrity checks. */
    25382538#define VERR_SUP_VP_SIGNATURE_CHECKS_NOT_ENFORCED   (-5661)
    2539 /** Process Verficiation Failure: Symantec Endpoint Protection must be
     2539/** Process Verification Failure: Symantec Endpoint Protection must be
    25402540 * disabled for the VirtualBox VM processes.
    25412541 * http://www.symantec.com/connect/articles/creating-application-control-exclusions-symantec-endpoint-protection-121 */
     
    25492549/** Process Purification Failure: Both NtUnmapViewOfSetion and
    25502550 *  NtProtectVirtualMemory failed to get rid of or passify an non-image
    2551  *  exectuable mapping. */
     2551 *  executable mapping. */
    25522552#define VERR_SUP_VP_UNMAP_AND_PROTECT_FAILED        (-5665)
    25532553/** Process Purification Failure: Unknown memory type of executable memory.   */
     
    25602560 * by the VM process. */
    25612561#define VERR_SUP_VP_STUB_NOT_FOUND                  (-5669)
    2562 /** Error openeing the stub process for revalidation when vboxdrv is opened by
     2562/** Error opening the stub process for revalidation when vboxdrv is opened by
    25632563 *  the VM process. */
    25642564#define VERR_SUP_VP_STUB_OPEN_ERROR                 (-5670)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette