Searched refs:fileinfo (Results 1 – 4 of 4) sorted by relevance
164 if ((pPwork->fileinfo[i].active) && ((u32)pPwork->fileinfo[i].game_reg == (u32)game_reg)) in MB_GetGameEntryBitmap()166 return pPwork->fileinfo[i].gameinfo_child_bmp; in MB_GetGameEntryBitmap()384 u16 nowChildFlag = pPwork->fileinfo[fileID].gameinfo_child_bmp; in MBi_CommParentCallback()387 pPwork->fileinfo[fileID].gameinfo_child_bmp &= ~(MB_GAMEINFO_CHILD_FLAG(child)); in MBi_CommParentCallback()388 pPwork->fileinfo[fileID].gameinfo_changed_bmp |= MB_GAMEINFO_CHILD_FLAG(child); in MBi_CommParentCallback()390 pPwork->fileinfo[fileID].pollbmp &= ~(0x0001 << (child)); in MBi_CommParentCallback()432 if (pPwork->fileinfo[i].active && pPwork->fileinfo[i].gameinfo_changed_bmp) in MBi_CommParentCallback()434 MB_UpdateGameInfoMember(&pPwork->fileinfo[i].game_info, in MBi_CommParentCallback()436 pPwork->fileinfo[i].gameinfo_child_bmp, in MBi_CommParentCallback()437 pPwork->fileinfo[i].gameinfo_changed_bmp); in MBi_CommParentCallback()[all …]
502 if (pPwork->fileinfo[i].game_reg == (MBGameRegistry *)game_reg) in MB_RegisterFile()509 if (pPwork->fileinfo[i].active == 0) in MB_RegisterFile()526 pPwork->fileinfo[fileID].game_reg = (MBGameRegistry *)game_reg; in MB_RegisterFile()529 mdfi = &pPwork->fileinfo[fileID].dl_fileinfo.header; in MB_RegisterFile()538 if (FALSE == MBi_MakeBlockInfoTable(&pPwork->fileinfo[fileID].blockinfo_table, mdfi)) in MB_RegisterFile()546 MBi_MakeGameInfo(&pPwork->fileinfo[fileID].game_info, game_reg, &pPwork->common.user); in MB_RegisterFile()549 pPwork->fileinfo[fileID].game_info.fileNo = fileID; in MB_RegisterFile()552 MB_AddGameInfo(&pPwork->fileinfo[fileID].game_info); in MB_RegisterFile()555 pPwork->fileinfo[fileID].game_info.seqNoFixed = update++; in MB_RegisterFile()557 pPwork->fileinfo[fileID].gameinfo_child_bmp = MB_GAMEINFO_PARENT_FLAG; in MB_RegisterFile()[all …]
1299 MI_CpuClear16(&pPwork->fileinfo[0], sizeof(pPwork->fileinfo)); in MBi_StartParentCore()1496 u16 nowChildFlag = pPwork->fileinfo[fileID].gameinfo_child_bmp; in MB_DisconnectChild()1499 pPwork->fileinfo[fileID].gameinfo_child_bmp &= ~(MB_GAMEINFO_CHILD_FLAG(child)); in MB_DisconnectChild()1500 pPwork->fileinfo[fileID].gameinfo_changed_bmp |= MB_GAMEINFO_CHILD_FLAG(child); in MB_DisconnectChild()1502 pPwork->fileinfo[fileID].pollbmp &= ~(0x0001 << child); in MB_DisconnectChild()
152 fileinfo[MB_MAX_FILE]; member