Add new results from Atmosphere

This commit is contained in:
Alex Barney 2021-03-28 23:04:01 -07:00
parent 8848959831
commit 6dbecd6257
3 changed files with 155 additions and 0 deletions

View File

@ -2,21 +2,27 @@ Id,Name,Default Namespace
1,Svc,
2,Fs,
3,Os,
4,Htcs,
5,Ncm,
6,Dd,
8,Lr,
9,Loader,
10,Sf,
11,Hipc,
12,Tma,
13,Dnmt,
15,Pm,
16,Ns,
18,Htc,
20,Kvdb,
21,Sm,
22,Ro,
24,Sdmmc,
26,Spl,
27,Socket,
29,HtcLow,
30,Ddsf,
31,HtcFs,
101,I2C,
102,Gpio,
105,Settings,
@ -28,6 +34,7 @@ Id,Name,Default Namespace
133,Pcv,
137,Nim,
138,Psc,
140,Usb,
147,Erpt,
158,Updater,
162,Err,
@ -37,6 +44,7 @@ Id,Name,Default Namespace
189,Pwm,
198,Powctl,
202,Hid,
204,Cs,
205,IrSensor,
206,Capture,
228,Pgl,

1 Id Name Default Namespace
2 1 Svc
3 2 Fs
4 3 Os
5 4 Htcs
6 5 Ncm
7 6 Dd
8 8 Lr
9 9 Loader
10 10 Sf
11 11 Hipc
12 12 Tma
13 13 Dnmt
14 15 Pm
15 16 Ns
16 18 Htc
17 20 Kvdb
18 21 Sm
19 22 Ro
20 24 Sdmmc
21 26 Spl
22 27 Socket
23 29 HtcLow
24 30 Ddsf
25 31 HtcFs
26 101 I2C
27 102 Gpio
28 105 Settings
34 133 Pcv
35 137 Nim
36 138 Psc
37 140 Usb
38 147 Erpt
39 158 Updater
40 162 Err
44 189 Pwm
45 198 Powctl
46 202 Hid
47 204 Cs
48 205 IrSensor
49 206 Capture
50 228 Pgl

View File

@ -2,6 +2,7 @@ Namespace,Class Name,Path
Svc,,Svc/ResultSvc.cs
Fs,,Fs/ResultFs.cs
Os,,
Htcs,,
Ncm,,Ncm/ResultNcm.cs
Dd,,
Lr,,Lr/ResultLr.cs
@ -10,15 +11,20 @@ Sf,,Sf/ResultSf.cs
Sf.Cmif,Cmif,Sf/Cmif/ResultCmif.cs
Sf.Impl,SfImpl,Sf/Impl/ResultSfImpl.cs
Hipc,,
Tma,,
Dnmt,,
Pm,,
Ns,,
Htc,,
Kvdb,,Kvdb/ResultKvdb.cs
Sm,,Sm/ResultSm.cs
Ro,,
Sdmmc,,Sdmmc/ResultSdmmc.cs
Spl,,Spl/ResultSpl.cs
Socket,,
HtcLow,,
Ddsf,,
HtcFs,,
I2C,,
Gpio,,
Settings,,
@ -30,6 +36,7 @@ Account,,
Pcv,,
Nim,,
Psc,,
Usb,,
Erpt,,
Updater,,
Err,,
@ -39,6 +46,7 @@ Debug,,
Pwm,,
Powctl,,
Hid,,
Cs,,
IrSensor,,
Capture,,
Pgl,,

1 Namespace Class Name Path
2 Svc Svc/ResultSvc.cs
3 Fs Fs/ResultFs.cs
4 Os
5 Htcs
6 Ncm Ncm/ResultNcm.cs
7 Dd
8 Lr Lr/ResultLr.cs
11 Sf.Cmif Cmif Sf/Cmif/ResultCmif.cs
12 Sf.Impl SfImpl Sf/Impl/ResultSfImpl.cs
13 Hipc
14 Tma
15 Dnmt
16 Pm
17 Ns
18 Htc
19 Kvdb Kvdb/ResultKvdb.cs
20 Sm Sm/ResultSm.cs
21 Ro
22 Sdmmc Sdmmc/ResultSdmmc.cs
23 Spl Spl/ResultSpl.cs
24 Socket
25 HtcLow
26 Ddsf
27 HtcFs
28 I2C
29 Gpio
30 Settings
36 Pcv
37 Nim
38 Psc
39 Usb
40 Erpt
41 Updater
42 Err
46 Pwm
47 Powctl
48 Hid
49 Cs
50 IrSensor
51 Capture
52 Pgl

