VirtualBox

Changeset 28828 in vbox for trunk/include


Ignore:
Timestamp:
Apr 27, 2010 2:01:38 PM (15 years ago)
Author:
vboxsync
Message:

sync .mac headers

Location:
trunk/include
Files:
4 edited

Legend:

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

    r25559 r28828  
    154154%define VERR_PGM_HANDLER_ALREADY_ALIASED    (-1643)
    155155%define VINF_PGM_HANDLER_ALREADY_ALIASED    (1643)
     156%define VINF_PGM_POOL_FLUSH_PENDING    (1644)
     157%define VERR_PGM_INVALID_LARGE_PAGE_RANGE    (-1645)
     158%define VERR_PGM_PHYS_PAGE_BALLOONED    (-1646)
    156159%define VERR_MM_RAM_CONFLICT    (-1700)
    157160%define VERR_MM_HYPER_NO_MEMORY    (-1701)
     
    256259%define VERR_CFGM_NODE_EXISTS    (-2161)
    257260%define VERR_CFGM_LEAF_EXISTS    (-2162)
     261%define VERR_CFGM_CONFIG_UNKNOWN_VALUE    (-2163)
     262%define VERR_CFGM_CONFIG_UNKNOWN_NODE    (-2164)
    258263%define VERR_TM_LOAD_STATE    (-2200)
    259264%define VERR_TM_INVALID_STATE    (-2201)
     
    422427%define VERR_VD_RAW_INVALID_HEADER    (-3270)
    423428%define VERR_VD_RAW_INVALID_TYPE    (-3271)
     429%define VERR_VD_NOT_ENOUGH_METADATA    (-3272)
    424430%define VERR_VBGL_NOT_INITIALIZED    (-3300)
    425431%define VERR_VBGL_INVALID_ADDR    (-3301)
     
    511517%define VERR_COM_INVALID_SESSION_STATE    (-4611)
    512518%define VERR_COM_OBJECT_IN_USE    (-4612)
     519%define VERR_CPU_HOTPLUG_NOT_MONITORED_BY_GUEST    (-4700)
     520%define VINF_AIO_TASK_PENDING    4800
     521%define VERR_VSCSI_LUN_TYPE_NOT_SUPPORTED    (-4900)
     522%define VERR_VSCSI_LUN_ATTACHED_TO_DEVICE    (-4901)
     523%define VERR_VSCSI_LUN_INVALID    (-4902)
     524%define VERR_VSCSI_LUN_NOT_ATTACHED    (-4903)
     525%define VERR_VSCSI_LUN_BUSY    (-4904)
     526%define VERR_FAM_OPEN_FAILED    (-5000)
     527%define VERR_FAM_MONITOR_FILE_FAILED    (-5001)
     528%define VERR_FAM_MONITOR_DIRECTORY_FAILED    (-5002)
     529%define VERR_FAM_CONNECTION_LOST    (-5003)
    513530%include "iprt/err.mac"
  • trunk/include/VBox/param.mac

    r28210 r28828  
    3838%define VMMDEV_VENDORID             VBOX_PCI_VENDORID
    3939%define VMMDEV_DEVICEID             (0xcafe)
     40%define VBOX_MAX_GSO_SIZE           0xfff0
    4041%endif
  • trunk/include/VBox/x86.mac

    r25559 r28828  
    8383%define X86_CPUID_FEATURE_EDX_TM        RT_BIT(29)
    8484%define X86_CPUID_FEATURE_EDX_PBE       RT_BIT(31)
     85%define X86_CPUID_MWAIT_ECX_EXT            RT_BIT(0)
     86%define X86_CPUID_MWAIT_ECX_BREAKIRQIF0    RT_BIT(1)
    8587%define X86_CPUID_AMD_FEATURE_EDX_FPU       RT_BIT(0)
    8688%define X86_CPUID_AMD_FEATURE_EDX_VME       RT_BIT(1)
     
    226228%define MSR_IA32_BIOS_UPDT_TRIG             0x79
    227229%define MSR_IA32_BIOS_SIGN_ID               0x8B
     230%define MSR_IA32_PMC0                       0xC1
     231%define MSR_IA32_PMC1                       0xC2
     232%define MSR_IA32_PMC2                       0xC3
     233%define MSR_IA32_PMC3                       0xC4
     234%define MSR_IA32_PLATFORM_INFO              0xCE
     235%define MSR_IA32_FSB_CLOCK_STS              0xCD
    228236%define MSR_IA32_MTRR_CAP                   0xFE
    229237%ifndef MSR_IA32_SYSENTER_CS
     
    239247%define MSR_IA32_PERFEVTSEL0                0x186
    240248%define MSR_IA32_PERFEVTSEL1                0x187
     249%define MSR_IA32_FLEX_RATIO                 0x194
    241250%define MSR_IA32_PERF_STATUS                0x198
    242251%define MSR_IA32_PERF_CTL                   0x199
     252%define MSR_IA32_THERM_STATUS               0x19c
     253%define MSR_IA32_MISC_ENABLE                0x1A0
    243254%define MSR_IA32_MTRR_DEF_TYPE              0x2FF
    244255%define MSR_IA32_MC0_CTL                    0x400
  • trunk/include/iprt/err.mac

    r25559 r28828  
    101101%define VERR_AUTHENTICATION_FAILURE    (-89)
    102102%define VERR_NOT_POWER_OF_TWO    (-90)
     103%define VERR_IGNORED    (-91)
     104%define VERR_CONCURRENT_ACCESS    (-92)
     105%define VERR_CALLER_NO_REFERENCE    (-93)
     106%define VERR_LOGON_FAILURE    (-94)
    103107%define VERR_FILE_IO_ERROR    (-100)
    104108%define VERR_OPEN_FAILED    (-101)
     
    201205%define VERR_SEM_LV_INVALID_PARAMETER    (-371)
    202206%define VERR_SEM_LV_DEADLOCK    (-372)
    203 %define VERR_SEM_LV_NOT_OWNER    (-373)
    204 %define VERR_SEM_LV_UPGRADE    (-374)
     207%define VERR_SEM_LV_EXISTING_DEADLOCK    (-373)
     208%define VERR_SEM_LV_NOT_OWNER    (-374)
     209%define VERR_SEM_LV_ILLEGAL_UPGRADE    (-375)
     210%define VERR_SEM_LV_NOT_SIGNALLER    (-376)
     211%define VERR_SEM_LV_INTERNAL_ERROR    (-377)
    205212%define VERR_NET_IO_ERROR    (-400)
    206213%define VERR_NET_OUT_OF_RESOURCES    (-401)
     
    333340%define VERR_CACHE_FULL    (-850)
    334341%define VERR_CACHE_EMPTY    (-851)
     342%define VERR_MEM_CACHE_MAX_SIZE    (-855)
    335343%define VERR_S3_ACCESS_DENIED    (-875)
    336344%define VERR_S3_NOT_FOUND    (-876)
     
    343351%define VERR_MANIFEST_FILE_MISMATCH    (-903)
    344352%define VERR_TAR_CHKSUM_MISMATCH    (-925)
     353%define VERR_POLL_HANDLE_NOT_POLLABLE    (-950)
     354%define VERR_POLL_HANDLE_ID_EXISTS    (-951)
     355%define VERR_POLL_HANDLE_ID_NOT_FOUND    (-952)
     356%define VERR_POLL_SET_IS_FULL    (-953)
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