Changeset 70459 in vbox
- Timestamp:
- Jan 4, 2018 3:13:30 PM (7 years ago)
- Location:
- trunk/include/iprt
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/err.mac
r69202 r70459 222 222 %define VERR_NS_SYMLINK_CHANGE_OWNER (-158) 223 223 %define VERR_SYMLINK_NOT_ALLOWED (-159) 224 %define VERR_IS_A_SYMLINK (-160) 225 %define VERR_IS_A_FIFO (-161) 226 %define VERR_IS_A_SOCKET (-162) 227 %define VERR_IS_A_BLOCK_DEVICE (-163) 228 %define VERR_IS_A_CHAR_DEVICE (-164) 224 229 %define VERR_SEARCH_ERROR (-200) 225 230 %define VERR_NO_MORE_FILES (-201) … … 320 325 %define VERR_NET_PROTOCOL_ERROR (-466) 321 326 %define VERR_NET_INCOMPLETE_TX_PACKET (-467) 327 %define VERR_NET_INIT_FAILED (-468) 328 %define VERR_NET_NOT_UNSUPPORTED (-469) 322 329 %define VERR_TCP_SERVER_STOP (-500) 323 330 %define VINF_TCP_SERVER_STOP 500 … … 580 587 %define VERR_VFS_CHAIN_TYPE_MISMATCH_PATH_ONLY (-22156) 581 588 %define VERR_VFS_CHAIN_NOT_PATH_ONLY (-22157) 589 %define VERR_VFS_CHAIN_TOO_SHORT_FOR_PARENT (-22158) 582 590 %define VERR_DVM_MAP_EMPTY (-22200) 583 591 %define VERR_DVM_MAP_NO_VOLUME (-22201) … … 869 877 %define VERR_VFS_BOGUS_OFFSET (-24802) 870 878 %define VERR_VFS_UNSUPPORTED_FORMAT (-24803) 879 %define VERR_VFS_UNSUPPORTED_CREATE_TYPE (-24804) 871 880 %define VERR_ISOMK_BOOT_CAT_NO_VALIDATION_ENTRY (-25000) 872 881 %define VERR_ISOMK_BOOT_CAT_NO_DEFAULT_ENTRY (-25001) … … 1003 1012 %define VERR_ISOFS_IPE_4 (-25394) 1004 1013 %define VERR_ISOFS_IPE_5 (-25395) 1014 %define VERR_SERIALPORT_BREAK_DETECTED (-25500) 1015 %define VERR_SERIALPORT_INVALID_BAUDRATE (-25501) -
trunk/include/iprt/x86.mac
r70254 r70459 421 421 %define MSR_IA32_MISC_ENABLE_XD_DISABLE RT_BIT_64(34) 422 422 %define MSR_IA32_DEBUGCTL 0x000001d9 423 %define MSR_IA32_DEBUGCTL_LBR RT_BIT_64(0) 424 %define MSR_IA32_DEBUGCTL_BTF RT_BIT_64(1) 425 %define MSR_IA32_DEBUGCTL_PB0 RT_BIT_64(2) 426 %define MSR_IA32_DEBUGCTL_PB1 RT_BIT_64(3) 427 %define MSR_IA32_DEBUGCTL_PB2 RT_BIT_64(4) 428 %define MSR_IA32_DEBUGCTL_PB3 RT_BIT_64(5) 429 %define MSR_IA32_DEBUGCTL_TR RT_BIT_64(6) 430 %define MSR_IA32_DEBUGCTL_BTS RT_BIT_64(7) 431 %define MSR_IA32_DEBUGCTL_BTINT RT_BIT_64(8) 432 %define MSR_IA32_DEBUGCTL_BTS_OFF_OS RT_BIT_64(9) 433 %define MSR_IA32_DEBUGCTL_BTS_OFF_USER RT_BIT_64(10) 434 %define MSR_IA32_DEBUGCTL_FREEZE_LBR_ON_PMI RT_BIT_64(11) 435 %define MSR_IA32_DEBUGCTL_FREEZE_PERFMON_ON_PMI RT_BIT_64(12) 436 %define MSR_IA32_DEBUGCTL_FREEZE_WHILE_SMM_EM RT_BIT_64(14) 437 %define MSR_IA32_DEBUGCTL_RTM RT_BIT_64(15) 423 438 %define MSR_P4_LASTBRANCH_TOS 0x000001da 424 439 %define MSR_P4_LASTBRANCH_0 0x000001db
Note:
See TracChangeset
for help on using the changeset viewer.