Lines Matching refs:gameInfo
1562 if ((!WM_IsValidGameInfo(&bd->gameInfo, bd->gameInfoLength)) in WH_StateOutStartScan()
1563 || bd->gameInfo.ggid != sParentParam.ggid) in WH_StateOutStartScan()
1572 if ((bd->gameInfo.gameNameCount_attribute & (WM_ATTR_FLAG_ENTRY | WM_ATTR_FLAG_MB)) in WH_StateOutStartScan()
2633 OS_TPrintf("gameInfo.magicNumber = 0x%04x\n", info->gameInfo.magicNumber); in WH_PrintBssDesc()
2634 OS_TPrintf("gameInfo.ver = 0x%02x\n", info->gameInfo.ver); in WH_PrintBssDesc()
2635 OS_TPrintf("gameInfo.ggid = 0x%08x\n", info->gameInfo.ggid); in WH_PrintBssDesc()
2636 OS_TPrintf("gameInfo.tgid = 0x%04x\n", info->gameInfo.tgid); in WH_PrintBssDesc()
2637 OS_TPrintf("gameInfo.userGameInfoLength = 0x%02x\n", info->gameInfo.userGameInfoLength); in WH_PrintBssDesc()
2639 info->gameInfo.gameNameCount_attribute); in WH_PrintBssDesc()
2640 OS_TPrintf("gameInfo.parentMaxSize = 0x%04x\n", info->gameInfo.parentMaxSize); in WH_PrintBssDesc()
2641 OS_TPrintf("gameInfo.childMaxSize = 0x%04x\n", info->gameInfo.childMaxSize); in WH_PrintBssDesc()