Searched refs:sMyInfo (Results 1 – 1 of 1) sorted by relevance
84 static OSOwnerInfo sMyInfo; variable556 WH_SetSsid(sMyInfo.nickName, (u32)(sMyInfo.nickNameLength * 2)); in ModeSelectParent()1164 OS_GetOwnerInfo(&sMyInfo); in TwlMain()1165 sGameInfo.nickNameLength = (u8)sMyInfo.nickNameLength; in TwlMain()1166 …MI_CpuCopy8(sMyInfo.nickName, sGameInfo.nickName, MATH_MIN(sMyInfo.nickNameLength * 2, sizeof(sGam… in TwlMain()