~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/fs/smb/client/nterr.h

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /fs/smb/client/nterr.h (Version linux-6.12-rc7) and /fs/smb/client/nterr.h (Version linux-5.1.21)


  1 /* SPDX-License-Identifier: GPL-2.0-or-later *      1 
  2 /*                                                
  3    Unix SMB/Netbios implementation.               
  4    Version 1.9.                                   
  5    NT error code constants                        
  6    Copyright (C) Andrew Tridgell                  
  7    Copyright (C) John H Terpstra                  
  8    Copyright (C) Luke Kenneth Casson Leighton     
  9    Copyright (C) Paul Ashton                      
 10                                                   
 11 */                                                
 12                                                   
 13                                                   
 14                                                   
 15 #ifndef _NTERR_H                                  
 16 #define _NTERR_H                                  
 17                                                   
 18 struct nt_err_code_struct {                       
 19         char *nt_errstr;                          
 20         __u32 nt_errcode;                         
 21 };                                                
 22                                                   
 23 extern const struct nt_err_code_struct nt_errs    
 24                                                   
 25 /* Win32 Status codes. */                         
 26 #define NT_STATUS_MORE_ENTRIES         0x0105     
 27 #define NT_ERROR_INVALID_PARAMETER     0x0057     
 28 #define NT_ERROR_INSUFFICIENT_BUFFER   0x007a     
 29 #define NT_STATUS_1804                 0x070c     
 30 #define NT_STATUS_NOTIFY_ENUM_DIR      0x010c     
 31                                                   
 32 /*                                                
 33  * Win32 Error codes extracted using a loop in    
 34  * sniff to a file.                               
 35  */                                               
 36                                                   
 37 #define NT_STATUS_OK                   0x0000     
 38 #define NT_STATUS_SOME_UNMAPPED        0x0107     
 39 #define NT_STATUS_BUFFER_OVERFLOW  0x80000005     
 40 #define NT_STATUS_NO_MORE_ENTRIES  0x8000001a     
 41 #define NT_STATUS_MEDIA_CHANGED    0x8000001c     
 42 #define NT_STATUS_END_OF_MEDIA     0x8000001e     
 43 #define NT_STATUS_MEDIA_CHECK      0x80000020     
 44 #define NT_STATUS_NO_DATA_DETECTED 0x8000001c     
 45 #define NT_STATUS_STOPPED_ON_SYMLINK 0x8000002    
 46 #define NT_STATUS_DEVICE_REQUIRES_CLEANING 0x8    
 47 #define NT_STATUS_DEVICE_DOOR_OPEN 0x80000288     
 48 #define NT_STATUS_UNSUCCESSFUL 0xC0000000 | 0x    
 49 #define NT_STATUS_NOT_IMPLEMENTED 0xC0000000 |    
 50 #define NT_STATUS_INVALID_INFO_CLASS 0xC000000    
 51 #define NT_STATUS_INFO_LENGTH_MISMATCH 0xC0000    
 52 #define NT_STATUS_ACCESS_VIOLATION 0xC0000000     
 53 #define NT_STATUS_IN_PAGE_ERROR 0xC0000000 | 0    
 54 #define NT_STATUS_PAGEFILE_QUOTA 0xC0000000 |     
 55 #define NT_STATUS_INVALID_HANDLE 0xC0000000 |     
 56 #define NT_STATUS_BAD_INITIAL_STACK 0xC0000000    
 57 #define NT_STATUS_BAD_INITIAL_PC 0xC0000000 |     
 58 #define NT_STATUS_INVALID_CID 0xC0000000 | 0x0    
 59 #define NT_STATUS_TIMER_NOT_CANCELED 0xC000000    
 60 #define NT_STATUS_INVALID_PARAMETER 0xC0000000    
 61 #define NT_STATUS_NO_SUCH_DEVICE 0xC0000000 |     
 62 #define NT_STATUS_NO_SUCH_FILE 0xC0000000 | 0x    
 63 #define NT_STATUS_INVALID_DEVICE_REQUEST 0xC00    
 64 #define NT_STATUS_END_OF_FILE 0xC0000000 | 0x0    
 65 #define NT_STATUS_WRONG_VOLUME 0xC0000000 | 0x    
 66 #define NT_STATUS_NO_MEDIA_IN_DEVICE 0xC000000    
 67 #define NT_STATUS_UNRECOGNIZED_MEDIA 0xC000000    
 68 #define NT_STATUS_NONEXISTENT_SECTOR 0xC000000    
 69 #define NT_STATUS_MORE_PROCESSING_REQUIRED 0xC    
 70 #define NT_STATUS_NO_MEMORY 0xC0000000 | 0x001    
 71 #define NT_STATUS_CONFLICTING_ADDRESSES 0xC000    
 72 #define NT_STATUS_NOT_MAPPED_VIEW 0xC0000000 |    
 73 #define NT_STATUS_UNABLE_TO_FREE_VM 0x80000000    
 74 #define NT_STATUS_UNABLE_TO_DELETE_SECTION 0xC    
 75 #define NT_STATUS_INVALID_SYSTEM_SERVICE 0xC00    
 76 #define NT_STATUS_ILLEGAL_INSTRUCTION 0xC00000    
 77 #define NT_STATUS_INVALID_LOCK_SEQUENCE 0xC000    
 78 #define NT_STATUS_INVALID_VIEW_SIZE 0xC0000000    
 79 #define NT_STATUS_INVALID_FILE_FOR_SECTION 0xC    
 80 #define NT_STATUS_ALREADY_COMMITTED 0xC0000000    
 81 #define NT_STATUS_ACCESS_DENIED 0xC0000000 | 0    
 82 #define NT_STATUS_BUFFER_TOO_SMALL 0xC0000000     
 83 #define NT_STATUS_OBJECT_TYPE_MISMATCH 0xC0000    
 84 #define NT_STATUS_NONCONTINUABLE_EXCEPTION 0xC    
 85 #define NT_STATUS_INVALID_DISPOSITION 0xC00000    
 86 #define NT_STATUS_UNWIND 0xC0000000 | 0x0027      
 87 #define NT_STATUS_BAD_STACK 0xC0000000 | 0x002    
 88 #define NT_STATUS_INVALID_UNWIND_TARGET 0xC000    
 89 #define NT_STATUS_NOT_LOCKED 0xC0000000 | 0x00    
 90 #define NT_STATUS_PARITY_ERROR 0xC0000000 | 0x    
 91 #define NT_STATUS_UNABLE_TO_DECOMMIT_VM 0xC000    
 92 #define NT_STATUS_NOT_COMMITTED 0xC0000000 | 0    
 93 #define NT_STATUS_INVALID_PORT_ATTRIBUTES 0xC0    
 94 #define NT_STATUS_PORT_MESSAGE_TOO_LONG 0xC000    
 95 #define NT_STATUS_INVALID_PARAMETER_MIX 0xC000    
 96 #define NT_STATUS_INVALID_QUOTA_LOWER 0xC00000    
 97 #define NT_STATUS_DISK_CORRUPT_ERROR 0xC000000    
 98 #define NT_STATUS_OBJECT_NAME_INVALID 0xC00000    
 99 #define NT_STATUS_OBJECT_NAME_NOT_FOUND 0xC000    
