NV services: Difference between revisions
No edit summary |
|||
Line 1,560: | Line 1,560: | ||
! Cmd || Name | ! Cmd || Name | ||
|- | |- | ||
| 0 || [[# | | 0 || [[#OpenDebugFS]] | ||
|- | |- | ||
| 1 || [[# | | 1 || [[#CloseDebugFS]] | ||
|- | |- | ||
| 2 || [[# | | 2 || [[#GetDebugFSKeys]] | ||
|- | |- | ||
| 3 || | | 3 || GetDebugFSValue | ||
|- | |- | ||
| 4 || | | 4 || SetDebugFSValue | ||
|} | |} | ||
== | == OpenDebugFS == | ||
Takes process handle. Returns | Takes a process handle. Returns a u32 '''fd'''. | ||
== | == CloseDebugFS == | ||
Takes fd and closes it. | Takes a u32 '''fd''' and closes it. | ||
== | == GetDebugFSKeys == | ||
Takes fd and reads | Takes a u32 '''fd''' and reads debug contents into a type-6 buffer. | ||
= nvgem:c = | = nvgem:c = |