Lines Matching refs:src
34 u8 *src; in OS_GetMacAddress() local
36 src = in OS_GetMacAddress()
39 MI_CpuCopy8(src, macAddress, 6); in OS_GetMacAddress()
54 NVRAMConfig *src; in OS_GetOwnerInfo() local
56 src = (NVRAMConfig *)(OS_GetSystemWork()->nvramUserInfo); in OS_GetOwnerInfo()
57 info->language = (u8)(src->ncd.option.language); in OS_GetOwnerInfo()
58 info->favoriteColor = (u8)(src->ncd.owner.favoriteColor); in OS_GetOwnerInfo()
59 info->birthday.month = (u8)(src->ncd.owner.birthday.month); in OS_GetOwnerInfo()
60 info->birthday.day = (u8)(src->ncd.owner.birthday.day); in OS_GetOwnerInfo()
61 info->nickNameLength = (u16)(src->ncd.owner.nickname.length); in OS_GetOwnerInfo()
62 info->commentLength = (u16)(src->ncd.owner.comment.length); in OS_GetOwnerInfo()
63 MI_CpuCopy16(src->ncd.owner.nickname.str, in OS_GetOwnerInfo()
65 MI_CpuCopy16(src->ncd.owner.comment.str, info->comment, OS_OWNERINFO_COMMENT_MAX * sizeof(u16)); in OS_GetOwnerInfo()
84 NVRAMConfig *src = (NVRAMConfig *)(OS_GetSystemWork()->nvramUserInfo); in OS_GetOwnerRtcOffset() local
86 return src->ncd.option.rtcOffset; in OS_GetOwnerRtcOffset()