Go to the source code of this file.
|
| | VITASDK_BUILD_ASSERT_EQ (8, SceIoFdInfo) |
| |
| int | ksceIoGetGUIDFdListForDebugger (int vis_level, SceIoFdInfo *dst, SceSize max_size, SceSize *res_size) |
| | Get global file descriptor.
|
| |
| int | ksceIoGetPUIDFdListForDebugger (int vis_level, SceIoFdInfo *dst, SceSize max_size, SceSize *res_size) |
| | Get process file descriptor.
|
| |
| | VITASDK_BUILD_ASSERT_EQ (0x828, SceIofileInfo) |
| |
| int | ksceIoGetFileInfo (SceUID fd, SceUID pid, SceIofileInfo *info) |
| | Get file info.
|
| |
| int | ksceIoMount (int id, const char *path, int permission, int a4, int a5, int a6) |
| | Mounts a device.
|
| |
| int | ksceIoUmount (int id, int a2, int a3, int a4) |
| | Unmounts a device.
|
| |
| int | ksceIoGetRemoteKPLSData (SceUID pid, void *dst) |
| | Get Remote Kernel Process Local Storage Data.
|
| |