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. More...
|
|
int | ksceIoGetPUIDFdListForDebugger (int vis_level, SceIoFdInfo *dst, SceSize max_size, SceSize *res_size) |
| Get process file descriptor. More...
|
|
| VITASDK_BUILD_ASSERT_EQ (0x828, SceIofileInfo) |
|
int | ksceIoGetFileInfo (SceUID fd, SceUID pid, SceIofileInfo *info) |
| Get file info. More...
|
|
int | ksceIoMount (int id, const char *path, int permission, int a4, int a5, int a6) |
| Mounts a device. More...
|
|
int | ksceIoUmount (int id, int a2, int a3, int a4) |
| Unmounts a device. More...
|
|
int | ksceIoGetRemoteKPLSData (SceUID pid, void *dst) |
| Get Remote Kernel Process Local Storage Data. More...
|
|