View File

@ -1135,6 +1135,19 @@ Module,DescriptionStart,DescriptionEnd,Flags,Namespace,Name,Summary
3,505,,,,OutOfTransferMemory,
3,506,,,,OutOfAddressSpace,
3,510,,,,SessionClosedForReceive,
3,511,,,,SessionClosedForReply,
3,512,,,,ReceiveListBroken,
4,9,,,,InvalidHandle,
4,2001,,,,InvalidArgument,
4,2003,,,,InvalidServerHandle,
4,2014,,,,InvalidSize,
4,2021,,,,Cancelled,
4,2023,,,,Completed,
4,2103,,,,InvalidTask,
5,1,,,,InvalidContentStorageBase,
5,2,,,,PlaceHolderAlreadyExists,
5,3,,,,PlaceHolderNotFound,
@ -1280,13 +1293,18 @@ Module,DescriptionStart,DescriptionEnd,Flags,Namespace,Name,Summary
11,141,,,,InsufficientPointerTransferBuffer,
11,200,,,,OutOfDomains,
11,300,349,a,,CommunicationError,
11,301,,,,SessionClosed,
11,402,,,,InvalidRequestSize,
11,403,,,,UnknownCommandType,
11,420,,,,InvalidCmifRequest,
11,491,,,,TargetNotDomain,
11,492,,,,DomainObjectNotFound,
12,1,,,,Unknown,
13,1,,,,Unknown,
13,2,,,,DebuggingDisabled,
@ -1304,6 +1322,25 @@ Module,DescriptionStart,DescriptionEnd,Flags,Namespace,Name,Summary
16,290,,,,CardUpdateAlreadySetup,
16,460,,,,PrepareCardUpdateAlreadyRequested,
18,1,,,,ConnectionFailure,
18,2,,,,NotFound,
18,3,,,,NotEnoughBuffer,
18,101,,,,Cancelled,
18,1023,,,,,
18,2001,,,,,
18,2003,,,,InvalidTaskId,
18,2011,,,,InvalidSize,
18,2021,,,,TaskCancelled,
18,2022,,,,TaskNotCompleted,
18,2023,,,,TaskQueueNotAvailable,
18,2101,,,,,
18,2102,,,,OutOfRpcTask,
18,2123,,,,InvalidCategory,
20,1,,,,OutOfKeyResource,There is no more space in the database or the key is too long.
20,2,,,,KeyNotFound,
20,4,,,,AllocationFailed,
@ -1445,6 +1482,62 @@ Module,DescriptionStart,DescriptionEnd,Flags,Namespace,Name,Summary
26,107,,,,BootReasonNotSet,
26,108,,,,InvalidArgument,
27,1,,,,InsufficientProvidedMemory,
29,1,,,,ConnectionFailure,
29,3,,,,UnknownDriverType,
29,5,,,,NonBlockingReceiveFailed,
29,8,,,,ChannelWaitCancelled,
29,9,,,,ChannelAlreadyExist,
29,10,,,,ChannelNotExist,
29,151,,,,OutOfChannel,
29,152,,,,OutOfTask,
29,200,,,,InvalidChannelState,
29,201,,,,InvalidChannelStateDisconnected,
29,1000,2999,,,InternalError,
29,1001,,,,Overflow,
29,1002,,,,OutOfMemory,
29,1003,,,,InvalidArgument,
29,1004,,,,ProtocolError,
29,1005,,,,Cancelled,
29,1100,1199,,,MuxError,
29,1101,,,,ChannelBufferOverflow,
29,1102,,,,ChannelBufferHasNotEnoughData,
29,1103,,,,ChannelVersionNotMatched,
29,1104,,,,ChannelStateTransitionError,
29,1106,,,,ChannelReceiveBufferEmpty,
29,1107,,,,ChannelSequenceIdNotMatched,
29,1108,,,,ChannelCannotDiscard,
29,1200,1999,,,DriverError,
29,1201,,,,DriverOpened,
29,1300,1399,,,SocketDriverError,
29,1301,,,,SocketSocketExemptError,
29,1302,,,,SocketBindError,
29,1304,,,,SocketListenError,
29,1305,,,,SocketAcceptError,
29,1306,,,,SocketReceiveError,
29,1307,,,,SocketSendError,
29,1308,,,,SocketReceiveFromError,
29,1309,,,,SocketSendToError,
29,1310,,,,SocketSetSockOptError,
29,1311,,,,SocketGetSockNameError,
29,1400,1499,,,UsbDriverError,
29,1401,,,,UsbDriverUnknownError,
29,1402,,,,UsbDriverBusyError,
29,1403,,,,UsbDriverReceiveError,
29,1404,,,,UsbDriverSendError,
29,2000,,,,HtcctrlError,
29,2001,,,,HtcctrlStateTransitionNotAllowed,
29,2002,,,,HtcctrlReceiveUnexpectedPacket,
30,1,,,,OutOfResource,
30,2,,,,NotSupported,
30,3,,,,InvalidArgument,
@ -1452,6 +1545,27 @@ Module,DescriptionStart,DescriptionEnd,Flags,Namespace,Name,Summary
30,5,,,,AccessModeDenied,
30,6,,,,DeviceCodeNotFound,
31,3,,,,InvalidArgument,
31,100,199,,,ConnectionFailure,
31,101,,,,HtclowChannelClosed,
31,110,119,,,UnexpectedResponse,
31,111,,,,UnexpectedResponseProtocolId,
31,112,,,,UnexpectedResponseProtocolVersion,
31,113,,,,UnexpectedResponsePacketCategory,
31,114,,,,UnexpectedResponsePacketType,
31,115,,,,UnexpectedResponseBodySize,
31,116,,,,UnexpectedResponseBody,
31,200,299,,,InternalError,
31,201,,,,InvalidSize,
31,211,,,,UnknownError,
31,212,,,,UnsupportedProtocolVersion,
31,213,,,,InvalidRequest,
31,214,,,,InvalidHandle,
31,215,,,,OutOfHandle,
101,1,,,,NoAck,
101,2,,,,BusBusy,
101,3,,,,CommandListFull,
@ -1487,6 +1601,11 @@ Module,DescriptionStart,DescriptionEnd,Flags,Namespace,Name,Summary
105,262,,,,SettingsItemKeyInvalidFormat,
105,263,,,,SettingsItemValueInvalidFormat,
105,580,599,,,CalibrationDataError,
105,581,,,,CalibrationDataFileSystemCorrupted,
105,582,,,,CalibrationDataCrcError,
105,583,,,,CalibrationDataShaError,
114,1,,,,OperationFailed,
114,6,,,,NotSupported,
114,7,,,,NotFound,
@ -1549,11 +1668,26 @@ Module,DescriptionStart,DescriptionEnd,Flags,Namespace,Name,Summary
138,2,,,,AlreadyInitialized,
138,3,,,,NotInitialized,
140,0,,,,NotInitialized,
140,1,,,,AlreadyInitialized,
140,100,199,,,InvalidParameter,
140,103,,,,AlignmentError,
140,201,,,,OperationDenied,
140,202,,,,MemAllocFailure,
140,206,,,,ResourceBusy,
140,207,,,,InternalStateError,
140,401,,,,TransactionError,
140,409,,,,Interrupted,
147,1,,,,NotInitialized,
147,2,,,,AlreadyInitialized,
147,3,,,,OutOfArraySpace,
147,4,,,,OutOfFieldSpace,
147,5,,,,OutOfMemory,
147,6,,,,NotSupported,
147,7,,,,InvalidArgument,
147,8,,,,NotFound,
147,9,,,,FieldCategoryMismatch,
@ -1617,6 +1751,10 @@ Module,DescriptionStart,DescriptionEnd,Flags,Namespace,Name,Summary
202,3200,3209,a,,ControllerFirmwareUpdateError,
202,3201,,,,ControllerFirmwareUpdateFailed,
204,2,,,,UnknownCommand,
204,4,,,,OutOfResource,
204,7,,,,NoSocket,
205,110,119,a,,IrsensorUnavailable,
205,110,,,,IrsensorUnconnected,
205,111,,,,IrsensorUnsupported,
@ -1696,6 +1834,7 @@ Module,DescriptionStart,DescriptionEnd,Flags,Namespace,Name,Summary
228,4,,,,BufferNotEnough,
228,5,,,,ApplicationContentNotFound,
228,6,,,,ContentMetaNotFound,
228,7,,,,OutOfMemory,
428,1,49,,,InvalidArgument,
428,2,,,,NullArgument,

