Lines Matching refs:gameInfo
1455 if ((!WM_IsValidGameInfo(&cb->gameInfo, cb->gameInfoLength)) in WH_StateOutStartScan()
1456 || cb->gameInfo.ggid != sParentParam.ggid) in WH_StateOutStartScan()
1465 if ((cb->gameInfo.gameNameCount_attribute & (WM_ATTR_FLAG_ENTRY | WM_ATTR_FLAG_MB)) in WH_StateOutStartScan()
2499 OS_TPrintf("gameInfo.magicNumber = 0x%04x\n", info->gameInfo.magicNumber); in WH_PrintBssDesc()
2500 OS_TPrintf("gameInfo.ver = 0x%02x\n", info->gameInfo.ver); in WH_PrintBssDesc()
2501 OS_TPrintf("gameInfo.ggid = 0x%08x\n", info->gameInfo.ggid); in WH_PrintBssDesc()
2502 OS_TPrintf("gameInfo.tgid = 0x%04x\n", info->gameInfo.tgid); in WH_PrintBssDesc()
2503 OS_TPrintf("gameInfo.userGameInfoLength = 0x%02x\n", info->gameInfo.userGameInfoLength); in WH_PrintBssDesc()
2505 info->gameInfo.gameNameCount_attribute); in WH_PrintBssDesc()
2506 OS_TPrintf("gameInfo.parentMaxSize = 0x%04x\n", info->gameInfo.parentMaxSize); in WH_PrintBssDesc()
2507 OS_TPrintf("gameInfo.childMaxSize = 0x%04x\n", info->gameInfo.childMaxSize); in WH_PrintBssDesc()