Difference between revisions of "PMApp:PrepareForReboot"

From 3dbrew
Jump to navigation Jump to search
(TerminateNonEssential)
 
 
(One intermediate revision by the same user not shown)
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 03: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.