Difference between revisions of "PMApp:PrepareForReboot"
Jump to navigation
Jump to search
Steveice10 (talk | contribs) m (Steveice10 moved page PMApp:TerminateNonEssential to PMApp:PrepareForReboot) |
Steveice10 (talk | contribs) m (→Description) |
||
Line 33: | Line 33: | ||
=Description= | =Description= | ||
This terminates the process with ID 4 (PXI) and all other processes that are not FIRM sysmodules or depended on by the calling process. It then sends [[Services|SRV]] notification 0x179 to the calling process. | This terminates the process with ID 4 (PXI) and all other processes that are not FIRM sysmodules or depended on by the calling process. It then sends [[Services|SRV]] notification 0x179 to the calling process. | ||
+ | |||
+ | This returns result code 0xC8A05801 if it has already been called. |
Latest revision as of 02:09, 20 January 2016
Request[edit]
Index Word | Description |
---|---|
0 | Header code [0x00060082] |
1-2 | u64, Timeout |
3 | 0x20 |
4 | Process ID (Filled automatically by ARM11 kernel) |
Response[edit]
Index Word | Description |
---|---|
0 | Header code |
1 | Result code |
Description[edit]
This terminates the process with ID 4 (PXI) and all other processes that are not FIRM sysmodules or depended on by the calling process. It then sends SRV notification 0x179 to the calling process.
This returns result code 0xC8A05801 if it has already been called.