-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy patherror_8h_source.html
432 lines (415 loc) · 30.6 KB
/
error_8h_source.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<title>PSP2SDK: include/psp2/kernel/error.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { searchBox.OnSelectItem(0); });
</script>
</head>
<body>
<div id="top"><!-- do not remove this div! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="logo.png"/></td>
<td style="padding-left: 0.5em;">
<div id="projectname">PSP2SDK
 <span id="projectnumber">dirty-f9e4f2d</span>
</div>
<div id="projectbrief">The free SDK for PSP2</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- Generated by Doxygen 1.7.6.1 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="annotated.html"><span>Data Structures</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="files.html"><span>File List</span></a></li>
<li><a href="globals.html"><span>Globals</span></a></li>
</ul>
</div>
</div>
<div class="header">
<div class="headertitle">
<div class="title">include/psp2/kernel/error.h</div> </div>
</div><!--header-->
<div class="contents">
<a href="error_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001
<a name="l00012"></a>00012 <span class="preprocessor">#ifndef _PSP2_KERNEL_ERROR_H_</span>
<a name="l00013"></a>00013 <span class="preprocessor"></span><span class="preprocessor">#define _PSP2_KERNEL_ERROR_H_</span>
<a name="l00014"></a>00014 <span class="preprocessor"></span>
<a name="l00015"></a>00015 <span class="keyword">enum</span> {
<a name="l00016"></a>00016 SCE_KERNEL_OK = 0x0,
<a name="l00017"></a>00017 SCE_KERNEL_ERROR_ERROR = 0x80020001,
<a name="l00018"></a>00018 SCE_KERNEL_ERROR_NOT_IMPLEMENTED = 0x80020002,
<a name="l00019"></a>00019 SCE_KERNEL_ERROR_NOSYS = 0x80020003,
<a name="l00020"></a>00020 SCE_KERNEL_ERROR_UNSUP = 0x80020004,
<a name="l00021"></a>00021 SCE_KERNEL_ERROR_INVALID_ARGUMENT = 0x80020005,
<a name="l00022"></a>00022 SCE_KERNEL_ERROR_ILLEGAL_ADDR = 0x80020006,
<a name="l00023"></a>00023 SCE_KERNEL_ERROR_ILLEGAL_ALIGNMENT = 0x80020007,
<a name="l00024"></a>00024 SCE_KERNEL_ERROR_ILLEGAL_PERMISSION = 0x80020008,
<a name="l00025"></a>00025 SCE_KERNEL_ERROR_INVALID_ARGUMENT_SIZE = 0x80020009,
<a name="l00026"></a>00026 SCE_KERNEL_ERROR_INVALID_FLAGS = 0x8002000A,
<a name="l00027"></a>00027 SCE_KERNEL_ERROR_ILLEGAL_SIZE = 0x8002000B,
<a name="l00028"></a>00028 SCE_KERNEL_ERROR_ILLEGAL_TYPE = 0x8002000C,
<a name="l00029"></a>00029 SCE_KERNEL_ERROR_ILLEGAL_PATTERN = 0x8002000D,
<a name="l00030"></a>00030 SCE_KERNEL_ERROR_ILLEGAL_ATTR = 0x8002000E,
<a name="l00031"></a>00031 SCE_KERNEL_ERROR_ILLEGAL_COUNT = 0x8002000F,
<a name="l00032"></a>00032 SCE_KERNEL_ERROR_ILLEGAL_MODE = 0x80020010,
<a name="l00033"></a>00033 SCE_KERNEL_ERROR_ILLEGAL_OPEN_LIMIT = 0x80020011,
<a name="l00034"></a>00034 SCE_KERNEL_ERROR_ONLY_DEVELOPMENT_MODE = 0x80020012,
<a name="l00035"></a>00035 SCE_KERNEL_ERROR_DEBUG_ERROR = 0x80021000,
<a name="l00036"></a>00036 SCE_KERNEL_ERROR_ILLEGAL_DIPSW_NUMBER = 0x80021001,
<a name="l00037"></a>00037 SCE_KERNEL_ERROR_PA_ERROR = 0x80021100,
<a name="l00038"></a>00038 SCE_KERNEL_ERROR_PA_NOT_AVAILABLE = 0x80021101,
<a name="l00039"></a>00039 SCE_KERNEL_ERROR_PA_INVALID_KEY = 0x80021102,
<a name="l00040"></a>00040 SCE_KERNEL_ERROR_PA_KEY_IS_NOT_SHARED = 0x80021103,
<a name="l00041"></a>00041 SCE_KERNEL_ERROR_PA_INVALID_SIGNATURE = 0x80021104,
<a name="l00042"></a>00042 SCE_KERNEL_ERROR_CPU_ERROR = 0x80022000,
<a name="l00043"></a>00043 SCE_KERNEL_ERROR_MMU_ILLEGAL_L1_TYPE = 0x80022001,
<a name="l00044"></a>00044 SCE_KERNEL_ERROR_MMU_L2_INDEX_OVERFLOW = 0x80022002,
<a name="l00045"></a>00045 SCE_KERNEL_ERROR_MMU_L2_SIZE_OVERFLOW = 0x80022003,
<a name="l00046"></a>00046 SCE_KERNEL_ERROR_INVALID_CPU_AFFINITY = 0x80022004,
<a name="l00047"></a>00047 SCE_KERNEL_ERROR_INVALID_MEMORY_ACCESS = 0x80022005,
<a name="l00048"></a>00048 SCE_KERNEL_ERROR_INVALID_MEMORY_ACCESS_PERMISSION = 0x80022006,
<a name="l00049"></a>00049 SCE_KERNEL_ERROR_VA2PA_FAULT = 0x80022007,
<a name="l00050"></a>00050 SCE_KERNEL_ERROR_VA2PA_MAPPED = 0x80022008,
<a name="l00051"></a>00051 SCE_KERNEL_ERROR_VALIDATION_CHECK_FAILED = 0x80022009,
<a name="l00052"></a>00052 SCE_KERNEL_ERROR_SYSMEM_ERROR = 0x80024000,
<a name="l00053"></a>00053 SCE_KERNEL_ERROR_INVALID_PROCESS_CONTEXT = 0x80024001,
<a name="l00054"></a>00054 SCE_KERNEL_ERROR_UID_NAME_TOO_LONG = 0x80024002,
<a name="l00055"></a>00055 SCE_KERNEL_ERROR_VARANGE_IS_NOT_PHYSICAL_CONTINUOUS = 0x80024003,
<a name="l00056"></a>00056 SCE_KERNEL_ERROR_PHYADDR_ERROR = 0x80024100,
<a name="l00057"></a>00057 SCE_KERNEL_ERROR_NO_PHYADDR = 0x80024101,
<a name="l00058"></a>00058 SCE_KERNEL_ERROR_PHYADDR_USED = 0x80024102,
<a name="l00059"></a>00059 SCE_KERNEL_ERROR_PHYADDR_NOT_USED = 0x80024103,
<a name="l00060"></a>00060 SCE_KERNEL_ERROR_NO_IOADDR = 0x80024104,
<a name="l00061"></a>00061 SCE_KERNEL_ERROR_PHYMEM_ERROR = 0x80024300,
<a name="l00062"></a>00062 SCE_KERNEL_ERROR_ILLEGAL_PHYPAGE_STATUS = 0x80024301,
<a name="l00063"></a>00063 SCE_KERNEL_ERROR_NO_FREE_PHYSICAL_PAGE = 0x80024302,
<a name="l00064"></a>00064 SCE_KERNEL_ERROR_NO_FREE_PHYSICAL_PAGE_UNIT = 0x80024303,
<a name="l00065"></a>00065 SCE_KERNEL_ERROR_PHYMEMPART_NOT_EMPTY = 0x80024304,
<a name="l00066"></a>00066 SCE_KERNEL_ERROR_NO_PHYMEMPART_LPDDR2 = 0x80024305,
<a name="l00067"></a>00067 SCE_KERNEL_ERROR_NO_PHYMEMPART_CDRAM = 0x80024306,
<a name="l00068"></a>00068 SCE_KERNEL_ERROR_PHYMEMPART_OUT_OF_INDEX = 0x80024307,
<a name="l00069"></a>00069 SCE_KERNEL_ERROR_CANNOT_GROW_PHYMEMPART = 0x80024308,
<a name="l00070"></a>00070 SCE_KERNEL_ERROR_NO_FREE_PHYSICAL_PAGE_CDRAM = 0x80024309,
<a name="l00071"></a>00071 SCE_KERNEL_ERROR_INVALID_SUBBUDGET_ID = 0x8002430A,
<a name="l00072"></a>00072 SCE_KERNEL_ERROR_FIXEDHEAP_ERROR = 0x80024400,
<a name="l00073"></a>00073 SCE_KERNEL_ERROR_FIXEDHEAP_ILLEGAL_SIZE = 0x80024401,
<a name="l00074"></a>00074 SCE_KERNEL_ERROR_FIXEDHEAP_ILLEGAL_INDEX = 0x80024402,
<a name="l00075"></a>00075 SCE_KERNEL_ERROR_FIXEDHEAP_INDEX_OVERFLOW = 0x80024403,
<a name="l00076"></a>00076 SCE_KERNEL_ERROR_FIXEDHEAP_NO_CHUNK = 0x80024404,
<a name="l00077"></a>00077 SCE_KERNEL_ERROR_UID_ERROR = 0x80024500,
<a name="l00078"></a>00078 SCE_KERNEL_ERROR_INVALID_UID = 0x80024501,
<a name="l00079"></a>00079 SCE_KERNEL_ERROR_SYSMEM_UID_INVALID_ARGUMENT = 0x80024502,
<a name="l00080"></a>00080 SCE_KERNEL_ERROR_SYSMEM_INVALID_UID_RANGE = 0x80024503,
<a name="l00081"></a>00081 SCE_KERNEL_ERROR_SYSMEM_NO_VALID_UID = 0x80024504,
<a name="l00082"></a>00082 SCE_KERNEL_ERROR_SYSMEM_CANNOT_ALLOCATE_UIDENTRY = 0x80024505,
<a name="l00083"></a>00083 SCE_KERNEL_ERROR_NOT_PROCESS_UID = 0x80024506,
<a name="l00084"></a>00084 SCE_KERNEL_ERROR_NOT_KERNEL_UID = 0x80024507,
<a name="l00085"></a>00085 SCE_KERNEL_ERROR_INVALID_UID_CLASS = 0x80024508,
<a name="l00086"></a>00086 SCE_KERNEL_ERROR_INVALID_UID_SUBCLASS = 0x80024509,
<a name="l00087"></a>00087 SCE_KERNEL_ERROR_UID_CANNOT_FIND_BY_NAME = 0x8002450A,
<a name="l00088"></a>00088 SCE_KERNEL_ERROR_UID_NOT_VISIBLE = 0x8002450B,
<a name="l00089"></a>00089 SCE_KERNEL_ERROR_UID_MAX_OPEN = 0x8002450C,
<a name="l00090"></a>00090 SCE_KERNEL_ERROR_UID_RL_OVERFLOW = 0x8002450D,
<a name="l00091"></a>00091 SCE_KERNEL_ERROR_VIRPAGE_ERROR = 0x80024600,
<a name="l00092"></a>00092 SCE_KERNEL_ERROR_ILLEGAL_VIRPAGE_TYPE = 0x80024601,
<a name="l00093"></a>00093 SCE_KERNEL_ERROR_BLOCK_ERROR = 0x80024700,
<a name="l00094"></a>00094 SCE_KERNEL_ERROR_ILLEGAL_BLOCK_ID = 0x80024701,
<a name="l00095"></a>00095 SCE_KERNEL_ERROR_ILLEGAL_BLOCK_TYPE = 0x80024702,
<a name="l00096"></a>00096 SCE_KERNEL_ERROR_BLOCK_IN_USE = 0x80024703,
<a name="l00097"></a>00097 SCE_KERNEL_ERROR_PARTITION_ERROR = 0x80024800,
<a name="l00098"></a>00098 SCE_KERNEL_ERROR_ILLEGAL_PARTITION_ID = 0x80024801,
<a name="l00099"></a>00099 SCE_KERNEL_ERROR_ILLEGAL_PARTITION_INDEX = 0x80024802,
<a name="l00100"></a>00100 SCE_KERNEL_ERROR_NO_L2PAGETABLE = 0x80024803,
<a name="l00101"></a>00101 SCE_KERNEL_ERROR_HEAPLIB_ERROR = 0x80024900,
<a name="l00102"></a>00102 SCE_KERNEL_ERROR_ILLEGAL_HEAP_ID = 0x80024901,
<a name="l00103"></a>00103 SCE_KERNEL_ERROR_OUT_OF_RANG = 0x80024902,
<a name="l00104"></a>00104 SCE_KERNEL_ERROR_HEAPLIB_NOMEM = 0x80024903,
<a name="l00105"></a>00105 SCE_KERNEL_ERROR_HEAPLIB_VERIFY_ERROR = 0x80024904,
<a name="l00106"></a>00106 SCE_KERNEL_ERROR_SYSMEM_ADDRESS_SPACE_ERROR = 0x80024A00,
<a name="l00107"></a>00107 SCE_KERNEL_ERROR_INVALID_ADDRESS_SPACE_ID = 0x80024A01,
<a name="l00108"></a>00108 SCE_KERNEL_ERROR_INVALID_PARTITION_INDEX = 0x80024A02,
<a name="l00109"></a>00109 SCE_KERNEL_ERROR_ADDRESS_SPACE_CANNOT_FIND_PARTITION_BY_ADDR = 0x80024A03,
<a name="l00110"></a>00110 SCE_KERNEL_ERROR_SYSMEM_MEMBLOCK_ERROR = 0x80024B00,
<a name="l00111"></a>00111 SCE_KERNEL_ERROR_ILLEGAL_MEMBLOCK_TYPE = 0x80024B01,
<a name="l00112"></a>00112 SCE_KERNEL_ERROR_ILLEGAL_MEMBLOCK_REMAP_TYPE = 0x80024B02,
<a name="l00113"></a>00113 SCE_KERNEL_ERROR_NOT_PHY_CONT_MEMBLOCK = 0x80024B03,
<a name="l00114"></a>00114 SCE_KERNEL_ERROR_ILLEGAL_MEMBLOCK_CODE = 0x80024B04,
<a name="l00115"></a>00115 SCE_KERNEL_ERROR_ILLEGAL_MEMBLOCK_SIZE = 0x80024B05,
<a name="l00116"></a>00116 SCE_KERNEL_ERROR_ILLEGAL_USERMAP_SIZE = 0x80024B06,
<a name="l00117"></a>00117 SCE_KERNEL_ERROR_MEMBLOCK_TYPE_FOR_KERNEL_PROCESS = 0x80024B07,
<a name="l00118"></a>00118 SCE_KERNEL_ERROR_PROCESS_CANNOT_REMAP_MEMBLOCK = 0x80024B08,
<a name="l00119"></a>00119 SCE_KERNEL_ERROR_MEMBLOCK_RANGE_ERROR = 0x80024B09,
<a name="l00120"></a>00120 SCE_KERNEL_ERROR_MEMBLOCK_TYPE_FOR_UPDATER_OR_SAFEMODE = 0x80024B0A,
<a name="l00121"></a>00121 SCE_KERNEL_ERROR_MEMBLOCK_OVERFLOW = 0x80024B0B,
<a name="l00122"></a>00122 SCE_KERNEL_ERROR_SYSMEM_PHYMEMLOW_ERROR = 0x80024C00,
<a name="l00123"></a>00123 SCE_KERNEL_ERROR_CANNOT_ALLOC_PHYMEMLOW = 0x80024C01,
<a name="l00124"></a>00124 SCE_KERNEL_ERROR_UNKNOWN_PHYMEMLOW_TYPE = 0x80024C02,
<a name="l00125"></a>00125 SCE_KERNEL_ERROR_SYSMEM_BITHEAP_ERROR = 0x80024D00,
<a name="l00126"></a>00126 SCE_KERNEL_ERROR_CANNOT_ALLOC_BITHEAP = 0x80024D01,
<a name="l00127"></a>00127 SCE_KERNEL_ERROR_SYSMEM_NAMEHEAP_ERROR = 0x80024E00,
<a name="l00128"></a>00128 SCE_KERNEL_ERROR_NO_SUCH_NAME = 0x80024E01,
<a name="l00129"></a>00129 SCE_KERNEL_ERROR_DUPLICATE_NAME = 0x80024E02,
<a name="l00130"></a>00130 SCE_KERNEL_ERROR_LOADCORE_ERROR = 0x80025000,
<a name="l00131"></a>00131 SCE_KERNEL_ERROR_ILLEGAL_ELF_HEADER = 0x80025001,
<a name="l00132"></a>00132 SCE_KERNEL_ERROR_ILLEGAL_SELF_HEADER = 0x80025002,
<a name="l00133"></a>00133 SCE_KERNEL_ERROR_EXCPMGR_ERROR = 0x80027000,
<a name="l00134"></a>00134 SCE_KERNEL_ERROR_ILLEGAL_EXCPCODE = 0x80027001,
<a name="l00135"></a>00135 SCE_KERNEL_ERROR_ILLEGAL_EXCPHANDLER = 0x80027002,
<a name="l00136"></a>00136 SCE_KERNEL_ERROR_NOTFOUND_EXCPHANDLER = 0x80027003,
<a name="l00137"></a>00137 SCE_KERNEL_ERROR_CANNOT_RELEASE_EXCPHANDLER = 0x80027004,
<a name="l00138"></a>00138 SCE_KERNEL_ERROR_INTRMGR_ERROR = 0x80027100,
<a name="l00139"></a>00139 SCE_KERNEL_ERROR_ILLEGAL_CONTEXT = 0x80027101,
<a name="l00140"></a>00140 SCE_KERNEL_ERROR_ILLEGAL_INTRCODE = 0x80027102,
<a name="l00141"></a>00141 SCE_KERNEL_ERROR_ILLEGAL_INTRPARAM = 0x80027103,
<a name="l00142"></a>00142 SCE_KERNEL_ERROR_ILLEGAL_INTRPRIORITY = 0x80027104,
<a name="l00143"></a>00143 SCE_KERNEL_ERROR_ILLEGAL_TARGET_CPU = 0x80027105,
<a name="l00144"></a>00144 SCE_KERNEL_ERROR_ILLEGAL_INTRFILTER = 0x80027106,
<a name="l00145"></a>00145 SCE_KERNEL_ERROR_ILLEGAL_INTRTYPE = 0x80027107,
<a name="l00146"></a>00146 SCE_KERNEL_ERROR_ILLEGAL_HANDLER = 0x80027108,
<a name="l00147"></a>00147 SCE_KERNEL_ERROR_FOUND_HANDLER = 0x80027109,
<a name="l00148"></a>00148 SCE_KERNEL_ERROR_NOTFOUND_HANDLER = 0x8002710A,
<a name="l00149"></a>00149 SCE_KERNEL_ERROR_NO_MEMORY = 0x8002710B,
<a name="l00150"></a>00150 SCE_KERNEL_ERROR_DMACMGR_ERROR = 0x80027200,
<a name="l00151"></a>00151 SCE_KERNEL_ERROR_ALREADY_QUEUED = 0x80027201,
<a name="l00152"></a>00152 SCE_KERNEL_ERROR_NOT_QUEUED = 0x80027202,
<a name="l00153"></a>00153 SCE_KERNEL_ERROR_NOT_SETUP = 0x80027203,
<a name="l00154"></a>00154 SCE_KERNEL_ERROR_ON_TRANSFERRING = 0x80027204,
<a name="l00155"></a>00155 SCE_KERNEL_ERROR_NOT_INITIALIZED = 0x80027205,
<a name="l00156"></a>00156 SCE_KERNEL_ERROR_TRANSFERRED = 0x80027206,
<a name="l00157"></a>00157 SCE_KERNEL_ERROR_NOT_UNDER_CONTROL = 0x80027207,
<a name="l00158"></a>00158 SCE_KERNEL_ERROR_CANCELING = 0x80027208,
<a name="l00159"></a>00159 SCE_KERNEL_ERROR_SYSTIMER_ERROR = 0x80027300,
<a name="l00160"></a>00160 SCE_KERNEL_ERROR_NO_FREE_TIMER = 0x80027301,
<a name="l00161"></a>00161 SCE_KERNEL_ERROR_TIMER_NOT_ALLOCATED = 0x80027302,
<a name="l00162"></a>00162 SCE_KERNEL_ERROR_TIMER_COUNTING = 0x80027303,
<a name="l00163"></a>00163 SCE_KERNEL_ERROR_TIMER_STOPPED = 0x80027304,
<a name="l00164"></a>00164 SCE_KERNEL_ERROR_THREADMGR_ERROR = 0x80028000,
<a name="l00165"></a>00165 SCE_KERNEL_ERROR_UNKNOWN_UID = 0x80028001,
<a name="l00166"></a>00166 SCE_KERNEL_ERROR_DIFFERENT_UID_CLASS = 0x80028002,
<a name="l00167"></a>00167 SCE_KERNEL_ERROR_ALREADY_REGISTERED = 0x80028003,
<a name="l00168"></a>00168 SCE_KERNEL_ERROR_CAN_NOT_WAIT = 0x80028004,
<a name="l00169"></a>00169 SCE_KERNEL_ERROR_WAIT_TIMEOUT = 0x80028005,
<a name="l00170"></a>00170 SCE_KERNEL_ERROR_WAIT_DELETE = 0x80028006,
<a name="l00171"></a>00171 SCE_KERNEL_ERROR_WAIT_CANCEL = 0x80028007,
<a name="l00172"></a>00172 SCE_KERNEL_ERROR_THREAD_ERROR = 0x80028020,
<a name="l00173"></a>00173 SCE_KERNEL_ERROR_UNKNOWN_THREAD_ID = 0x80028021,
<a name="l00174"></a>00174 SCE_KERNEL_ERROR_ILLEGAL_THREAD_ID = 0x80028022,
<a name="l00175"></a>00175 SCE_KERNEL_ERROR_ILLEGAL_PRIORITY = 0x80028023,
<a name="l00176"></a>00176 SCE_KERNEL_ERROR_ILLEGAL_STACK_SIZE = 0x80028024,
<a name="l00177"></a>00177 SCE_KERNEL_ERROR_ILLEGAL_CPU_AFFINITY_MASK = 0x80028025,
<a name="l00178"></a>00178 SCE_KERNEL_ERROR_ILLEGAL_THREAD_PARAM_COMBINATION = 0x80028026,
<a name="l00179"></a>00179 SCE_KERNEL_ERROR_DORMANT = 0x80028027,
<a name="l00180"></a>00180 SCE_KERNEL_ERROR_NOT_DORMANT = 0x80028028,
<a name="l00181"></a>00181 SCE_KERNEL_ERROR_RUNNING = 0x80028029,
<a name="l00182"></a>00182 SCE_KERNEL_ERROR_DELETED = 0x8002802A,
<a name="l00183"></a>00183 SCE_KERNEL_ERROR_CAN_NOT_SUSPEND = 0x8002802B,
<a name="l00184"></a>00184 SCE_KERNEL_ERROR_THREAD_STOPPED = 0x8002802C,
<a name="l00185"></a>00185 SCE_KERNEL_ERROR_THREAD_SUSPENDED = 0x8002802D,
<a name="l00186"></a>00186 SCE_KERNEL_ERROR_NOT_SUSPENDED = 0x8002802E,
<a name="l00187"></a>00187 SCE_KERNEL_ERROR_ALREADY_DEBUG_SUSPENDED = 0x8002802F,
<a name="l00188"></a>00188 SCE_KERNEL_ERROR_NOT_DEBUG_SUSPENDED = 0x80028030,
<a name="l00189"></a>00189 SCE_KERNEL_ERROR_CAN_NOT_USE_VFP = 0x80028031,
<a name="l00190"></a>00190 SCE_KERNEL_ERROR_THREAD_EVENT_ERROR = 0x80028060,
<a name="l00191"></a>00191 SCE_KERNEL_ERROR_UNKNOWN_THREAD_EVENT_ID = 0x80028061,
<a name="l00192"></a>00192 SCE_KERNEL_ERROR_KERNEL_TLS_ERROR = 0x80028080,
<a name="l00193"></a>00193 SCE_KERNEL_ERROR_KERNEL_TLS_FULL = 0x80028081,
<a name="l00194"></a>00194 SCE_KERNEL_ERROR_ILLEGAL_KERNEL_TLS_INDEX = 0x80028082,
<a name="l00195"></a>00195 SCE_KERNEL_ERROR_KERNEL_TLS_BUSY = 0x80028083,
<a name="l00196"></a>00196 SCE_KERNEL_ERROR_CALLBACK_ERROR = 0x800280A0,
<a name="l00197"></a>00197 SCE_KERNEL_ERROR_UNKNOWN_CALLBACK_ID = 0x800280A1,
<a name="l00198"></a>00198 SCE_KERNEL_ERROR_NOTIFY_CALLBACK = 0x800280A2,
<a name="l00199"></a>00199 SCE_KERNEL_ERROR_CALLBACK_NOT_REGISTERED = 0x800280A3,
<a name="l00200"></a>00200 SCE_KERNEL_ERROR_ALARM_ERROR = 0x800280C0,
<a name="l00201"></a>00201 SCE_KERNEL_ERROR_UNKNOWN_ALARM_ID = 0x800280C1,
<a name="l00202"></a>00202 SCE_KERNEL_ERROR_ALARM_CAN_NOT_CANCEL = 0x800280C2,
<a name="l00203"></a>00203 SCE_KERNEL_ERROR_EVF_ERROR = 0x800280E0,
<a name="l00204"></a>00204 SCE_KERNEL_ERROR_UNKNOWN_EVF_ID = 0x800280E1,
<a name="l00205"></a>00205 SCE_KERNEL_ERROR_EVF_MULTI = 0x800280E2,
<a name="l00206"></a>00206 SCE_KERNEL_ERROR_EVF_COND = 0x800280E3,
<a name="l00207"></a>00207 SCE_KERNEL_ERROR_SEMA_ERROR = 0x80028100,
<a name="l00208"></a>00208 SCE_KERNEL_ERROR_UNKNOWN_SEMA_ID = 0x80028101,
<a name="l00209"></a>00209 SCE_KERNEL_ERROR_SEMA_ZERO = 0x80028102,
<a name="l00210"></a>00210 SCE_KERNEL_ERROR_SEMA_OVF = 0x80028103,
<a name="l00211"></a>00211 SCE_KERNEL_ERROR_SIGNAL_ERROR = 0x80028120,
<a name="l00212"></a>00212 SCE_KERNEL_ERROR_ALREADY_SENT = 0x80028121,
<a name="l00213"></a>00213 SCE_KERNEL_ERROR_MUTEX_ERROR = 0x80028140,
<a name="l00214"></a>00214 SCE_KERNEL_ERROR_UNKNOWN_MUTEX_ID = 0x80028141,
<a name="l00215"></a>00215 SCE_KERNEL_ERROR_MUTEX_RECURSIVE = 0x80028142,
<a name="l00216"></a>00216 SCE_KERNEL_ERROR_MUTEX_LOCK_OVF = 0x80028143,
<a name="l00217"></a>00217 SCE_KERNEL_ERROR_MUTEX_UNLOCK_UDF = 0x80028144,
<a name="l00218"></a>00218 SCE_KERNEL_ERROR_MUTEX_FAILED_TO_OWN = 0x80028145,
<a name="l00219"></a>00219 SCE_KERNEL_ERROR_MUTEX_NOT_OWNED = 0x80028146,
<a name="l00220"></a>00220 SCE_KERNEL_ERROR_FAST_MUTEX_ERROR = 0x80028160,
<a name="l00221"></a>00221 SCE_KERNEL_ERROR_UNKNOWN_FAST_MUTEX_ID = 0x80028161,
<a name="l00222"></a>00222 SCE_KERNEL_ERROR_FAST_MUTEX_RECURSIVE = 0x80028162,
<a name="l00223"></a>00223 SCE_KERNEL_ERROR_FAST_MUTEX_LOCK_OVF = 0x80028163,
<a name="l00224"></a>00224 SCE_KERNEL_ERROR_FAST_MUTEX_FAILED_TO_OWN = 0x80028164,
<a name="l00225"></a>00225 SCE_KERNEL_ERROR_FAST_MUTEX_NOT_OWNED = 0x80028165,
<a name="l00226"></a>00226 SCE_KERNEL_ERROR_FAST_MUTEX_OWNED = 0x80028166,
<a name="l00227"></a>00227 SCE_KERNEL_ERROR_FAST_MUTEX_ALREADY_INITIALIZED = 0x80028167,
<a name="l00228"></a>00228 SCE_KERNEL_ERROR_FAST_MUTEX_NOT_INITIALIZED = 0x80028168,
<a name="l00229"></a>00229 SCE_KERNEL_ERROR_LW_MUTEX_ERROR = 0x80028180,
<a name="l00230"></a>00230 SCE_KERNEL_ERROR_UNKNOWN_LW_MUTEX_ID = 0x80028181,
<a name="l00231"></a>00231 SCE_KERNEL_ERROR_LW_MUTEX_RECURSIVE = 0x80028182,
<a name="l00232"></a>00232 SCE_KERNEL_ERROR_LW_MUTEX_LOCK_OVF = 0x80028183,
<a name="l00233"></a>00233 SCE_KERNEL_ERROR_LW_MUTEX_UNLOCK_UDF = 0x80028184,
<a name="l00234"></a>00234 SCE_KERNEL_ERROR_LW_MUTEX_FAILED_TO_OWN = 0x80028185,
<a name="l00235"></a>00235 SCE_KERNEL_ERROR_LW_MUTEX_NOT_OWNED = 0x80028186,
<a name="l00236"></a>00236 SCE_KERNEL_ERROR_COND_ERROR = 0x800281A0,
<a name="l00237"></a>00237 SCE_KERNEL_ERROR_UNKNOWN_COND_ID = 0x800281A1,
<a name="l00238"></a>00238 SCE_KERNEL_ERROR_WAIT_DELETE_MUTEX = 0x800281A2,
<a name="l00239"></a>00239 SCE_KERNEL_ERROR_WAIT_CANCEL_MUTEX = 0x800281A3,
<a name="l00240"></a>00240 SCE_KERNEL_ERROR_WAIT_DELETE_COND = 0x800281A4,
<a name="l00241"></a>00241 SCE_KERNEL_ERROR_WAIT_CANCEL_COND = 0x800281A5,
<a name="l00242"></a>00242 SCE_KERNEL_ERROR_LW_COND_ERROR = 0x800281C0,
<a name="l00243"></a>00243 SCE_KERNEL_ERROR_UNKNOWN_LW_COND_ID = 0x800281C1,
<a name="l00244"></a>00244 SCE_KERNEL_ERROR_WAIT_DELETE_LW_MUTEX = 0x800281C2,
<a name="l00245"></a>00245 SCE_KERNEL_ERROR_WAIT_DELETE_LW_COND = 0x800281C3,
<a name="l00246"></a>00246 SCE_KERNEL_ERROR_RW_LOCK_ERROR = 0x800281E0,
<a name="l00247"></a>00247 SCE_KERNEL_ERROR_UNKNOWN_RW_LOCK_ID = 0x800281E1,
<a name="l00248"></a>00248 SCE_KERNEL_ERROR_RW_LOCK_RECURSIVE = 0x800281E2,
<a name="l00249"></a>00249 SCE_KERNEL_ERROR_RW_LOCK_LOCK_OVF = 0x800281E3,
<a name="l00250"></a>00250 SCE_KERNEL_ERROR_RW_LOCK_NOT_OWNED = 0x800281E4,
<a name="l00251"></a>00251 SCE_KERNEL_ERROR_RW_LOCK_UNLOCK_UDF = 0x800281E5,
<a name="l00252"></a>00252 SCE_KERNEL_ERROR_RW_LOCK_FAILED_TO_LOCK = 0x800281E6,
<a name="l00253"></a>00253 SCE_KERNEL_ERROR_RW_LOCK_FAILED_TO_UNLOCK = 0x800281E7,
<a name="l00254"></a>00254 SCE_KERNEL_ERROR_EVENT_ERROR = 0x80028200,
<a name="l00255"></a>00255 SCE_KERNEL_ERROR_UNKNOWN_EVENT_ID = 0x80028201,
<a name="l00256"></a>00256 SCE_KERNEL_ERROR_EVENT_COND = 0x80028202,
<a name="l00257"></a>00257 SCE_KERNEL_ERROR_MSG_PIPE_ERROR = 0x80028220,
<a name="l00258"></a>00258 SCE_KERNEL_ERROR_UNKNOWN_MSG_PIPE_ID = 0x80028221,
<a name="l00259"></a>00259 SCE_KERNEL_ERROR_MSG_PIPE_FULL = 0x80028222,
<a name="l00260"></a>00260 SCE_KERNEL_ERROR_MSG_PIPE_EMPTY = 0x80028223,
<a name="l00261"></a>00261 SCE_KERNEL_ERROR_MSG_PIPE_DELETED = 0x80028224,
<a name="l00262"></a>00262 SCE_KERNEL_ERROR_TIMER_ERROR = 0x80028240,
<a name="l00263"></a>00263 SCE_KERNEL_ERROR_UNKNOWN_TIMER_ID = 0x80028241,
<a name="l00264"></a>00264 SCE_KERNEL_ERROR_EVENT_NOT_SET = 0x80028242,
<a name="l00265"></a>00265 SCE_KERNEL_ERROR_SIMPLE_EVENT_ERROR = 0x80028260,
<a name="l00266"></a>00266 SCE_KERNEL_ERROR_UNKNOWN_SIMPLE_EVENT_ID = 0x80028261,
<a name="l00267"></a>00267 SCE_KERNEL_ERROR_PMON_ERROR = 0x80028280,
<a name="l00268"></a>00268 SCE_KERNEL_ERROR_PMON_NOT_THREAD_MODE = 0x80028281,
<a name="l00269"></a>00269 SCE_KERNEL_ERROR_PMON_NOT_CPU_MODE = 0x80028282,
<a name="l00270"></a>00270 SCE_KERNEL_ERROR_WORK_QUEUE = 0x80028300,
<a name="l00271"></a>00271 SCE_KERNEL_ERROR_UNKNOWN_WORK_QUEUE_ID = 0x80028301,
<a name="l00272"></a>00272 SCE_KERNEL_ERROR_UNKNOWN_WORK_TASK_ID = 0x80028302,
<a name="l00273"></a>00273 SCE_KERNEL_ERROR_PROCESSMGR_ERROR = 0x80029000,
<a name="l00274"></a>00274 SCE_KERNEL_ERROR_INVALID_PID = 0x80029001,
<a name="l00275"></a>00275 SCE_KERNEL_ERROR_INVALID_PROCESS_TYPE = 0x80029002,
<a name="l00276"></a>00276 SCE_KERNEL_ERROR_PLS_FULL = 0x80029003,
<a name="l00277"></a>00277 SCE_KERNEL_ERROR_INVALID_PROCESS_STATUS = 0x80029004,
<a name="l00278"></a>00278 SCE_KERNEL_ERROR_PROCESS_CALLBACK_NOTFOUND = 0x80029005,
<a name="l00279"></a>00279 SCE_KERNEL_ERROR_INVALID_BUDGET_ID = 0x80029006,
<a name="l00280"></a>00280 SCE_KERNEL_ERROR_INVALID_BUDGET_SIZE = 0x80029007,
<a name="l00281"></a>00281 SCE_KERNEL_ERROR_CP14_DISABLED = 0x80029008,
<a name="l00282"></a>00282 SCE_KERNEL_ERROR_EXCEEDED_MAX_PROCESSES = 0x80029009,
<a name="l00283"></a>00283 SCE_KERNEL_ERROR_PROCESS_REMAINING = 0x8002900A,
<a name="l00284"></a>00284 SCE_KERNEL_ERROR_NO_PROCESS_DATA = 0x8002900B,
<a name="l00285"></a>00285 SCE_KERNEL_ERROR_PROCESS_EVENT_INHIBITED = 0x8002900C,
<a name="l00286"></a>00286 SCE_KERNEL_ERROR_IOFILEMGR_ERROR = 0x8002A000,
<a name="l00287"></a>00287 SCE_KERNEL_ERROR_IO_NAME_TOO_LONG = 0x8002A001,
<a name="l00288"></a>00288 SCE_KERNEL_ERROR_IO_REG_DEV = 0x8002A002,
<a name="l00289"></a>00289 SCE_KERNEL_ERROR_IO_ALIAS_USED = 0x8002A003,
<a name="l00290"></a>00290 SCE_KERNEL_ERROR_IO_DEL_DEV = 0x8002A004,
<a name="l00291"></a>00291 SCE_KERNEL_ERROR_IO_WOULD_BLOCK = 0x8002A005,
<a name="l00292"></a>00292 SCE_KERNEL_ERROR_MODULEMGR_START_FAILED = 0x8002D000,
<a name="l00293"></a>00293 SCE_KERNEL_ERROR_MODULEMGR_STOP_FAIL = 0x8002D001,
<a name="l00294"></a>00294 SCE_KERNEL_ERROR_MODULEMGR_IN_USE = 0x8002D002,
<a name="l00295"></a>00295 SCE_KERNEL_ERROR_MODULEMGR_NO_LIB = 0x8002D003,
<a name="l00296"></a>00296 SCE_KERNEL_ERROR_MODULEMGR_SYSCALL_REG = 0x8002D004,
<a name="l00297"></a>00297 SCE_KERNEL_ERROR_MODULEMGR_NOMEM_LIB = 0x8002D005,
<a name="l00298"></a>00298 SCE_KERNEL_ERROR_MODULEMGR_NOMEM_STUB = 0x8002D006,
<a name="l00299"></a>00299 SCE_KERNEL_ERROR_MODULEMGR_NOMEM_SELF = 0x8002D007,
<a name="l00300"></a>00300 SCE_KERNEL_ERROR_MODULEMGR_NOMEM = 0x8002D008,
<a name="l00301"></a>00301 SCE_KERNEL_ERROR_MODULEMGR_INVALID_LIB = 0x8002D009,
<a name="l00302"></a>00302 SCE_KERNEL_ERROR_MODULEMGR_INVALID_STUB = 0x8002D00A,
<a name="l00303"></a>00303 SCE_KERNEL_ERROR_MODULEMGR_NO_FUNC_NID = 0x8002D00B,
<a name="l00304"></a>00304 SCE_KERNEL_ERROR_MODULEMGR_NO_VAR_NID = 0x8002D00C,
<a name="l00305"></a>00305 SCE_KERNEL_ERROR_MODULEMGR_INVALID_TYPE = 0x8002D00D,
<a name="l00306"></a>00306 SCE_KERNEL_ERROR_MODULEMGR_NO_MOD_ENTRY = 0x8002D00E,
<a name="l00307"></a>00307 SCE_KERNEL_ERROR_MODULEMGR_INVALID_PROC_PARAM = 0x8002D00F,
<a name="l00308"></a>00308 SCE_KERNEL_ERROR_MODULEMGR_NO_MODOBJ = 0x8002D010,
<a name="l00309"></a>00309 SCE_KERNEL_ERROR_MODULEMGR_NO_MOD = 0x8002D011,
<a name="l00310"></a>00310 SCE_KERNEL_ERROR_MODULEMGR_NO_PROCESS = 0x8002D012,
<a name="l00311"></a>00311 SCE_KERNEL_ERROR_MODULEMGR_OLD_LIB = 0x8002D013,
<a name="l00312"></a>00312 SCE_KERNEL_ERROR_MODULEMGR_STARTED = 0x8002D014,
<a name="l00313"></a>00313 SCE_KERNEL_ERROR_MODULEMGR_NOT_STARTED = 0x8002D015,
<a name="l00314"></a>00314 SCE_KERNEL_ERROR_MODULEMGR_NOT_STOPPED = 0x8002D016,
<a name="l00315"></a>00315 SCE_KERNEL_ERROR_MODULEMGR_INVALID_PROCESS_UID = 0x8002D017,
<a name="l00316"></a>00316 SCE_KERNEL_ERROR_MODULEMGR_CANNOT_EXPORT_LIB_TO_SHARED = 0x8002D018,
<a name="l00317"></a>00317 SCE_KERNEL_ERROR_MODULEMGR_INVALID_REL_INFO = 0x8002D019,
<a name="l00318"></a>00318 SCE_KERNEL_ERROR_MODULEMGR_INVALID_REF_INFO = 0x8002D01A,
<a name="l00319"></a>00319 SCE_KERNEL_ERROR_MODULEMGR_ELINK = 0x8002D01B,
<a name="l00320"></a>00320 SCE_KERNEL_ERROR_MODULEMGR_NOENT = 0x8002D01C,
<a name="l00321"></a>00321 SCE_KERNEL_ERROR_MODULEMGR_BUSY = 0x8002D01D,
<a name="l00322"></a>00322 SCE_KERNEL_ERROR_MODULEMGR_NOEXEC = 0x8002D01E,
<a name="l00323"></a>00323 SCE_KERNEL_ERROR_MODULEMGR_NAMETOOLONG = 0x8002D01F,
<a name="l00324"></a>00324 SCE_KERNEL_ERROR_LIBRARYDB_NOENT = 0x8002D080,
<a name="l00325"></a>00325 SCE_KERNEL_ERROR_LIBRARYDB_NO_LIB = 0x8002D081,
<a name="l00326"></a>00326 SCE_KERNEL_ERROR_LIBRARYDB_NO_MOD = 0x8002D082,
<a name="l00327"></a>00327 SCE_KERNEL_ERROR_PRELOAD_FAILED = 0x8002D0F0,
<a name="l00328"></a>00328 SCE_KERNEL_ERROR_PRELOAD_LIBC_FAILED = 0x8002D0F1,
<a name="l00329"></a>00329 SCE_KERNEL_ERROR_PRELOAD_FIOS2_FAILED = 0x8002D0F2,
<a name="l00330"></a>00330 SCE_KERNEL_ERROR_AUTHFAIL = 0x8002F000,
<a name="l00331"></a>00331 SCE_KERNEL_ERROR_NO_AUTH = 0x8002F001
<a name="l00332"></a>00332 };
<a name="l00333"></a>00333
<a name="l00334"></a>00334 <span class="preprocessor">#endif</span>
</pre></div></div><!-- contents -->
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark"> </span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark"> </span>Data Structures</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark"> </span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark"> </span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark"> </span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark"> </span>Typedefs</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark"> </span>Enumerations</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(7)"><span class="SelectionMark"> </span>Enumerator</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(8)"><span class="SelectionMark"> </span>Defines</a></div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<hr class="footer"/><address class="footer"><small>
Generated on Thu Oct 15 2015 23:52:23 for PSP2SDK by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>
</body>
</html>