Changeset 23715 in vbox
- Timestamp:
- Oct 13, 2009 9:14:07 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 53434
- Location:
- trunk/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/x86.mac
r22431 r23715 277 277 %define MSR_K7_PERFCTR2 0xc0010006 278 278 %define MSR_K7_PERFCTR3 0xc0010007 279 %define MSR_K8_HWCR 0xc0010015 279 280 %define MSR_K8_LSTAR 0xc0000082 280 281 %define MSR_K8_CSTAR 0xc0000083 -
trunk/include/iprt/err.mac
r22806 r23715 98 98 %define VERR_CALLBACK_RETURN (-88) 99 99 %define VINF_CALLBACK_RETURN 88 100 %define VERR_AUTHENTICATION_FAILURE (-89) 100 101 %define VERR_FILE_IO_ERROR (-100) 101 102 %define VERR_OPEN_FAILED (-101) … … 145 146 %define VERR_DISK_INVALID_FORMAT (-155) 146 147 %define VERR_TOO_MANY_SYMLINKS (-156) 148 %define VERR_NS_SYMLINK_SET_TIME (-157) 147 149 %define VERR_SEARCH_ERROR (-200) 148 150 %define VERR_NO_MORE_FILES (-201) … … 230 232 %define VERR_TCP_SERVER_STOP (-500) 231 233 %define VINF_TCP_SERVER_STOP 500 234 %define VERR_TCP_SERVER_SHUTDOWN (-501) 235 %define VERR_TCP_SERVER_DESTROYED (-502) 236 %define VINF_TCP_SERVER_NO_CLIENT 503 232 237 %define VERR_L4_INVALID_DS_OFFSET (-550) 233 238 %define VERR_IPC (-551) … … 311 316 %define VERR_GETOPT_INVALID_ARGUMENT_FORMAT (-827) 312 317 %define VINF_GETOPT_NOT_OPTION 828 318 %define VERR_GETOPT_INDEX_MISSING (-829) 313 319 %define VERR_CACHE_FULL (-850) 314 320 %define VERR_CACHE_EMPTY (-851)
Note:
See TracChangeset
for help on using the changeset viewer.