Home
last modified time | relevance | path

Searched refs:fileNo (Results 1 – 5 of 5) sorted by relevance

/TwlSDK-5.4/include/nitro/mb/
Dmb_gameinfo.h90 u8 fileNo; // File number member
/TwlSDK-5.4/build/libraries/mb/common/src/
Dmb_gameinfo.c89 u8 fileNo:6; // File Number member
545 bsendBuff.fileNo = mbss.nowGameInfop->fileNo; in MBi_SendFixedBeacon()
594 bsendBuff.fileNo = mbss.nowGameInfop->fileNo; in MBi_SendVolatBeacon()
789 if (mbrsp->list[i].gameInfo.fileNo != brecvBuffp->fileNo) in MBi_GetStoreElement()
975 info->gameInfo.fileNo = brecvBuffp->fileNo; // Gets fileNo. in MBi_AnalyzeBeacon()
Dmb_child.c75 u8 fileNo; // File number to request of the connection destination in MB_CommDownloadRequest() local
81 fileNo = mbrsp->list[index].gameInfo.fileNo; in MB_CommDownloadRequest()
84 pCwork->fileid = fileNo; // Register the requested file ID in advance in MB_CommDownloadRequest()
Dmb_fileinfo.c549 pPwork->fileinfo[fileID].game_info.fileNo = fileID; in MB_RegisterFile()
626 if (fileID != pPwork->fileinfo[fileID].game_info.fileNo) in MB_UnregisterFile()
Dmb_fake_child.c867 mbf_work->targetFileNo = info->gameInfo.fileNo; in MB_FakeEntryToParent()