| /TwlSDK-5.4/build/tools/makelcf/ |
| D | container.c | 130 static tOverlay *NewOverlay(tOverlayList * list) in NewOverlay() 143 static tOverlay *GetOverlay(tOverlayList * list, const char *overlayName) in GetOverlay() 159 static BOOL s_AddOverlay(tOverlayList * list, const char *overlayName) in s_AddOverlay() 252 static tAfter *NewAfter(tAfterList * list) in NewAfter() 266 static tAfter *GetAfter(tAfterList * list, const char *name) in GetAfter() 282 BOOL AddAfter(tAfterList * list, const char *name) in AddAfter() 312 tObject *NewObject(tObjectList * list) in NewObject() 326 tObject *GetObject(tObjectList * list, const char *objectName, const char *sectionName) in GetObject() 342 BOOL AddObject(tObjectList * list, const char *objectName, tObjectType objectType) in AddObject() 352 BOOL SetObjectSection(tObjectList * list, const char *sectionName) in SetObjectSection() [all …]
|
| /TwlSDK-5.4/build/tools/makelcf.TWL/ |
| D | container.c | 72 static tOverlay *NewOverlay(tOverlayList * list) in NewOverlay() 85 static tOverlay *GetOverlay(tOverlayList * list, const char *overlayName) in GetOverlay() 101 static BOOL s_AddOverlay(tOverlayList * list, const char *overlayName) in s_AddOverlay() 208 static tAfter *NewAfter(tAfterList * list) in NewAfter() 222 static tAfter *GetAfter(tAfterList * list, const char *name) in GetAfter() 238 BOOL AddAfter(tAfterList * list, const char *name) in AddAfter() 268 tObject *NewObject(tObjectList * list) in NewObject() 282 tObject *GetObject(tObjectList * list, const char *objectName, const char *sectionName) in GetObject() 298 BOOL AddObject(tObjectList * list, const char *objectName, tObjectType objectType) in AddObject() 308 BOOL SetObjectSection(tObjectList * list, const char *sectionName) in SetObjectSection() [all …]
|
| /TwlSDK-5.4/build/libraries/wbt/common/src/ |
| D | wbt_api.c | 49 WBTBlockInfoList *list = wbti_command_work->list; in WBT_PrintBTList() local 376 WBTCommandList *list = WBT_AllocCommandList(wbti_command_work); in WBT_RequestSync() local 403 WBTCommandList *list = WBT_AllocCommandList(wbti_command_work); in WBT_GetBlockInfo() local 432 WBTCommandList *list = WBT_AllocCommandList(wbti_command_work); in WBT_GetBlock() local 457 WBTCommandList *list = WBT_AllocCommandList(wbti_command_work); in WBT_PutUserData() local
|
| D | wbt_context.c | 314 WBTBlockInfoList *list = work->list; in WBTi_GetPacketBuffer() local 548 WBTBlockInfoList *list = work->list; in WBTi_TryCreateResponse() local 1019 WBTCommandList *list = WBT_GetCurrentCommandList(work); in WBTi_NotifyCompletionCallback() local 1049 WBTCommandList *list = work->command; in WBTi_NotifyCompletionCallback() local 1358 WBTCommandList *list = work->command; in WBT_ResetContext() local 1387 void WBT_PostCommand(WBTContext *work, WBTCommandList *list, u16 bitmap, in WBT_PostCommand() 1427 WBTCommandList *list = WBT_GetCurrentCommandList(work); in WBT_CancelCommand() local 1465 WBTCommandList *list = work->command; in WBT_CancelCommand() local 1578 WBT_RegisterBlockInfo(WBTContext * work, WBTBlockInfoList *list, u32 id, in WBT_RegisterBlockInfo() 1653 WBTBlockInfoList *list = work->list; in WBT_GetRegisteredCount() local
|
| /TwlSDK-5.4/include/nitro/wbt/ |
| D | context.h | 219 WBTBlockInfoList *list; /* Registered data block list */ member 445 WBTCommandList *list = work->command; in WBT_GetCurrentCommand() local 473 void WBT_AddCommandPool(WBTContext *work, WBTCommandList *list, int count) in WBT_AddCommandPool() 494 WBTCommandList *list = work->command_pool; in WBT_AllocCommandList() local 528 void WBT_CreateCommandSYNC(WBTContext *work, WBTCommandList *list) in WBT_CreateCommandSYNC() 549 void WBT_CreateCommandINFO(WBTContext *work, WBTCommandList *list, in WBT_CreateCommandINFO() 583 void WBT_CreateCommandGET(WBTContext *work, WBTCommandList * list, in WBT_CreateCommandGET() 612 void WBT_CreateCommandMSG(WBTContext *work, WBTCommandList *list, in WBT_CreateCommandMSG() 653 WBTCommandList *list = WBT_AllocCommandList(context); in WBT_PostCommandSYNC() local 681 WBTCommandList *list = WBT_AllocCommandList(context); in WBT_PostCommandINFO() local [all …]
|
| /TwlSDK-5.4/build/libraries/os/common/src/ |
| D | os_application_jump.c | 78 const OSTitleIDList *list = (const OSTitleIDList *)HW_OS_TITLE_ID_LIST; in OSi_IsSameMakerCode() local 105 const OSTitleIDList *list = (const OSTitleIDList *)HW_OS_TITLE_ID_LIST; in OSi_SearchTitleIdFromList() local 231 const OSTitleIDList *list = (const OSTitleIDList *)HW_OS_TITLE_ID_LIST; in OS_GetBootableTitleID() local 523 const OSTitleIDList *list = (const OSTitleIDList *)HW_OS_TITLE_ID_LIST; in OSi_GetPrevTitleId() local
|
| D | os_alloc.c | 174 static Cell *DLAddFront(Cell * list, Cell * cell) in DLAddFront() 195 static Cell *DLLookup(Cell * list, Cell * cell) in DLLookup() 219 static Cell *DLExtract(Cell * list, Cell * cell) in DLExtract() 249 static Cell *DLInsert(Cell * list, Cell * cell) in DLInsert() 311 static BOOL DLOverlap(Cell * list, void *start, void *end) in DLOverlap() 334 static long DLSize(Cell * list) in DLSize()
|
| /TwlSDK-5.4/build/libraries/card/common/include/ |
| D | card_task.h | 58 CARDTask * volatile list; member
|
| /TwlSDK-5.4/build/demos/fs/overlay/src/ |
| D | main.c | 144 list[] = in NitroMain() local
|
| /TwlSDK-5.4/include/nitro/ctrdg/ARM9/ |
| D | ctrdg_task.h | 57 CTRDGTaskInfo *volatile list; /* Waiting task list */ member
|
| /TwlSDK-5.4/build/libraries/mb/common/include/ |
| D | mb_cache.h | 65 MBiCacheInfo list[MB_CACHE_INFO_MAX]; member
|
| D | mb_gameinfo.h | 82 … MBGameInfoRecvList list[MB_GAME_INFO_RECV_LIST_NUM]; // List for receiving game information member
|
| /TwlSDK-5.4/build/libraries/mb/common/src/ |
| D | mb_task.c | 28 MBiTaskInfo *volatile list; /* Waiting task list */ member
|
| /TwlSDK-5.4/include/nitro/wfs/ |
| D | server.h | 74 WFSLockInfo list[WFS_LOCK_HANDLE_MAX]; member
|
| /TwlSDK-5.4/include/nitro/fs/ |
| D | archive.h | 99 struct FSFile *list; // Process wait command list member
|
| /TwlSDK-5.4/include/nitro/os/common/ |
| D | thread.h | 174 OSThread *list; member
|
| /TwlSDK-5.4/build/libraries/fs/common/src/ |
| D | fs_archive_fatfs.c | 338 const u16 *list = FSiPathInvalidCharactersW; in FSi_UsingInvalidCharacterW() local
|