100 #define NT_STATUS_OBJECT_NAME_COLLISION 0xC000    
101 #define NT_STATUS_HANDLE_NOT_WAITABLE 0xC00000    
102 #define NT_STATUS_PORT_DISCONNECTED 0xC0000000    
103 #define NT_STATUS_DEVICE_ALREADY_ATTACHED 0xC0    
104 #define NT_STATUS_OBJECT_PATH_INVALID 0xC00000    
105 #define NT_STATUS_OBJECT_PATH_NOT_FOUND 0xC000    
106 #define NT_STATUS_OBJECT_PATH_SYNTAX_BAD 0xC00    
107 #define NT_STATUS_DATA_OVERRUN 0xC0000000 | 0x    
108 #define NT_STATUS_DATA_LATE_ERROR 0xC0000000 |    
109 #define NT_STATUS_DATA_ERROR 0xC0000000 | 0x00    
110 #define NT_STATUS_CRC_ERROR 0xC0000000 | 0x003    
111 #define NT_STATUS_SECTION_TOO_BIG 0xC0000000 |    
112 #define NT_STATUS_PORT_CONNECTION_REFUSED 0xC0    
113 #define NT_STATUS_INVALID_PORT_HANDLE 0xC00000    
114 #define NT_STATUS_SHARING_VIOLATION 0xC0000000    
115 #define NT_STATUS_QUOTA_EXCEEDED 0xC0000000 |     
116 #define NT_STATUS_INVALID_PAGE_PROTECTION 0xC0    
117 #define NT_STATUS_MUTANT_NOT_OWNED 0xC0000000     
118 #define NT_STATUS_SEMAPHORE_LIMIT_EXCEEDED 0xC    
119 #define NT_STATUS_PORT_ALREADY_SET 0xC0000000     
120 #define NT_STATUS_SECTION_NOT_IMAGE 0xC0000000    
121 #define NT_STATUS_SUSPEND_COUNT_EXCEEDED 0xC00    
122 #define NT_STATUS_THREAD_IS_TERMINATING 0xC000    
123 #define NT_STATUS_BAD_WORKING_SET_LIMIT 0xC000    
124 #define NT_STATUS_INCOMPATIBLE_FILE_MAP 0xC000    
125 #define NT_STATUS_SECTION_PROTECTION 0xC000000    
126 #define NT_STATUS_EAS_NOT_SUPPORTED 0xC0000000    
127 #define NT_STATUS_EA_TOO_LARGE 0xC0000000 | 0x    
128 #define NT_STATUS_NONEXISTENT_EA_ENTRY 0xC0000    
129 #define NT_STATUS_NO_EAS_ON_FILE 0xC0000000 |     
130 #define NT_STATUS_EA_CORRUPT_ERROR 0xC0000000     
131 #define NT_STATUS_FILE_LOCK_CONFLICT 0xC000000    
132 #define NT_STATUS_LOCK_NOT_GRANTED 0xC0000000     
133 #define NT_STATUS_DELETE_PENDING 0xC0000000 |     
134 #define NT_STATUS_CTL_FILE_NOT_SUPPORTED 0xC00    
135 #define NT_STATUS_UNKNOWN_REVISION 0xC0000000     
136 #define NT_STATUS_REVISION_MISMATCH 0xC0000000    
137 #define NT_STATUS_INVALID_OWNER 0xC0000000 | 0    
138 #define NT_STATUS_INVALID_PRIMARY_GROUP 0xC000    
139 #define NT_STATUS_NO_IMPERSONATION_TOKEN 0xC00    
140 #define NT_STATUS_CANT_DISABLE_MANDATORY 0xC00    
141 #define NT_STATUS_NO_LOGON_SERVERS 0xC0000000     
142 #define NT_STATUS_NO_SUCH_LOGON_SESSION 0xC000    
143 #define NT_STATUS_NO_SUCH_PRIVILEGE 0xC0000000    
144 #define NT_STATUS_PRIVILEGE_NOT_HELD 0xC000000    
145 #define NT_STATUS_INVALID_ACCOUNT_NAME 0xC0000    
146 #define NT_STATUS_USER_EXISTS 0xC0000000 | 0x0    
147 #define NT_STATUS_NO_SUCH_USER 0xC0000000 | 0x    
148 #define NT_STATUS_GROUP_EXISTS 0xC0000000 | 0x    
149 #define NT_STATUS_NO_SUCH_GROUP 0xC0000000 | 0    
150 #define NT_STATUS_MEMBER_IN_GROUP 0xC0000000 |    
151 #define NT_STATUS_MEMBER_NOT_IN_GROUP 0xC00000    
152 #define NT_STATUS_LAST_ADMIN 0xC0000000 | 0x00    
153 #define NT_STATUS_WRONG_PASSWORD 0xC0000000 |     
154 #define NT_STATUS_ILL_FORMED_PASSWORD 0xC00000    
155 #define NT_STATUS_PASSWORD_RESTRICTION 0xC0000    
156 #define NT_STATUS_LOGON_FAILURE 0xC0000000 | 0    
157 #define NT_STATUS_ACCOUNT_RESTRICTION 0xC00000    
158 #define NT_STATUS_INVALID_LOGON_HOURS 0xC00000    
159 #define NT_STATUS_INVALID_WORKSTATION 0xC00000    
160 #define NT_STATUS_PASSWORD_EXPIRED 0xC0000000     
161 #define NT_STATUS_ACCOUNT_DISABLED 0xC0000000     
162 #define NT_STATUS_NONE_MAPPED 0xC0000000 | 0x0    
163 #define NT_STATUS_TOO_MANY_LUIDS_REQUESTED 0xC    
164 #define NT_STATUS_LUIDS_EXHAUSTED 0xC0000000 |    
165 #define NT_STATUS_INVALID_SUB_AUTHORITY 0xC000    
166 #define NT_STATUS_INVALID_ACL 0xC0000000 | 0x0    
167 #define NT_STATUS_INVALID_SID 0xC0000000 | 0x0    
168 #define NT_STATUS_INVALID_SECURITY_DESCR 0xC00    
169 #define NT_STATUS_PROCEDURE_NOT_FOUND 0xC00000    
170 #define NT_STATUS_INVALID_IMAGE_FORMAT 0xC0000    
171 #define NT_STATUS_NO_TOKEN 0xC0000000 | 0x007c    
172 #define NT_STATUS_BAD_INHERITANCE_ACL 0xC00000    
173 #define NT_STATUS_RANGE_NOT_LOCKED 0xC0000000     
174 #define NT_STATUS_DISK_FULL 0xC0000000 | 0x007    
175 #define NT_STATUS_SERVER_DISABLED 0xC0000000 |    
176 #define NT_STATUS_SERVER_NOT_DISABLED 0xC00000    
177 #define NT_STATUS_TOO_MANY_GUIDS_REQUESTED 0xC    
178 #define NT_STATUS_GUIDS_EXHAUSTED 0xC0000000 |    
179 #define NT_STATUS_INVALID_ID_AUTHORITY 0xC0000    
180 #define NT_STATUS_AGENTS_EXHAUSTED 0xC0000000     
181 #define NT_STATUS_INVALID_VOLUME_LABEL 0xC0000    
182 #define NT_STATUS_SECTION_NOT_EXTENDED 0xC0000    
183 #define NT_STATUS_NOT_MAPPED_DATA 0xC0000000 |    
184 #define NT_STATUS_RESOURCE_DATA_NOT_FOUND 0xC0    
185 #define NT_STATUS_RESOURCE_TYPE_NOT_FOUND 0xC0    
186 #define NT_STATUS_RESOURCE_NAME_NOT_FOUND 0xC0    
187 #define NT_STATUS_ARRAY_BOUNDS_EXCEEDED 0xC000    
188 #define NT_STATUS_FLOAT_DENORMAL_OPERAND 0xC00    
189 #define NT_STATUS_FLOAT_DIVIDE_BY_ZERO 0xC0000    
190 #define NT_STATUS_FLOAT_INEXACT_RESULT 0xC0000    
191 #define NT_STATUS_FLOAT_INVALID_OPERATION 0xC0    
192 #define NT_STATUS_FLOAT_OVERFLOW 0xC0000000 |     
193 #define NT_STATUS_FLOAT_STACK_CHECK 0xC0000000    
194 #define NT_STATUS_FLOAT_UNDERFLOW 0xC0000000 |    
195 #define NT_STATUS_INTEGER_DIVIDE_BY_ZERO 0xC00    
196 #define NT_STATUS_INTEGER_OVERFLOW 0xC0000000     
197 #define NT_STATUS_PRIVILEGED_INSTRUCTION 0xC00    
198 #define NT_STATUS_TOO_MANY_PAGING_FILES 0xC000    
199 #define NT_STATUS_FILE_INVALID 0xC0000000 | 0x    
200 #define NT_STATUS_ALLOTTED_SPACE_EXCEEDED 0xC0    
201 #define NT_STATUS_INSUFFICIENT_RESOURCES 0xC00    
202 #define NT_STATUS_DFS_EXIT_PATH_FOUND 0xC00000    
203 #define NT_STATUS_DEVICE_DATA_ERROR 0xC0000000    
204 #define NT_STATUS_DEVICE_NOT_CONNECTED 0xC0000    
205 #define NT_STATUS_DEVICE_POWER_FAILURE 0xC0000    
206 #define NT_STATUS_FREE_VM_NOT_AT_BASE 0xC00000    
207 #define NT_STATUS_MEMORY_NOT_ALLOCATED 0xC0000    
208 #define NT_STATUS_WORKING_SET_QUOTA 0xC0000000    
209 #define NT_STATUS_MEDIA_WRITE_PROTECTED 0xC000    
210 #define NT_STATUS_DEVICE_NOT_READY 0xC0000000     
211 #define NT_STATUS_INVALID_GROUP_ATTRIBUTES 0xC    
212 #define NT_STATUS_BAD_IMPERSONATION_LEVEL 0xC0    
213 #define NT_STATUS_CANT_OPEN_ANONYMOUS 0xC00000    
214 #define NT_STATUS_BAD_VALIDATION_CLASS 0xC0000    
215 #define NT_STATUS_BAD_TOKEN_TYPE 0xC0000000 |     
216 #define NT_STATUS_BAD_MASTER_BOOT_RECORD 0xC00    
217 #define NT_STATUS_INSTRUCTION_MISALIGNMENT 0xC    
218 #define NT_STATUS_INSTANCE_NOT_AVAILABLE 0xC00    
219 #define NT_STATUS_PIPE_NOT_AVAILABLE 0xC000000    
220 #define NT_STATUS_INVALID_PIPE_STATE 0xC000000    
221 #define NT_STATUS_PIPE_BUSY 0xC0000000 | 0x00a    
222 #define NT_STATUS_ILLEGAL_FUNCTION 0xC0000000     
223 #define NT_STATUS_PIPE_DISCONNECTED 0xC0000000    
224 #define NT_STATUS_PIPE_CLOSING 0xC0000000 | 0x    
225 #define NT_STATUS_PIPE_CONNECTED 0xC0000000 |     
226 #define NT_STATUS_PIPE_LISTENING 0xC0000000 |     
227 #define NT_STATUS_INVALID_READ_MODE 0xC0000000    
228 #define NT_STATUS_IO_TIMEOUT 0xC0000000 | 0x00    
229 #define NT_STATUS_FILE_FORCED_CLOSED 0xC000000    
230 #define NT_STATUS_PROFILING_NOT_STARTED 0xC000    
231 #define NT_STATUS_PROFILING_NOT_STOPPED 0xC000    
232 #define NT_STATUS_COULD_NOT_INTERPRET 0xC00000    
233 #define NT_STATUS_FILE_IS_A_DIRECTORY 0xC00000    
234 #define NT_STATUS_NOT_SUPPORTED 0xC0000000 | 0    
235 #define NT_STATUS_REMOTE_NOT_LISTENING 0xC0000    
236 #define NT_STATUS_DUPLICATE_NAME 0xC0000000 |     
237 #define NT_STATUS_BAD_NETWORK_PATH 0xC0000000     
238 #define NT_STATUS_NETWORK_BUSY 0xC0000000 | 0x    
239 #define NT_STATUS_DEVICE_DOES_NOT_EXIST 0xC000    
240 #define NT_STATUS_TOO_MANY_COMMANDS 0xC0000000    
241 #define NT_STATUS_ADAPTER_HARDWARE_ERROR 0xC00    
242 #define NT_STATUS_INVALID_NETWORK_RESPONSE 0xC    
243 #define NT_STATUS_UNEXPECTED_NETWORK_ERROR 0xC    
244 #define NT_STATUS_BAD_REMOTE_ADAPTER 0xC000000    
245 #define NT_STATUS_PRINT_QUEUE_FULL 0xC0000000     
246 #define NT_STATUS_NO_SPOOL_SPACE 0xC0000000 |     
247 #define NT_STATUS_PRINT_CANCELLED 0xC0000000 |    
248 #define NT_STATUS_NETWORK_NAME_DELETED 0xC0000    
249 #define NT_STATUS_NETWORK_ACCESS_DENIED 0xC000    
250 #define NT_STATUS_BAD_DEVICE_TYPE 0xC0000000 |    
251 #define NT_STATUS_BAD_NETWORK_NAME 0xC0000000     
252 #define NT_STATUS_TOO_MANY_NAMES 0xC0000000 |     
253 #define NT_STATUS_TOO_MANY_SESSIONS 0xC0000000    
254 #define NT_STATUS_SHARING_PAUSED 0xC0000000 |     
255 #define NT_STATUS_REQUEST_NOT_ACCEPTED 0xC0000    
256 #define NT_STATUS_REDIRECTOR_PAUSED 0xC0000000    
257 #define NT_STATUS_NET_WRITE_FAULT 0xC0000000 |    
258 #define NT_STATUS_PROFILING_AT_LIMIT 0xC000000    
259 #define NT_STATUS_NOT_SAME_DEVICE 0xC0000000 |    
260 #define NT_STATUS_FILE_RENAMED 0xC0000000 | 0x    
261 #define NT_STATUS_VIRTUAL_CIRCUIT_CLOSED 0xC00    
262 #define NT_STATUS_NO_SECURITY_ON_OBJECT 0xC000    
263 #define NT_STATUS_CANT_WAIT 0xC0000000 | 0x00d    
264 #define NT_STATUS_PIPE_EMPTY 0xC0000000 | 0x00    
265 #define NT_STATUS_CANT_ACCESS_DOMAIN_INFO 0xC0    
266 #define NT_STATUS_CANT_TERMINATE_SELF 0xC00000    
267 #define NT_STATUS_INVALID_SERVER_STATE 0xC0000    
268 #define NT_STATUS_INVALID_DOMAIN_STATE 0xC0000    
269 #define NT_STATUS_INVALID_DOMAIN_ROLE 0xC00000    
270 #define NT_STATUS_NO_SUCH_DOMAIN 0xC0000000 |     
271 #define NT_STATUS_DOMAIN_EXISTS 0xC0000000 | 0    
272 #define NT_STATUS_DOMAIN_LIMIT_EXCEEDED 0xC000    
273 #define NT_STATUS_OPLOCK_NOT_GRANTED 0xC000000    
274 #define NT_STATUS_INVALID_OPLOCK_PROTOCOL 0xC0    
275 #define NT_STATUS_INTERNAL_DB_CORRUPTION 0xC00    
276 #define NT_STATUS_INTERNAL_ERROR 0xC0000000 |     
277 #define NT_STATUS_GENERIC_NOT_MAPPED 0xC000000    
278 #define NT_STATUS_BAD_DESCRIPTOR_FORMAT 0xC000    
279 #define NT_STATUS_INVALID_USER_BUFFER 0xC00000    
280 #define NT_STATUS_UNEXPECTED_IO_ERROR 0xC00000    
281 #define NT_STATUS_UNEXPECTED_MM_CREATE_ERR 0xC    
282 #define NT_STATUS_UNEXPECTED_MM_MAP_ERROR 0xC0    
283 #define NT_STATUS_UNEXPECTED_MM_EXTEND_ERR 0xC    
284 #define NT_STATUS_NOT_LOGON_PROCESS 0xC0000000    
285 #define NT_STATUS_LOGON_SESSION_EXISTS 0xC0000    
286 #define NT_STATUS_INVALID_PARAMETER_1 0xC00000    
287 #define NT_STATUS_INVALID_PARAMETER_2 0xC00000    
288 #define NT_STATUS_INVALID_PARAMETER_3 0xC00000    
289 #define NT_STATUS_INVALID_PARAMETER_4 0xC00000    
290 #define NT_STATUS_INVALID_PARAMETER_5 0xC00000    
291 #define NT_STATUS_INVALID_PARAMETER_6 0xC00000    
292 #define NT_STATUS_INVALID_PARAMETER_7 0xC00000    
293 #define NT_STATUS_INVALID_PARAMETER_8 0xC00000    
294 #define NT_STATUS_INVALID_PARAMETER_9 0xC00000    
295 #define NT_STATUS_INVALID_PARAMETER_10 0xC0000    
296 #define NT_STATUS_INVALID_PARAMETER_11 0xC0000    
297 #define NT_STATUS_INVALID_PARAMETER_12 0xC0000    
298 #define NT_STATUS_REDIRECTOR_NOT_STARTED 0xC00    
299 #define NT_STATUS_REDIRECTOR_STARTED 0xC000000    
300 #define NT_STATUS_STACK_OVERFLOW 0xC0000000 |     
301 #define NT_STATUS_NO_SUCH_PACKAGE 0xC0000000 |    
302 #define NT_STATUS_BAD_FUNCTION_TABLE 0xC000000    
303 #define NT_STATUS_DIRECTORY_NOT_EMPTY 0xC00000    
304 #define NT_STATUS_FILE_CORRUPT_ERROR 0xC000000    
305 #define NT_STATUS_NOT_A_DIRECTORY 0xC0000000 |    
306 #define NT_STATUS_BAD_LOGON_SESSION_STATE 0xC0    
307 #define NT_STATUS_LOGON_SESSION_COLLISION 0xC0    
308 #define NT_STATUS_NAME_TOO_LONG 0xC0000000 | 0    
309 #define NT_STATUS_FILES_OPEN 0xC0000000 | 0x01    
310 #define NT_STATUS_CONNECTION_IN_USE 0xC0000000    
311 #define NT_STATUS_MESSAGE_NOT_FOUND 0xC0000000    
312 #define NT_STATUS_PROCESS_IS_TERMINATING 0xC00    
313 #define NT_STATUS_INVALID_LOGON_TYPE 0xC000000    
314 #define NT_STATUS_NO_GUID_TRANSLATION 0xC00000    
315 #define NT_STATUS_CANNOT_IMPERSONATE 0xC000000    
316 #define NT_STATUS_IMAGE_ALREADY_LOADED 0xC0000    
317 #define NT_STATUS_ABIOS_NOT_PRESENT 0xC0000000    
318 #define NT_STATUS_ABIOS_LID_NOT_EXIST 0xC00000    
319 #define NT_STATUS_ABIOS_LID_ALREADY_OWNED 0xC0    
320 #define NT_STATUS_ABIOS_NOT_LID_OWNER 0xC00000    
321 #define NT_STATUS_ABIOS_INVALID_COMMAND 0xC000    
322 #define NT_STATUS_ABIOS_INVALID_LID 0xC0000000    
323 #define NT_STATUS_ABIOS_SELECTOR_NOT_AVAILABLE    
324 #define NT_STATUS_ABIOS_INVALID_SELECTOR 0xC00    
325 #define NT_STATUS_NO_LDT 0xC0000000 | 0x0117      
326 #define NT_STATUS_INVALID_LDT_SIZE 0xC0000000     
327 #define NT_STATUS_INVALID_LDT_OFFSET 0xC000000    
328 #define NT_STATUS_INVALID_LDT_DESCRIPTOR 0xC00    
329 #define NT_STATUS_INVALID_IMAGE_NE_FORMAT 0xC0    
330 #define NT_STATUS_RXACT_INVALID_STATE 0xC00000    
331 #define NT_STATUS_RXACT_COMMIT_FAILURE 0xC0000    
332 #define NT_STATUS_MAPPED_FILE_SIZE_ZERO 0xC000    
333 #define NT_STATUS_TOO_MANY_OPENED_FILES 0xC000    
334 #define NT_STATUS_CANCELLED 0xC0000000 | 0x012    
335 #define NT_STATUS_CANNOT_DELETE 0xC0000000 | 0    
336 #define NT_STATUS_INVALID_COMPUTER_NAME 0xC000    
337 #define NT_STATUS_FILE_DELETED 0xC0000000 | 0x    
338 #define NT_STATUS_SPECIAL_ACCOUNT 0xC0000000 |    
339 #define NT_STATUS_SPECIAL_GROUP 0xC0000000 | 0    
340 #define NT_STATUS_SPECIAL_USER 0xC0000000 | 0x    
341 #define NT_STATUS_MEMBERS_PRIMARY_GROUP 0xC000    
342 #define NT_STATUS_FILE_CLOSED 0xC0000000 | 0x0    
343 #define NT_STATUS_TOO_MANY_THREADS 0xC0000000     
344 #define NT_STATUS_THREAD_NOT_IN_PROCESS 0xC000    
345 #define NT_STATUS_TOKEN_ALREADY_IN_USE 0xC0000    
346 #define NT_STATUS_PAGEFILE_QUOTA_EXCEEDED 0xC0    
347 #define NT_STATUS_COMMITMENT_LIMIT 0xC0000000     
348 #define NT_STATUS_INVALID_IMAGE_LE_FORMAT 0xC0    
349 #define NT_STATUS_INVALID_IMAGE_NOT_MZ 0xC0000    
350 #define NT_STATUS_INVALID_IMAGE_PROTECT 0xC000    
351 #define NT_STATUS_INVALID_IMAGE_WIN_16 0xC0000    
352 #define NT_STATUS_LOGON_SERVER_CONFLICT 0xC000    
353 #define NT_STATUS_TIME_DIFFERENCE_AT_DC 0xC000    
354 #define NT_STATUS_SYNCHRONIZATION_REQUIRED 0xC    
355 #define NT_STATUS_DLL_NOT_FOUND 0xC0000000 | 0    
356 #define NT_STATUS_OPEN_FAILED 0xC0000000 | 0x0    
357 #define NT_STATUS_IO_PRIVILEGE_FAILED 0xC00000    
358 #define NT_STATUS_ORDINAL_NOT_FOUND 0xC0000000    
359 #define NT_STATUS_ENTRYPOINT_NOT_FOUND 0xC0000    
360 #define NT_STATUS_CONTROL_C_EXIT 0xC0000000 |     
361 #define NT_STATUS_LOCAL_DISCONNECT 0xC0000000     
362 #define NT_STATUS_REMOTE_DISCONNECT 0xC0000000    
363 #define NT_STATUS_REMOTE_RESOURCES 0xC0000000     
364 #define NT_STATUS_LINK_FAILED 0xC0000000 | 0x0    
365 #define NT_STATUS_LINK_TIMEOUT 0xC0000000 | 0x    
366 #define NT_STATUS_INVALID_CONNECTION 0xC000000    
367 #define NT_STATUS_INVALID_ADDRESS 0xC0000000 |    
368 #define NT_STATUS_DLL_INIT_FAILED 0xC0000000 |    
369 #define NT_STATUS_MISSING_SYSTEMFILE 0xC000000    
370 #define NT_STATUS_UNHANDLED_EXCEPTION 0xC00000    
371 #define NT_STATUS_APP_INIT_FAILURE 0xC0000000     
372 #define NT_STATUS_PAGEFILE_CREATE_FAILED 0xC00    
373 #define NT_STATUS_NO_PAGEFILE 0xC0000000 | 0x0    
374 #define NT_STATUS_INVALID_LEVEL 0xC0000000 | 0    
375 #define NT_STATUS_WRONG_PASSWORD_CORE 0xC00000    
376 #define NT_STATUS_ILLEGAL_FLOAT_CONTEXT 0xC000    
377 #define NT_STATUS_PIPE_BROKEN 0xC0000000 | 0x0    
378 #define NT_STATUS_REGISTRY_CORRUPT 0xC0000000     
379 #define NT_STATUS_REGISTRY_IO_FAILED 0xC000000    
380 #define NT_STATUS_NO_EVENT_PAIR 0xC0000000 | 0    
381 #define NT_STATUS_UNRECOGNIZED_VOLUME 0xC00000    
382 #define NT_STATUS_SERIAL_NO_DEVICE_INITED 0xC0    
383 #define NT_STATUS_NO_SUCH_ALIAS 0xC0000000 | 0    
384 #define NT_STATUS_MEMBER_NOT_IN_ALIAS 0xC00000    
385 #define NT_STATUS_MEMBER_IN_ALIAS 0xC0000000 |    
386 #define NT_STATUS_ALIAS_EXISTS 0xC0000000 | 0x    
387 #define NT_STATUS_LOGON_NOT_GRANTED 0xC0000000    
388 #define NT_STATUS_TOO_MANY_SECRETS 0xC0000000     
389 #define NT_STATUS_SECRET_TOO_LONG 0xC0000000 |    
390 #define NT_STATUS_INTERNAL_DB_ERROR 0xC0000000    
391 #define NT_STATUS_FULLSCREEN_MODE 0xC0000000 |    
392 #define NT_STATUS_TOO_MANY_CONTEXT_IDS 0xC0000    
393 #define NT_STATUS_LOGON_TYPE_NOT_GRANTED 0xC00    
394 #define NT_STATUS_NOT_REGISTRY_FILE 0xC0000000    
395 #define NT_STATUS_NT_CROSS_ENCRYPTION_REQUIRED    
396 #define NT_STATUS_DOMAIN_CTRLR_CONFIG_ERROR 0x    
397 #define NT_STATUS_FT_MISSING_MEMBER 0xC0000000    
398 #define NT_STATUS_ILL_FORMED_SERVICE_ENTRY 0xC    
399 #define NT_STATUS_ILLEGAL_CHARACTER 0xC0000000    
400 #define NT_STATUS_UNMAPPABLE_CHARACTER 0xC0000    
401 #define NT_STATUS_UNDEFINED_CHARACTER 0xC00000    
402 #define NT_STATUS_FLOPPY_VOLUME 0xC0000000 | 0    
403 #define NT_STATUS_FLOPPY_ID_MARK_NOT_FOUND 0xC    
404 #define NT_STATUS_FLOPPY_WRONG_CYLINDER 0xC000    
405 #define NT_STATUS_FLOPPY_UNKNOWN_ERROR 0xC0000    
406 #define NT_STATUS_FLOPPY_BAD_REGISTERS 0xC0000    
407 #define NT_STATUS_DISK_RECALIBRATE_FAILED 0xC0    
408 #define NT_STATUS_DISK_OPERATION_FAILED 0xC000    
409 #define NT_STATUS_DISK_RESET_FAILED 0xC0000000    
410 #define NT_STATUS_SHARED_IRQ_BUSY 0xC0000000 |    
411 #define NT_STATUS_FT_ORPHANING 0xC0000000 | 0x    
412 #define NT_STATUS_PARTITION_FAILURE 0xC0000000    
413 #define NT_STATUS_INVALID_BLOCK_LENGTH 0xC0000    
414 #define NT_STATUS_DEVICE_NOT_PARTITIONED 0xC00    
415 #define NT_STATUS_UNABLE_TO_LOCK_MEDIA 0xC0000    
416 #define NT_STATUS_UNABLE_TO_UNLOAD_MEDIA 0xC00    
417 #define NT_STATUS_EOM_OVERFLOW 0xC0000000 | 0x    
418 #define NT_STATUS_NO_MEDIA 0xC0000000 | 0x0178    
419 #define NT_STATUS_NO_SUCH_MEMBER 0xC0000000 |     
420 #define NT_STATUS_INVALID_MEMBER 0xC0000000 |     
421 #define NT_STATUS_KEY_DELETED 0xC0000000 | 0x0    
422 #define NT_STATUS_NO_LOG_SPACE 0xC0000000 | 0x    
423 #define NT_STATUS_TOO_MANY_SIDS 0xC0000000 | 0    
424 #define NT_STATUS_LM_CROSS_ENCRYPTION_REQUIRED    
425 #define NT_STATUS_KEY_HAS_CHILDREN 0xC0000000     
426 #define NT_STATUS_CHILD_MUST_BE_VOLATILE 0xC00    
427 #define NT_STATUS_DEVICE_CONFIGURATION_ERROR 0    
428 #define NT_STATUS_DRIVER_INTERNAL_ERROR 0xC000    
429 #define NT_STATUS_INVALID_DEVICE_STATE 0xC0000    
430 #define NT_STATUS_IO_DEVICE_ERROR 0xC0000000 |    
431 #define NT_STATUS_DEVICE_PROTOCOL_ERROR 0xC000    
432 #define NT_STATUS_BACKUP_CONTROLLER 0xC0000000    
433 #define NT_STATUS_LOG_FILE_FULL 0xC0000000 | 0    
434 #define NT_STATUS_TOO_LATE 0xC0000000 | 0x0189    
435 #define NT_STATUS_NO_TRUST_LSA_SECRET 0xC00000    
436 #define NT_STATUS_NO_TRUST_SAM_ACCOUNT 0xC0000    
437 #define NT_STATUS_TRUSTED_DOMAIN_FAILURE 0xC00    
438 #define NT_STATUS_TRUSTED_RELATIONSHIP_FAILURE    
439 #define NT_STATUS_EVENTLOG_FILE_CORRUPT 0xC000    
440 #define NT_STATUS_EVENTLOG_CANT_START 0xC00000    
441 #define NT_STATUS_TRUST_FAILURE 0xC0000000 | 0    
442 #define NT_STATUS_MUTANT_LIMIT_EXCEEDED 0xC000    
443 #define NT_STATUS_NETLOGON_NOT_STARTED 0xC0000    
444 #define NT_STATUS_ACCOUNT_EXPIRED 0xC0000000 |    
445 #define NT_STATUS_POSSIBLE_DEADLOCK 0xC0000000    
446 #define NT_STATUS_NETWORK_CREDENTIAL_CONFLICT     
447 #define NT_STATUS_REMOTE_SESSION_LIMIT 0xC0000    
448 #define NT_STATUS_EVENTLOG_FILE_CHANGED 0xC000    
449 #define NT_STATUS_NOLOGON_INTERDOMAIN_TRUST_AC    
450 #define NT_STATUS_NOLOGON_WORKSTATION_TRUST_AC    
451 #define NT_STATUS_NOLOGON_SERVER_TRUST_ACCOUNT    
452 #define NT_STATUS_DOMAIN_TRUST_INCONSISTENT 0x    
453 #define NT_STATUS_FS_DRIVER_REQUIRED 0xC000000    
454 #define NT_STATUS_NO_USER_SESSION_KEY 0xC00000    
455 #define NT_STATUS_USER_SESSION_DELETED 0xC0000    
456 #define NT_STATUS_RESOURCE_LANG_NOT_FOUND 0xC0    
457 #define NT_STATUS_INSUFF_SERVER_RESOURCES 0xC0    
458 #define NT_STATUS_INVALID_BUFFER_SIZE 0xC00000    
459 #define NT_STATUS_INVALID_ADDRESS_COMPONENT 0x    
460 #define NT_STATUS_INVALID_ADDRESS_WILDCARD 0xC    
461 #define NT_STATUS_TOO_MANY_ADDRESSES 0xC000000    
462 #define NT_STATUS_ADDRESS_ALREADY_EXISTS 0xC00    
463 #define NT_STATUS_ADDRESS_CLOSED 0xC0000000 |     
464 #define NT_STATUS_CONNECTION_DISCONNECTED 0xC0    
465 #define NT_STATUS_CONNECTION_RESET 0xC0000000     
466 #define NT_STATUS_TOO_MANY_NODES 0xC0000000 |     
467 #define NT_STATUS_TRANSACTION_ABORTED 0xC00000    
468 #define NT_STATUS_TRANSACTION_TIMED_OUT 0xC000    
469 #define NT_STATUS_TRANSACTION_NO_RELEASE 0xC00    
470 #define NT_STATUS_TRANSACTION_NO_MATCH 0xC0000    
471 #define NT_STATUS_TRANSACTION_RESPONDED 0xC000    
472 #define NT_STATUS_TRANSACTION_INVALID_ID 0xC00    
473 #define NT_STATUS_TRANSACTION_INVALID_TYPE 0xC    
474 #define NT_STATUS_NOT_SERVER_SESSION 0xC000000    
475 #define NT_STATUS_NOT_CLIENT_SESSION 0xC000000    
476 #define NT_STATUS_CANNOT_LOAD_REGISTRY_FILE 0x    
477 #define NT_STATUS_DEBUG_ATTACH_FAILED 0xC00000    
478 #define NT_STATUS_SYSTEM_PROCESS_TERMINATED 0x    
479 #define NT_STATUS_DATA_NOT_ACCEPTED 0xC0000000    
480 #define NT_STATUS_NO_BROWSER_SERVERS_FOUND 0xC    
481 #define NT_STATUS_VDM_HARD_ERROR 0xC0000000 |     
482 #define NT_STATUS_DRIVER_CANCEL_TIMEOUT 0xC000    
483 #define NT_STATUS_REPLY_MESSAGE_MISMATCH 0xC00    
484 #define NT_STATUS_MAPPED_ALIGNMENT 0xC0000000     
485 #define NT_STATUS_IMAGE_CHECKSUM_MISMATCH 0xC0    
486 #define NT_STATUS_LOST_WRITEBEHIND_DATA 0xC000    
487 #define NT_STATUS_CLIENT_SERVER_PARAMETERS_INV    
488 #define NT_STATUS_PASSWORD_MUST_CHANGE 0xC0000    
489 #define NT_STATUS_NOT_FOUND 0xC0000000 | 0x022    
490 #define NT_STATUS_NOT_TINY_STREAM 0xC0000000 |    
491 #define NT_STATUS_RECOVERY_FAILURE 0xC0000000     
492 #define NT_STATUS_STACK_OVERFLOW_READ 0xC00000    
493 #define NT_STATUS_FAIL_CHECK 0xC0000000 | 0x02    
494 #define NT_STATUS_DUPLICATE_OBJECTID 0xC000000    
495 #define NT_STATUS_OBJECTID_EXISTS 0xC0000000 |    
496 #define NT_STATUS_CONVERT_TO_LARGE 0xC0000000     
497 #define NT_STATUS_RETRY 0xC0000000 | 0x022d       
498 #define NT_STATUS_FOUND_OUT_OF_SCOPE 0xC000000    
499 #define NT_STATUS_ALLOCATE_BUCKET 0xC0000000 |    
500 #define NT_STATUS_PROPSET_NOT_FOUND 0xC0000000    
501 #define NT_STATUS_MARSHALL_OVERFLOW 0xC0000000    
502 #define NT_STATUS_INVALID_VARIANT 0xC0000000 |    
503 #define NT_STATUS_DOMAIN_CONTROLLER_NOT_FOUND     
504 #define NT_STATUS_ACCOUNT_LOCKED_OUT 0xC000000    
505 #define NT_STATUS_HANDLE_NOT_CLOSABLE 0xC00000    
506 #define NT_STATUS_CONNECTION_REFUSED 0xC000000    
507 #define NT_STATUS_GRACEFUL_DISCONNECT 0xC00000    
508 #define NT_STATUS_ADDRESS_ALREADY_ASSOCIATED 0    
509 #define NT_STATUS_ADDRESS_NOT_ASSOCIATED 0xC00    
510 #define NT_STATUS_CONNECTION_INVALID 0xC000000    
511 #define NT_STATUS_CONNECTION_ACTIVE 0xC0000000    
512 #define NT_STATUS_NETWORK_UNREACHABLE 0xC00000    
513 #define NT_STATUS_HOST_UNREACHABLE 0xC0000000     
514 #define NT_STATUS_PROTOCOL_UNREACHABLE 0xC0000    
515 #define NT_STATUS_PORT_UNREACHABLE 0xC0000000     
516 #define NT_STATUS_REQUEST_ABORTED 0xC0000000 |    
517 #define NT_STATUS_CONNECTION_ABORTED 0xC000000    
518 #define NT_STATUS_BAD_COMPRESSION_BUFFER 0xC00    
519 #define NT_STATUS_USER_MAPPED_FILE 0xC0000000     
520 #define NT_STATUS_AUDIT_FAILED 0xC0000000 | 0x    
521 #define NT_STATUS_TIMER_RESOLUTION_NOT_SET 0xC    
522 #define NT_STATUS_CONNECTION_COUNT_LIMIT 0xC00    
523 #define NT_STATUS_LOGIN_TIME_RESTRICTION 0xC00    
524 #define NT_STATUS_LOGIN_WKSTA_RESTRICTION 0xC0    
525 #define NT_STATUS_IMAGE_MP_UP_MISMATCH 0xC0000    
526 #define NT_STATUS_INSUFFICIENT_LOGON_INFO 0xC0    
527 #define NT_STATUS_BAD_DLL_ENTRYPOINT 0xC000000    
528 #define NT_STATUS_BAD_SERVICE_ENTRYPOINT 0xC00    
529 #define NT_STATUS_LPC_REPLY_LOST 0xC0000000 |     
530 #define NT_STATUS_IP_ADDRESS_CONFLICT1 0xC0000    
531 #define NT_STATUS_IP_ADDRESS_CONFLICT2 0xC0000    
532 #define NT_STATUS_REGISTRY_QUOTA_LIMIT 0xC0000    
533 #define NT_STATUS_PATH_NOT_COVERED 0xC0000000     
534 #define NT_STATUS_NO_CALLBACK_ACTIVE 0xC000000    
535 #define NT_STATUS_LICENSE_QUOTA_EXCEEDED 0xC00    
536 #define NT_STATUS_PWD_TOO_SHORT 0xC0000000 | 0    
537 #define NT_STATUS_PWD_TOO_RECENT 0xC0000000 |     
538 #define NT_STATUS_PWD_HISTORY_CONFLICT 0xC0000    
539 #define NT_STATUS_PLUGPLAY_NO_DEVICE 0xC000000    
540 #define NT_STATUS_UNSUPPORTED_COMPRESSION 0xC0    
541 #define NT_STATUS_INVALID_HW_PROFILE 0xC000000    
542 #define NT_STATUS_INVALID_PLUGPLAY_DEVICE_PATH    
543 #define NT_STATUS_DRIVER_ORDINAL_NOT_FOUND 0xC    
544 #define NT_STATUS_DRIVER_ENTRYPOINT_NOT_FOUND     
545 #define NT_STATUS_RESOURCE_NOT_OWNED 0xC000000    
546 #define NT_STATUS_TOO_MANY_LINKS 0xC0000000 |     
547 #define NT_STATUS_QUOTA_LIST_INCONSISTENT 0xC0    
548 #define NT_STATUS_FILE_IS_OFFLINE 0xC0000000 |    
549 #define NT_STATUS_NO_SUCH_JOB 0xC0000000 | 0xE    
550                                                   
551 #endif                          /* _NTERR_H */    
552                                                   

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php