- Timestamp:
- Dec 31, 2014 3:37:17 PM (10 years ago)
- Location:
- trunk/include
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/err.mac
r51757 r53626 21 21 %define VERR_SERVICE_DISABLED (-1020) 22 22 %define VERR_NOT_SUP_IN_RAW_MODE (-1021) 23 %define VERR_INVALID_CPU_INDEX (-1022) 23 24 %define VINF_EM_FIRST 1100 24 25 %define VINF_EM_TERMINATE 1100 … … 72 73 %define VINF_EM_TRIPLE_FAULT 1155 73 74 %define VERR_EM_CANNOT_EXEC_GUEST (-1156) 75 %define VINF_EM_RAW_INJECT_TRPM_EVENT 1157 74 76 %define VERR_DBGF_NOT_ATTACHED (-1200) 75 77 %define VERR_DBGF_ALREADY_ATTACHED (-1201) … … 221 223 %define VERR_CPUM_DB_CPU_NOT_FOUND (-1756) 222 224 %define VERR_CPUM_MSR_BAD_CPUMCPU_OFFSET (-1757) 225 %define VINF_CPUM_R3_MSR_READ (1758) 226 %define VINF_CPUM_R3_MSR_WRITE (1759) 223 227 %define VERR_SSM_UNIT_EXISTS (-1800) 224 228 %define VERR_SSM_UNIT_NOT_FOUND (-1801) … … 548 552 %define VERR_VD_ASYNC_IO_IN_PROGRESS (-3210) 549 553 %define VERR_VD_INVALID_SIZE (-3211) 554 %define VERR_VD_UNKNOWN_CFG_VALUES (-3212) 555 %define VERR_VD_UNKNOWN_INTERFACE (-3213) 556 %define VERR_VD_DEK_MISSING (-3214) 550 557 %define VERR_VD_GEN_INVALID_HEADER (-3220) 551 558 %define VERR_VD_VDI_INVALID_HEADER (-3230) … … 560 567 %define VERR_VD_VMDK_INVALID_WRITE (-3245) 561 568 %define VERR_VD_ISCSI_INVALID_HEADER (-3250) 562 %define VERR_VD_ISCSI_UNKNOWN_CFG_VALUES (-3251) 563 %define VERR_VD_ISCSI_UNKNOWN_INTERFACE (-3252) 564 %define VERR_VD_ISCSI_INVALID_STATE (-3253) 565 %define VERR_VD_ISCSI_INVALID_TYPE (-3254) 566 %define VERR_VD_ISCSI_SECRET_ENCRYPTED (-3255) 569 %define VERR_VD_ISCSI_INVALID_STATE (-3251) 570 %define VERR_VD_ISCSI_INVALID_TYPE (-3252) 571 %define VERR_VD_ISCSI_SECRET_ENCRYPTED (-3253) 567 572 %define VERR_VD_VHD_INVALID_HEADER (-3260) 568 573 %define VERR_VD_PARALLELS_INVALID_HEADER (-3265) … … 642 647 %define VERR_SUPDRV_TRACER_UMOD_STRTAB_TOO_BIG (-3736) 643 648 %define VERR_SUPDRV_TRACER_UMOD_STRTAB_OFF_BAD (-3737) 649 %define VERR_SUPDRV_HARDENING_EVIL_HANDLE (-3738) 650 %define VERR_SUPDRV_APIPORT_OPEN_ERROR (-3739) 651 %define VERR_SUPDRV_SESSION_PROCESS_ENUM_ERROR (-3740) 652 %define VERR_SUPDRV_CSRSS_NOT_FOUND (-3741) 653 %define VERR_SUPDRV_APIPORT_OPEN_ERROR_TYPE (-3742) 654 %define VERR_SUPDRV_TSC_DELTA_MEASUREMENT_FAILED (-3743) 655 %define VERR_SUPDRV_TSC_FREQ_MEASUREMENT_FAILED (-3744) 656 %define VERR_SUPDRV_TSC_READ_FAILED (-3745) 644 657 %define VERR_SUPLIB_PATH_NOT_ABSOLUTE (-3750) 645 658 %define VERR_SUPLIB_PATH_NOT_CLEAN (-3751) … … 662 675 %define VERR_SUPLIB_INVALID_ARGV0_INTERNAL (-3768) 663 676 %define VERR_SUPLIB_INVALID_INTERNAL_APP_DIR (-3769) 677 %define VERR_SUPLIB_NT_PROCESS_UNTRUSTED_0 (-3770) 678 %define VERR_SUPLIB_NT_PROCESS_UNTRUSTED_1 (-3771) 679 %define VERR_SUPLIB_NT_PROCESS_UNTRUSTED_2 (-3772) 680 %define VERR_SUPLIB_NT_PROCESS_UNTRUSTED_3 (-3773) 681 %define VERR_SUPLIB_NT_PROCESS_UNTRUSTED_4 (-3774) 682 %define VERR_SUPLIB_NT_PROCESS_UNTRUSTED_5 (-3775) 664 683 %define VERR_GMM_SEED_ME (-3800) 665 684 %define VERR_GMM_OUT_OF_MEMORY (-3801) … … 724 743 %define VERR_VMX_IPE_4 (-4026) 725 744 %define VERR_VMX_IPE_5 (-4027) 726 %define VERR_VMX_MSR_ SMX_VMXON_DISABLED (-4028)745 %define VERR_VMX_MSR_ALL_VMXON_DISABLED (-4028) 727 746 %define VERR_VMX_MSR_VMXON_DISABLED (-4029) 747 %define VERR_VMX_ENTRY_CTLS_CACHE_INVALID (-4030) 748 %define VERR_VMX_EXIT_CTLS_CACHE_INVALID (-4031) 749 %define VERR_VMX_PIN_EXEC_CTLS_CACHE_INVALID (-4032) 750 %define VERR_VMX_PROC_EXEC_CTLS_CACHE_INVALID (-4033) 751 %define VERR_VMX_PROC_EXEC2_CTLS_CACHE_INVALID (-4034) 728 752 %define VERR_SVM_UNABLE_TO_START_VM (-4050) 729 753 %define VERR_SVM_ILLEGAL_EFER_MSR (-4051) … … 744 768 %define VERR_HM_UNEXPECTED_LD_ST_MSR (-4105) 745 769 %define VERR_HM_NO_32_TO_64_SWITCHER (-4106) 746 %define VERR_HM_WRONG_CPU _1(-4107)770 %define VERR_HM_WRONG_CPU (-4107) 747 771 %define VERR_HM_IPE_1 (-4108) 748 772 %define VERR_HM_IPE_2 (-4109) … … 848 872 %define VERR_DBGC_PARSE_COMMAND_NOT_FOUND (VERR_DBGC_PARSE_LOWEST + 24) 849 873 %define VERR_DBGC_PARSE_BUG (VERR_DBGC_PARSE_LOWEST + 25) 874 %define VERR_SUP_VP_MEMORY_VS_FILE_MISMATCH (-5600) 875 %define VERR_SUP_VP_SECTION_PROTECTION_MISMATCH (-5601) 876 %define VERR_SUP_VP_SECTION_NOT_MAPPED (-5602) 877 %define VERR_SUP_VP_SECTION_NOT_FULLY_MAPPED (-5603) 878 %define VERR_SUP_VP_BAD_FILE_ALIGNMENT_VALUE (-5604) 879 %define VERR_SUP_VP_BAD_IMAGE_BASE (-5605) 880 %define VERR_SUP_VP_BAD_IMAGE_SIGNATURE (-5606) 881 %define VERR_SUP_VP_BAD_IMAGE_SIZE (-5607) 882 %define VERR_SUP_VP_BAD_MZ_OFFSET (-5608) 883 %define VERR_SUP_VP_BAD_OPTIONAL_HEADER (-5609) 884 %define VERR_SUP_VP_BAD_SECTION_ALIGNMENT_VALUE (-5610) 885 %define VERR_SUP_VP_BAD_SECTION_FILE_SIZE (-5611) 886 %define VERR_SUP_VP_BAD_SECTION_RVA (-5612) 887 %define VERR_SUP_VP_BAD_SECTION_VIRTUAL_SIZE (-5613) 888 %define VERR_SUP_VP_BAD_SIZE_OF_HEADERS (-5614) 889 %define VERR_SUP_VP_DEBUGGED (-5615) 890 %define VERR_SUP_VP_DUPLICATE_DLL_MAPPING (-5616) 891 %define VERR_SUP_VP_EMPTY_REGION_TOO_LARGE (-5617) 892 %define VERR_SUP_VP_EXE_VS_PROC_NAME_MISMATCH (-5618) 893 %define VERR_SUP_VP_FOUND_EXEC_MEMORY (-5619) 894 %define VERR_SUP_VP_FOUND_MORE_THAN_ONE_EXE_MAPPING (-5620) 895 %define VERR_SUP_VP_IMAGE_FILE_CLOSE_ERROR (-5621) 896 %define VERR_SUP_VP_IMAGE_FILE_OPEN_ERROR (-5622) 897 %define VERR_SUP_VP_IMAGE_HDR_READ_ERROR (-5623) 898 %define VERR_SUP_VP_IMAGE_MAPPING_BASE_ERROR (-5624) 899 %define VERR_SUP_VP_MEMORY_READ_ERROR (-5625) 900 %define VERR_SUP_VP_NO_FOUND_NO_EXE_MAPPING (-5626) 901 %define VERR_SUP_VP_NO_IMAGE_MAPPING_NAME (-5627) 902 %define VERR_SUP_VP_NO_KERNEL32_MAPPING (-5628) 903 %define VERR_SUP_VP_NO_MEMORY (-5629) 904 %define VERR_SUP_VP_NO_MEMORY_STATE (-5630) 905 %define VERR_SUP_VP_NO_NTDLL_MAPPING (-5631) 906 %define VERR_SUP_VP_NON_SYSTEM32_DLL (-5632) 907 %define VERR_SUP_VP_NOT_KNOWN_DLL_OR_EXE (-5633) 908 %define VERR_SUP_VP_NT_MAPPING_NAME_CHANGED (-5634) 909 %define VERR_SUP_VP_NT_QI_PROCESS_NM_ERROR (-5635) 910 %define VERR_SUP_VP_NT_QI_THREAD_ERROR (-5636) 911 %define VERR_SUP_VP_NT_QI_VIRTUAL_MEMORY_ERROR (-5637) 912 %define VERR_SUP_VP_NT_QI_VIRTUAL_MEMORY_NM_ERROR (-5638) 913 %define VERR_SUP_VP_SYSTEM32_PATH (-5639) 914 %define VERR_SUP_VP_THREAD_NOT_ALONE (-5640) 915 %define VERR_SUP_VP_TOO_HIGH_REGION_RVA (-5641) 916 %define VERR_SUP_VP_TOO_LARGE_REGION (-5642) 917 %define VERR_SUP_VP_TOO_MANY_DLLS_LOADED (-5643) 918 %define VERR_SUP_VP_TOO_MANY_IMAGE_REGIONS (-5644) 919 %define VERR_SUP_VP_TOO_MANY_MEMORY_REGIONS (-5645) 920 %define VERR_SUP_VP_TOO_MANY_SECTIONS (-5646) 921 %define VERR_SUP_VP_UNEXPECTED_IMAGE_MACHINE (-5647) 922 %define VERR_SUP_VP_UNEXPECTED_SECTION_FLAGS (-5648) 923 %define VERR_SUP_VP_EXE_MISSING_FORCE_INTEGRITY (-5649) 924 %define VERR_SUP_VP_EXE_MISSING_DYNAMIC_BASE (-5650) 925 %define VERR_SUP_VP_EXE_MISSING_NX_COMPAT (-5651) 926 %define VERR_SUP_VP_DLL_CHARECTERISTICS_MISMATCH (-5652) 927 %define VERR_SUP_VP_IMAGE_CHARECTERISTICS_MISMATCH (-5653) 928 %define VERR_SUP_VP_NT_QI_PROCESS_IMG_INFO_ERROR (-5654) 929 %define VERR_SUP_VP_NT_QI_PROCESS_DBG_PORT_ERROR (-5655) 930 %define VERR_SUP_VP_WINTRUST_CAT_FAILURE (-5656) 931 %define VERR_SUP_VP_NOT_SIGNED_WITH_BUILD_CERT (-5657) 932 %define VERR_SUP_VP_NOT_BUILD_CERT_IPE (-5658) 933 %define VERR_SUP_VP_NOT_VALID_KERNEL_CODE_SIGNATURE (-5659) 934 %define VERR_SUP_VP_UNEXPECTED_VALID_PATH_COUNT (-5660) 935 %define VERR_SUP_VP_SIGNATURE_CHECKS_NOT_ENFORCED (-5661) 936 %define VERR_SUP_VP_SYSFER_DLL (-5662) 937 %define VERR_SUP_VP_KERNEL32_ALREADY_MAPPED (-5663) 938 %define VERR_SUP_VP_FREE_VIRTUAL_MEMORY_FAILED (-5664) 939 %define VERR_SUP_VP_UNMAP_AND_PROTECT_FAILED (-5665) 940 %define VERR_SUP_VP_UNKOWN_MEM_TYPE (-5666) 941 %define VERR_SUP_VP_NOT_OWNED_BY_TRUSTED_INSTALLER (-5667) 942 %define VERR_SUP_VP_IMAGE_TOO_BIG (-5668) 943 %define VERR_SUP_VP_STUB_NOT_FOUND (-5669) 944 %define VERR_SUP_VP_STUB_OPEN_ERROR (-5670) 945 %define VERR_SUP_VP_STUB_THREAD_NOT_FOUND (-5671) 946 %define VERR_SUP_VP_STUB_THREAD_OPEN_ERROR (-5672) 947 %define VERR_SUP_VP_REPLACE_VIRTUAL_MEMORY_FAILED (-5673) 948 %define VERR_SUP_VP_FILE_MODE_ERROR (-5674) 949 %define VERR_SUP_VP_CREATE_READ_EVT_SEM_FAILED (-5675) 850 950 %define VERR_EXTPACK_UNSUPPORTED_HOST_UNINSTALL (-6000) 851 951 %define VERR_EXTPACK_VBOX_VERSION_MISMATCH (-6001) 852 952 %define VERR_GSTCTL_GUEST_ERROR (-6200) 853 953 %define VWRN_GSTCTL_OBJECTSTATE_CHANGED 6220 954 %define VERR_GIM_NOT_ENABLED (-6300) 955 %define VERR_GIM_IPE_1 (-6301) 956 %define VERR_GIM_IPE_2 (-6302) 957 %define VERR_GIM_IPE_3 (-6303) 958 %define VERR_GIM_PVTSC_NOT_AVAILABLE (-6304) 959 %define VERR_GIM_PVTSC_NOT_ENABLED (-6305) 960 %define VERR_GIM_INVALID_PROVIDER (-6306) 961 %define VERR_GIM_OPERATION_FAILED (-6307) 962 %define VERR_GIM_HYPERCALLS_NOT_AVAILABLE (-6308) 963 %define VERR_GIM_HYPERCALLS_NOT_ENABLED (-6309) 964 %define VERR_GIM_DEVICE_NOT_REGISTERED (-6310) 965 %define VERR_GIM_INVALID_GUESTOS_ID (-6311) 966 %define VERR_MAIN_CONFIG_CONSTRUCTOR_COM_ERROR (-6400) 967 %define VERR_MAIN_CONFIG_CONSTRUCTOR_IPE (-6401) 854 968 %include "iprt/err.mac" -
trunk/include/iprt/err.mac
r50255 r53626 126 126 %define VERR_ACCOUNT_RESTRICTED (-22405) 127 127 %define VINF_ACCOUNT_RESTRICTED 22405 128 %define VERR_UNABLE_TO_SATISFY_REQUIREMENTS (-22406) 129 %define VWRN_UNABLE_TO_SATISFY_REQUIREMENTS 22406 130 %define VERR_ALLOCATION_TOO_BIG (-22407) 128 131 %define VERR_FILE_IO_ERROR (-100) 129 132 %define VERR_OPEN_FAILED (-101) … … 425 428 %define VERR_HTTP_CACERT_CANNOT_AUTHENTICATE (-892) 426 429 %define VERR_HTTP_ABORTED (-893) 430 %define VERR_HTTP_REDIRECTED (-894) 427 431 %define VERR_MANIFEST_UNSUPPORTED_DIGEST_TYPE (-900) 428 432 %define VERR_MANIFEST_WRONG_FILE_FORMAT (-901) … … 460 464 %define VERR_POLL_HANDLE_ID_NOT_FOUND (-952) 461 465 %define VERR_POLL_SET_IS_FULL (-953) 466 %define VERR_PKZIP_NO_EOCB (-960) 467 %define VERR_PKZIP_NAME_TOO_LONG (-961) 468 %define VERR_PKZIP_BAD_LF_HEADER (-962) 469 %define VERR_PKZIP_BAD_CDF_HEADER (-963) 470 %define VERR_PKZIP_UNKNOWN_TYPE_FLAG (-964) 471 %define VERR_PKZIP_ZIP64EX_IN_ZIP32 (-965) 462 472 %define VERR_ZIP_ERROR (-22000) 463 473 %define VERR_ZIP_CORRUPTED (-22001) … … 525 535 %define VERR_XAR_UNUSED_ARCHIVED_DATA (-22738) 526 536 %define VERR_XAR_ARCHIVED_AND_EXTRACTED_SIZES_MISMATCH (-22739) 537 %define VERR_X509_READING_CERT_FROM_BIO (-23100) 538 %define VERR_X509_EXTRACT_PUBKEY_FROM_CERT (-23101) 539 %define VERR_X509_EXTRACT_RSA_FROM_PUBLIC_KEY (-23102) 540 %define VERR_X509_RSA_VERIFICATION_FUILURE (-23103) 541 %define VERR_X509_NO_BASIC_CONSTARAINTS (-23104) 542 %define VERR_X509_GETTING_EXTENSION_FROM_CERT (-23105) 543 %define VERR_X509_GETTING_DATA_FROM_EXTENSION (-23106) 544 %define VERR_X509_PRINT_EXTENSION_TO_BIO (-23107) 545 %define VERR_X509_CERTIFICATE_VERIFICATION_FAILURE (-23108) 546 %define VERR_X509_NOT_SELFSIGNED_CERTIFICATE (-23109) 547 %define VINF_X509_NOT_SELFSIGNED_CERTIFICATE 23109 548 %define VERR_ASN1_ERROR (-22800) 549 %define VERR_ASN1_STRING_TYPE_NOT_IMPLEMENTED (-22801) 550 %define VERR_ASN1_INVALID_UTF8_STRING_ENCODING (-22802) 551 %define VERR_ASN1_INVALID_NUMERIC_STRING_ENCODING (-22803) 552 %define VERR_ASN1_INVALID_PRINTABLE_STRING_ENCODING (-22804) 553 %define VERR_ASN1_INVALID_T61_STRING_ENCODING (-22805) 554 %define VERR_ASN1_INVALID_VIDEOTEX_STRING_ENCODING (-22806) 555 %define VERR_ASN1_INVALID_IA5_STRING_ENCODING (-22807) 556 %define VERR_ASN1_INVALID_GRAPHIC_STRING_ENCODING (-22808) 557 %define VERR_ASN1_INVALID_VISIBLE_STRING_ENCODING (-22809) 558 %define VERR_ASN1_INVALID_GENERAL_STRING_ENCODING (-22810) 559 %define VERR_ASN1_INVALID_UNIVERSAL_STRING_ENCODING (-22811) 560 %define VERR_ASN1_INVALID_BMP_STRING_ENCODING (-22812) 561 %define VERR_ASN1_INVALID_OBJID_ENCODING (-22813) 562 %define VERR_ASN1_OBJID_COMPONENT_TOO_BIG (-22814) 563 %define VERR_ASN1_OBJID_TOO_MANY_COMPONENTS (-22815) 564 %define VERR_ASN1_OBJID_TOO_LONG_STRING_FORM (-22816) 565 %define VERR_ASN1_OBJID_INVALID_DOTTED_STRING (-22817) 566 %define VERR_ASN1_CONSTRUCTED_STRING_NOT_IMPL (-22818) 567 %define VERR_ASN1_STRING_TAG_MISMATCH (-22819) 568 %define VERR_ASN1_TIME_TAG_MISMATCH (-22820) 569 %define VINF_ASN1_MORE_DATA (22821) 570 %define VINF_ASN1_NOT_ENCODED (22822) 571 %define VERR_ASN1_TELETEX_UNKNOWN_ESC_SEQ (-22823) 572 %define VERR_ASN1_TELETEX_UNSUPPORTED_ESC_SEQ (-22824) 573 %define VERR_ASN1_TELETEX_UNSUPPORTED_CHARSET (-22825) 574 %define VERR_ASN1_NO_VTABLE (-22826) 575 %define VERR_ASN1_NO_CHECK_SANITY_METHOD (-22827) 576 %define VERR_ASN1_NOT_PRESENT (-22828) 577 %define VERR_ASN1_CURSOR_NOT_AT_END (-22829) 578 %define VERR_ASN1_CURSOR_LONG_TAG (-22830) 579 %define VERR_ASN1_CURSOR_BAD_LENGTH_ENCODING (-22831) 580 %define VERR_ASN1_CURSOR_ILLEGAL_IDEFINITE_LENGTH (-22832) 581 %define VERR_ASN1_CURSOR_IDEFINITE_LENGTH_NOT_SUP (-22833) 582 %define VERR_ASN1_CURSOR_BAD_LENGTH (-22834) 583 %define VERR_ASN1_CURSOR_NO_MORE_DATA (-22835) 584 %define VERR_ASN1_CURSOR_TOO_LITTLE_DATA_LEFT (-22836) 585 %define VERR_ASN1_CURSOR_ILLEGAL_CONSTRUCTED_STRING (-22837) 586 %define VERR_ASN1_CURSOR_TAG_MISMATCH (-22838) 587 %define VERR_ASN1_CURSOR_TAG_FLAG_CLASS_MISMATCH (-22839) 588 %define VERR_ASN1_BITSTRING_OUT_OF_BOUNDS (-22840) 589 %define VERR_ASN1_TIME_BAD_NORMALIZE_INPUT (-22841) 590 %define VERR_ASN1_TIME_NORMALIZE_ERROR (-22842) 591 %define VERR_ASN1_TIME_NORMALIZE_MISMATCH (-22843) 592 %define VERR_ASN1_INVALID_UTC_TIME_ENCODING (-22844) 593 %define VERR_ASN1_INVALID_GENERALIZED_TIME_ENCODING (-22845) 594 %define VERR_ASN1_INVALID_BOOLEAN_ENCODING (-22846) 595 %define VERR_ASN1_INVALID_NULL_ENCODING (-22847) 596 %define VERR_ASN1_INVALID_BITSTRING_ENCODING (-22848) 597 %define VERR_ASN1_DYNTYPE_TAG_NOT_IMPL (-22849) 598 %define VERR_ASN1_DYNTYPE_BAD_TAG (-22850) 599 %define VERR_ASN1_DUMMY_OBJECT (-22851) 600 %define VERR_ASN1_TOO_LONG (-22852) 601 %define VERR_ASN1_EXPECTED_PRIMITIVE (-22853) 602 %define VERR_ASN1_INVALID_DATA_POINTER (-22854) 603 %define VERR_ASN1_TOO_DEEPLY_NESTED (-22855) 604 %define VERR_ASN1_INTERNAL_ERROR_1 (-22895) 605 %define VERR_ASN1_INTERNAL_ERROR_2 (-22896) 606 %define VERR_ASN1_INTERNAL_ERROR_3 (-22897) 607 %define VERR_ASN1_INTERNAL_ERROR_4 (-22898) 608 %define VERR_ASN1_INTERNAL_ERROR_5 (-22899) 609 %define VERR_LDRVI_NOT_SIGNED (-22900) 610 %define VINF_LDRVI_NOT_SIGNED (22900) 611 %define VERR_LDRVI_READ_ERROR_HDR (-22901) 612 %define VERR_LDRVI_READ_ERROR_SHDRS (-22902) 613 %define VERR_LDRVI_READ_ERROR_SIGNATURE (-22903) 614 %define VERR_LDRVI_READ_ERROR_HASH (-22904) 615 %define VERR_LDRVI_FILE_LENGTH_ERROR (-22905) 616 %define VERR_LDRVI_NO_MEMORY_STATE (-22906) 617 %define VERR_LDRVI_NO_MEMORY_SIGNATURE (-22907) 618 %define VERR_LDRVI_NO_MEMORY_SHDRS (-22908) 619 %define VERR_LDRVI_NO_MEMORY_PARSE_OUTPUT (-22909) 620 %define VERR_LDRVI_INVALID_SECURITY_DIR_ENTRY (-22910) 621 %define VERR_LDRVI_BAD_CERT_HDR_LENGTH (-22911) 622 %define VERR_LDRVI_BAD_CERT_HDR_REVISION (-22912) 623 %define VERR_LDRVI_BAD_CERT_HDR_TYPE (-22913) 624 %define VERR_LDRVI_BAD_CERT_MULTIPLE (-22914) 625 %define VERR_LDRVI_BAD_MZ_OFFSET (-22915) 626 %define VERR_LDRVI_INVALID_SECTION_COUNT (-22916) 627 %define VERR_LDRVI_SECTION_RAW_DATA_VALUES (-22917) 628 %define VERR_LDRVI_MACHINE_OPT_HDR_MAGIC_MISMATCH (-22918) 629 %define VERR_LDRVI_UNSUPPORTED_ARCH (-22919) 630 %define VERR_LDRVI_PARSE_IPE (-22921) 631 %define VERR_LDRVI_PARSE_BER_ERROR (-22922) 632 %define VERR_LDRVI_EXPECTED_INDIRECT_DATA_CONTENT_OID (-22923) 633 %define VERR_LDRVI_PAGE_HASH_TAB_SIZE_OVERFLOW (-22924) 634 %define VERR_LDRVI_PAGE_HASH_TAB_TOO_LONG (-22925) 635 %define VERR_LDRVI_PAGE_HASH_TAB_NOT_STRICTLY_SORTED (-22926) 636 %define VERR_PAGE_HASH_TAB_HASHES_NON_SECTION_DATA (-22927) 637 %define VERR_LDRVI_PAGE_HASH_MISMATCH (-22928) 638 %define VERR_LDRVI_IMAGE_HASH_MISMATCH (-22929) 639 %define VERR_LDR_FORWARDER (-22950) 640 %define VERR_LDR_NOT_FORWARDER (-22951) 641 %define VERR_LDR_BAD_FORWARDER (-22952) 642 %define VERR_LDR_FORWARDER_CHAIN_TOO_LONG (-22953) 643 %define VERR_LDR_FORWARDERS_NOT_SUPPORTED (-22954) 644 %define VERR_CR_X509_GENERIC_ERROR (-23000) 645 %define VERR_CR_X509_INTERNAL_ERROR (-23001) 646 %define VERR_CR_X509_CERTPATHS_INTERNAL_ERROR (-23002) 647 %define VERR_CR_X509_NOT_VERIFIED (-23003) 648 %define VERR_CR_X509_NO_TRUST_ANCHOR (-23004) 649 %define VERR_CR_X509_UNKNOWN_CERT_SIGN_ALGO (-23005) 650 %define VERR_CR_X509_CERT_SIGN_ALGO_MISMATCH (-23006) 651 %define VERR_CR_X509_CERT_TBS_SIGN_ALGO_MISMATCH (-23007) 652 %define VERR_CR_X509_TBSCERT_EXTS_REQ_V3 (-23008) 653 %define VERR_CR_X509_TBSCERT_UNIQUE_IDS_REQ_V2 (-23009) 654 %define VERR_CR_X509_TBSCERT_SERIAL_NUMBER_OUT_OF_BOUNDS (-23010) 655 %define VERR_CR_X509_TBSCERT_UNSUPPORTED_VERSION (-23011) 656 %define VERR_CR_X509_PUBLIC_KEY_TOO_SMALL (-23012) 657 %define VERR_CR_X509_INVALID_NAME_STRING_TAG (-23013) 658 %define VERR_CR_X509_NAME_EMPTY_STRING (-23014) 659 %define VERR_CR_X509_NAME_NOT_STRING (-23015) 660 %define VERR_CR_X509_NAME_EMPTY_SET (-23016) 661 %define VERR_CR_X509_NAME_EMPTY_SUB_SET (-23017) 662 %define VERR_CR_X509_VALIDITY_SWAPPED (-23018) 663 %define VERR_CR_X509_TBSCERT_DUPLICATE_EXTENSION (-23019) 664 %define VERR_CR_X509_NAME_MISSING_RDN_MAP_ENTRY (-23020) 665 %define VERR_CR_X509_CPV_NO_TRUSTED_PATHS (-23021) 666 %define VERR_CR_X509_CPV_NO_VALID_POLICY (-23022) 667 %define VERR_CR_X509_CPV_UNKNOWN_CRITICAL_EXTENSION (-23023) 668 %define VERR_CR_X509_CPV_MISSING_KEY_CERT_SIGN (-23024) 669 %define VERR_CR_X509_CPV_MAX_PATH_LENGTH (-23025) 670 %define VERR_CR_X509_CPV_NOT_CA_CERT (-23026) 671 %define VERR_CR_X509_CPV_NOT_V3_CERT (-23027) 672 %define VERR_CR_X509_CPV_INVALID_POLICY_MAPPING (-23028) 673 %define VERR_CR_X509_CPV_NO_PERMITTED_NAMES (-23029) 674 %define VERR_CR_X509_CPV_NAME_NOT_PERMITTED (-23030) 675 %define VERR_CR_X509_CPV_ALT_NAME_NOT_PERMITTED (-23031) 676 %define VERR_CR_X509_CPV_ISSUER_MISMATCH (-23032) 677 %define VERR_CR_X509_CPV_NOT_VALID_AT_TIME (-23033) 678 %define VERR_CR_X509_CPV_UNEXP_GENERAL_SUBTREE_CHOICE (-23034) 679 %define VERR_CR_X509_CPV_UNEXP_GENERAL_SUBTREE_MIN (-23035) 680 %define VERR_CR_X509_CPV_UNEXP_GENERAL_SUBTREE_MAX (-23036) 681 %define VERR_CR_X509_CPB_BAD_CERT_CTX (-23037) 682 %define VERR_CR_X509_OSSL_D2I_FAILED (-23090) 683 %define VERR_CR_PKCS7_GENERIC_ERROR (-23300) 684 %define VERR_CR_PKCS7_NO_SIGNER_INFOS (-23301) 685 %define VERR_CR_PKCS7_SIGNED_DATA_CERT_NOT_FOUND (-23302) 686 %define VERR_CR_PKCS7_KEY_USAGE_MISMATCH (-23303) 687 %define VERR_CR_PKCS7_MISSING_CONTENT_TYPE_ATTRIB (-23304) 688 %define VERR_CR_PKCS7_CONTENT_TYPE_ATTRIB_MISMATCH (-23305) 689 %define VERR_CR_PKCS7_BAD_CONTENT_TYPE_ATTRIB (-23306) 690 %define VERR_CR_PKCS7_MISSING_MESSAGE_DIGEST_ATTRIB (-23307) 691 %define VERR_CR_PKCS7_MESSAGE_DIGEST_ATTRIB_MISMATCH (-23308) 692 %define VERR_CR_PKCS7_BAD_MESSAGE_DIGEST_ATTRIB (-23309) 693 %define VERR_CR_PKCS7_SIGNATURE_VERIFICATION_FAILED (-23310) 694 %define VERR_CR_PKCS7_INTERNAL_ERROR (-22311) 695 %define VERR_CR_PKCS7_OSSL_D2I_FAILED (-22312) 696 %define VERR_CR_PKCS7_OSSL_VERIFY_FAILED (-22313) 697 %define VERR_CR_PKCS7_DIGEST_PARAMS_NOT_IMPL (-22314) 698 %define VERR_CR_PKCS7_DIGEST_ALGO_NOT_FOUND_IN_LIST (-22315) 699 %define VERR_CR_PKCS7_NOT_SIGNED_DATA (-22316) 700 %define VERR_CR_PKCS7_NO_DIGEST_ALGORITHMS (-22317) 701 %define VERR_CR_PKCS7_TOO_MANY_DIGEST_ALGORITHMS (-22318) 702 %define VERR_CR_PKCS7_DIGEST_CREATE_ERROR (-22319) 703 %define VERR_CR_PKCS7_DIGEST_CALC_ERROR (-22320) 704 %define VERR_CR_PKCS7_SIGNED_DATA_VERSION (-22350) 705 %define VERR_CR_PKCS7_SIGNED_DATA_NO_DIGEST_ALGOS (-22351) 706 %define VERR_CR_PKCS7_UNKNOWN_DIGEST_ALGORITHM (-22352) 707 %define VERR_CR_PKCS7_NO_CERTIFICATES (-22353) 708 %define VERR_CR_PKCS7_EXPECTED_NO_CRLS (-22354) 709 %define VERR_CR_PKCS7_EXPECTED_ONE_SIGNER_INFO (-22355) 710 %define VERR_CR_PKCS7_SIGNER_INFO_VERSION (-22356) 711 %define VERR_CR_PKCS7_SIGNER_INFO_NO_ISSUER_SERIAL_NO (-22357) 712 %define VERR_CR_PKCS7_SIGNER_CERT_NOT_SHIPPED (-22358) 713 %define VERR_CR_PKCS7_SIGNER_INFO_DIGEST_ENCRYPT_MISMATCH (-22359) 714 %define VERR_CR_SPC_GENERIC_ERROR (-23400) 715 %define VERR_CR_SPC_NOT_EXACTLY_ONE_SIGNER_INFOS (-23401) 716 %define VERR_CR_SPC_NOT_EXACTLY_ONE_DIGEST_ALGO (-23402) 717 %define VERR_CR_SPC_SIGNED_IND_DATA_DIGEST_ALGO_MISMATCH (-23403) 718 %define VERR_CR_SPC_IND_DATA_DIGEST_ALGO_NOT_IN_DIGEST_ALGOS (-23404) 719 %define VERR_CR_SPC_UNKNOWN_DIGEST_ALGO (-23405) 720 %define VERR_CR_SPC_IND_DATA_DIGEST_SIZE_MISMATCH (-23406) 721 %define VERR_CR_SPC_EXPECTED_PE_IMAGE_DATA (-23407) 722 %define VERR_CR_SPC_PEIMAGE_DATA_NOT_PRESENT (-23408) 723 %define VERR_CR_SPC_BAD_MONIKER_UUID (-23409) 724 %define VERR_CR_SPC_UNKNOWN_MONIKER_UUID (-23410) 725 %define VERR_CR_SPC_BAD_MONIKER_CHOICE (-23411) 726 %define VERR_CR_SPC_MONIKER_BAD_DATA (-23412) 727 %define VERR_CR_SPC_PEIMAGE_MULTIPLE_HASH_TABS (-23413) 728 %define VERR_CR_SPC_PEIMAGE_UNKNOWN_ATTRIBUTE (-23414) 729 %define VERR_CR_SPC_PEIMAGE_URL_UNEXPECTED (-23415) 730 %define VERR_CR_SPC_PEIMAGE_NO_CONTENT (-23416) 731 %define VERR_CR_PKIX_GENERIC_ERROR (-23500) 732 %define VERR_CR_PKIX_SIGNATURE_TAKES_NO_PARAMETERS (-23501) 733 %define VERR_CR_PKIX_UNKNOWN_DIGEST_TYPE (-23502) 734 %define VERR_CR_PKIX_INTERNAL_ERROR (-23503) 735 %define VERR_CR_PKIX_HASH_TOO_LONG_FOR_KEY (-23504) 736 %define VERR_CR_PKIX_SIGNATURE_TOO_LONG (-23505) 737 %define VERR_CR_PKIX_SIGNATURE_GE_KEY (-23506) 738 %define VERR_CR_PKIX_SIGNATURE_NEGATIVE (-23507) 739 %define VERR_CR_PKIX_INVALID_SIGNATURE_LENGTH (-23508) 740 %define VERR_CR_PKIX_SIGNATURE_MISMATCH (-23509) 741 %define VERR_CR_PKIX_CIPHER_ALGO_PARAMS_NOT_IMPL (-23510) 742 %define VERR_CR_PKIX_CIPHER_ALGO_NOT_KNOWN (-23511) 743 %define VERR_CR_PKIX_OSSL_CIPHER_ALGO_NOT_KNOWN (-23512) 744 %define VERR_CR_PKIX_OSSL_CIPHER_ALGO_NOT_KNOWN_EVP (-23513) 745 %define VERR_CR_PKIX_OSSL_CIPHER_ALOG_INIT_FAILED (-23514) 746 %define VERR_CR_PKIX_OSSL_VERIFY_FINAL_FAILED (-23515) 747 %define VERR_CR_PKIX_OSSL_D2I_PUBLIC_KEY_FAILED (-23516) 748 %define VERR_CR_PKIX_OSSL_EVP_PKEY_TYPE_ERROR (-23517) 749 %define VERR_CR_STORE_GENERIC_ERROR (-23700) 750 %define VERR_CR_RSA_GENERIC_ERROR (-23900) 751 %define VERR_BIGNUM_SENSITIVE_INPUT (-24000) 752 %define VERR_BIGNUM_DIV_BY_ZERO (-24001) 753 %define VERR_BIGNUM_NEGATIVE_EXPONENT (-24002) 754 %define VERR_CR_DIGEST_OSSL_DIGEST_INIT_ERROR (-24200) 755 %define VERR_CR_DIGEST_OSSL_DIGEST_CTX_COPY_ERROR (-24201) -
trunk/include/iprt/x86.mac
r52465 r53626 118 118 %define X86_CPUID_MWAIT_ECX_EXT RT_BIT(0) 119 119 %define X86_CPUID_MWAIT_ECX_BREAKIRQIF0 RT_BIT(1) 120 %define X86_CPUID_STEXT_FEATURE_EBX_FSGSBASE RT_BIT(0) 121 %define X86_CPUID_STEXT_FEATURE_EBX_TSC_ADJUST RT_BIT(1) 122 %define X86_CPUID_STEXT_FEATURE_EBX_BMI1 RT_BIT(3) 123 %define X86_CPUID_STEXT_FEATURE_EBX_HLE RT_BIT(4) 124 %define X86_CPUID_STEXT_FEATURE_EBX_AVX2 RT_BIT(5) 125 %define X86_CPUID_STEXT_FEATURE_EBX_SMEP RT_BIT(7) 126 %define X86_CPUID_STEXT_FEATURE_EBX_BMI2 RT_BIT(8) 127 %define X86_CPUID_STEXT_FEATURE_EBX_ERMS RT_BIT(9) 128 %define X86_CPUID_STEXT_FEATURE_EBX_INVPCID RT_BIT(10) 129 %define X86_CPUID_STEXT_FEATURE_EBX_RTM RT_BIT(11) 130 %define X86_CPUID_STEXT_FEATURE_EBX_PQM RT_BIT(12) 131 %define X86_CPUID_STEXT_FEATURE_EBX_DEPR_FPU_CS_DS RT_BIT(13) 132 %define X86_CPUID_STEXT_FEATURE_EBX_MPE RT_BIT(14) 133 %define X86_CPUID_STEXT_FEATURE_EBX_PQE RT_BIT(15) 134 %define X86_CPUID_STEXT_FEATURE_EBX_AVX512F RT_BIT(16) 135 %define X86_CPUID_STEXT_FEATURE_EBX_RDSEED RT_BIT(18) 136 %define X86_CPUID_STEXT_FEATURE_EBX_ADX RT_BIT(19) 137 %define X86_CPUID_STEXT_FEATURE_EBX_SMAP RT_BIT(20) 138 %define X86_CPUID_STEXT_FEATURE_EBX_CLFLUSHOPT RT_BIT(23) 139 %define X86_CPUID_STEXT_FEATURE_EBX_INTEL_PT RT_BIT(25) 140 %define X86_CPUID_STEXT_FEATURE_EBX_AVX512PF RT_BIT(26) 141 %define X86_CPUID_STEXT_FEATURE_EBX_AVX512ER RT_BIT(27) 142 %define X86_CPUID_STEXT_FEATURE_EBX_AVX512CD RT_BIT(28) 143 %define X86_CPUID_STEXT_FEATURE_EBX_SHA RT_BIT(29) 120 144 %define X86_CPUID_EXT_FEATURE_ECX_LAHF_SAHF RT_BIT(0) 121 145 %define X86_CPUID_EXT_FEATURE_EDX_SYSCALL RT_BIT(11) … … 237 261 %define X86_DR7_LE_ALL 0x0000000000000055 238 262 %define X86_DR7_GE_ALL 0x00000000000000aa 263 %define X86_DR7_ICE_IR RT_BIT(12) 239 264 %define X86_DR7_GD RT_BIT(13) 265 %define X86_DR7_ICE_TR1 RT_BIT(14) 266 %define X86_DR7_ICE_TR2 RT_BIT(15) 240 267 %define X86_DR7_RW0_MASK (3 << 16) 241 268 %define X86_DR7_LEN0_MASK (3 << 18) … … 271 298 %define X86_DR7_RW_LEN_ALL_MASKS 0xffff0000 272 299 %define X86_DR7_INIT_VAL 0x400 273 %define X86_OFF_FXSTATE_RSVD 0x1d0274 %define X86_FXSTATE_RSVD_32BIT_MAGIC 0x32b3232b275 300 %define MSR_P5_MC_ADDR 0x00000000 276 301 %define MSR_P5_MC_TYPE 0x00000001 … … 292 317 %define MSR_IA32_FEATURE_CONTROL_SMX_VMXON RT_BIT(1) 293 318 %define MSR_IA32_FEATURE_CONTROL_VMXON RT_BIT(2) 319 %define MSR_IA32_TSC_ADJUST 0x3B 294 320 %define MSR_IA32_BIOS_UPDT_TRIG 0x79 295 321 %define MSR_IA32_BIOS_SIGN_ID 0x8B … … 398 424 %define MSR_K6_EFER_LMSLE RT_BIT(13) 399 425 %define MSR_K6_EFER_FFXSR RT_BIT(14) 426 %define MSR_K6_EFER_TCE RT_BIT(15) 400 427 %define MSR_K6_STAR 0xc0000081 401 428 %define MSR_K6_STAR_SYSRET_CS_SS_SHIFT 48 … … 560 587 %define X86_PML4_SHIFT 39 561 588 %define X86_PML4_MASK 0x1ff 589 %define X86_OFF_FXSTATE_RSVD 0x1d0 590 %define X86_FXSTATE_RSVD_32BIT_MAGIC 0x32b3232b 562 591 %define X86_FSW_IE RT_BIT(0) 563 592 %define X86_FSW_DE RT_BIT(1) … … 722 751 %define X86_DESC_DB RT_BIT(22) 723 752 %define X86_DESC_G RT_BIT(23) 753 %define X86_SEL_TYPE_SYS_286_TSS_LIMIT_MIN 0x2b 754 %define X86_SEL_TYPE_SYS_386_TSS_LIMIT_MIN 0x67 724 755 %ifndef VBOX_FOR_DTRACE_LIB 725 756 %endif
Note:
See TracChangeset
for help on using the changeset viewer.