1 Module DescriptionStart DescriptionEnd Flags Namespace Name Summary
1135 11 10 131 261 139 Sf.Cmif OutOfSessions TargetObjectNotFound
1136 11 10 141 301 Sf.Cmif InsufficientPointerTransferBuffer OutOfDomainEntry
1137 11 10 200 800 899 a Sf.Impl OutOfDomains RequestContextChanged
1138 10 801 809 a Sf.Impl RequestInvalidated
1139 10 802 Sf.Impl RequestInvalidatedByUser
1140 10 811 819 a RequestDeferred
1141 10 812 RequestDeferredByUser
1142 11 1 NotSupported
1143 11 100 299 a OutOfResource
1144 11 102 OutOfSessionMemory
1145 11 131 139 OutOfSessions
1146 11 141 InsufficientPointerTransferBuffer
1147 11 200 OutOfDomains
1148 11 300 349 a CommunicationError
1149 11 301 SessionClosed
1150 11 402 InvalidRequestSize
1151 11 301 403 SessionClosed UnknownCommandType
1152 11 402 420 InvalidRequestSize InvalidCmifRequest
1153 11 403 491 UnknownCommandType TargetNotDomain
1293 26 24 104 200 OutOfKeySlots NotSupported
1294 26 24 105 201 InvalidKeySlot NotImplemented
1295 26 106 0 99 BootReasonAlreadySet SecureMonitorError
1296 26 1 SecureMonitorNotImplemented
1297 26 2 SecureMonitorInvalidArgument
1298 26 107 3 BootReasonNotSet SecureMonitorBusy
1299 26 4 SecureMonitorNoAsyncOperation
1300 26 108 5 InvalidArgument SecureMonitorInvalidAsyncOperation
1301 30 26 1 6 OutOfResource SecureMonitorNotPermitted
1302 30 26 2 7 NotSupported SecureMonitorNotInitialized
1303 30 26 3 100 InvalidArgument InvalidSize
1304 30 26 4 101 PermissionDenied UnknownSecureMonitorError
1305 30 26 5 102 AccessModeDenied DecryptionFailed
1306 26 104 OutOfKeySlots
1307 26 105 InvalidKeySlot
1308 30 26 6 106 DeviceCodeNotFound BootReasonAlreadySet
1309 101 26 1 107 NoAck BootReasonNotSet
1310 101 26 2 108 BusBusy InvalidArgument
1322 105 29 102 1000 2999 SettingsItemValueAllocationFailed InternalError
1323 105 29 200 1001 399 InvalidArgument Overflow
1324 105 29 201 1002 SettingsNameNull OutOfMemory
1325 29 1003 InvalidArgument
1326 29 1004 ProtocolError
1327 29 1005 Cancelled
1328 29 1100 1199 MuxError
1329 29 1101 ChannelBufferOverflow
1330 29 1102 ChannelBufferHasNotEnoughData
1331 29 1103 ChannelVersionNotMatched
1332 29 1104 ChannelStateTransitionError
1333 29 1106 ChannelReceiveBufferEmpty
1334 29 1107 ChannelSequenceIdNotMatched
1335 29 1108 ChannelCannotDiscard
1336 29 1200 1999 DriverError
1337 29 1201 DriverOpened
1338 29 1300 1399 SocketDriverError
1339 29 1301 SocketSocketExemptError
1340 29 1302 SocketBindError
1341 29 1304 SocketListenError
1342 29 1305 SocketAcceptError
1343 29 1306 SocketReceiveError
1344 105 29 202 1307 SettingsItemKeyNull SocketSendError
1345 105 29 203 1308 SettingsItemValueNull SocketReceiveFromError
1346 105 29 204 1309 SettingsItemKeyBufferNull SocketSendToError
1482 206 147 96 17 AlbumDestinationAccessCorrupted InvalidPowerState
1483 206 147 800 18 899 ControlError ArrayFieldTooLarge
1484 206 147 820 19 ControlResourceLimit AlreadyOwned
1485 158 2 BootImagePackageNotFound
1486 158 3 InvalidBootImagePackage
1487 158 4 TooSmallWorkBuffer
1488 158 5 NotAlignedWorkBuffer
1489 158 6 NeedsRepairBootImages
1490 162 1 ApplicationAborted
1491 162 2 SystemModuleAborted
1492 163 1 AllocationFailed
1493 163 2 NullGraphicsBuffer
1494 163 3 AlreadyThrown
1495 163 4 TooManyEvents
1496 163 5 InRepairWithoutVolHeld
1497 163 6 InRepairWithoutTimeReviserCartridge
1498 168 0 UndefinedInstruction
1499 168 1 InstructionAbort
1500 168 2 DataAbort
1501 168 3 AlignmentFault
1502 168 4 DebuggerAttached
1503 168 5 BreakPoint
1504 168 6 UserBreak
1505 168 7 DebuggerBreak
1506 168 8 UndefinedSystemCall
1507 168 9 MemorySystemError
1508 168 99 IncompleteReport
1509 183 1 CannotDebug
1510 183 2 AlreadyAttached
1511 183 3 Cancelled
1512 189 2 InvalidArgument
1513 198 1 NotSupported
1514 198 2 InvalidArgument
1515 198 3 NotAvailable
1516 198 101 CalibrationDataCrcError
1517 202 140 149 a Invalid
1518 202 601 DualConnected
1519 202 602 SameJoyTypeConnected
1520 202 603 ColorNotAvailable
1521 202 604 ControllerNotConnected
1522 202 3101 Canceled
1523 202 3102 NotSupportedNpadStyle
1524 202 3200 3209 a ControllerFirmwareUpdateError
1525 202 3201 ControllerFirmwareUpdateFailed
1526 204 2 UnknownCommand
1527 204 4 OutOfResource
1528 204 7 NoSocket
1529 205 110 119 a IrsensorUnavailable
1530 205 110 IrsensorUnconnected
1531 205 111 IrsensorUnsupported
1532 205 120 IrsensorNotReady
1533 205 122 139 IrsensorDeviceError
1534 206 2 99 AlbumError
1535 206 3 AlbumWorkMemoryError
1536 206 7 AlbumAlreadyOpened
1537 206 8 AlbumOutOfRange
1538 206 10 19 AlbumInvalidFileId
1539 206 11 AlbumInvalidApplicationId
1540 206 12 AlbumInvalidTimestamp
1541 206 822 13 ControlNotOpened AlbumInvalidStorage
1542 206 1023 14 NotSupported AlbumInvalidFileContents
1543 206 1024 21 2047 InternalError AlbumIsNotMounted
1545 206 1212 23 InternalJpegWorkMemoryShortage AlbumFileNotFound
1546 206 1300 24 1399 InternalFileDataVerificationError AlbumInvalidFileData
1547 206 1301 25 InternalFileDataVerificationEmptyFileData AlbumFileCountLimit
1548 206 26 AlbumFileNoThumbnail
1549 206 30 AlbumReadBufferShortage
1550 206 90 99 AlbumFileSystemError
1551 206 94 96 AlbumAccessCorrupted
1552 206 96 AlbumDestinationAccessCorrupted
1553 206 800 899 ControlError
1554 206 820 ControlResourceLimit
1555 206 822 ControlNotOpened
1556 206 1023 NotSupported
1557 206 1024 2047 InternalError
1558 206 1210 InternalJpegEncoderError
1559 206 1212 InternalJpegWorkMemoryShortage
1560 206 1300 1399 InternalFileDataVerificationError
1561 206 1301 InternalFileDataVerificationEmptyFileData
1562 206 1302 InternalFileDataVerificationExifExtractionFailed
1563 206 1303 InternalFileDataVerificationExifAnalyzationFailed
1564 206 1304 InternalFileDataVerificationDateTimeExtractionFailed
1565 206 1305 InternalFileDataVerificationInvalidDateTimeLength
1566 206 1306 InternalFileDataVerificationInconsistentDateTime
1567 206 1307 InternalFileDataVerificationMakerNoteExtractionFailed
1568 206 1308 InternalFileDataVerificationInconsistentApplicationId
1569 206 1302 1309 InternalFileDataVerificationExifExtractionFailed InternalFileDataVerificationInconsistentSignature
1570 206 1303 1310 InternalFileDataVerificationExifAnalyzationFailed InternalFileDataVerificationUnsupportedOrientation
1571 206 1304 1311 InternalFileDataVerificationDateTimeExtractionFailed InternalFileDataVerificationInvalidDataDimension
1601 228 428 6 101 ContentMetaNotFound NotImplemented
1602 428 1 1000 49 1999 InvalidArgument InvalidData
1603 428 2 1001 1019 NullArgument InvalidInitialProcessData
1604 428 1002 1009 InvalidKip
1605 428 1003 InvalidKipFileSize The size of the KIP file was smaller than expected.
1606 428 1004 InvalidKipMagic The magic value of the KIP file was not KIP1.
1607 428 1005 InvalidKipSegmentSize The size of the compressed KIP segment was smaller than expected.
1608 428 1006 KipSegmentDecompressionFailed An error occurred while decompressing a KIP segment.
1609 428 3 1010 1019 ArgumentOutOfRange InvalidIni
1610 428 4 1011 BufferTooSmall InvalidIniFileSize The size of the INI file was smaller than expected.
1611 428 51 1012 ServiceNotInitialized InvalidIniMagic The magic value of the INI file was not INI1.
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1834
1835
1836
1837
1838
1839
1840