![]() |
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
Functions | |
| static void | AddReqInfo (IOSResourceRequest *req) |
| static void | DelReqInfo (IOSResourceRequest *req) |
| static void | AddReqInfo (IOSResourceRequest *req, s32 fd) |
| static void | DelReqInfo (IOSResourceRequest *req, s32 fd) |
| void | IPCiProfInit (void) |
| void | IPCiProfQueueReq (void *req, s32 handle) |
| void | IPCiProfAck (void) |
| void | IPCiProfReply (void *req, s32 handle) |
Variables | |
| static IOSResourceRequest * | IpcReqPtrArray [IPC_REQ_MAX] = {0} |
| static IOSResourceRequest | IpcReqArray [IPC_REQ_MAX] = {0} |
| static OSTime | IpcStartTimeArray [IPC_REQ_MAX] |
| static char | IpcHandlePathBuf [0x80][0x30] |
| static char | IpcOpenPathBuf [IPC_REQ_MAX][0x30] |
| static s32 | IpcFdArray [IPC_REQ_MAX] = {0} |
| static u32 | IpcNumPendingReqs = 0 |
| static u32 | IpcNumUnIssuedReqs = 0 |
|
static |
|
static |
|
static |
|
static |
| void IPCiProfAck | ( | void | ) |
| void IPCiProfInit | ( | void | ) |
| void IPCiProfQueueReq | ( | void * | req, |
| s32 | handle ) |
| void IPCiProfReply | ( | void * | req, |
| s32 | handle ) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |