Home
last modified time | relevance | path

Searched refs:owner (Results 1 – 10 of 10) sorted by relevance

/TwlSDK-5.3.1/build/libraries/os/common/src/
Dos_ownerInfo.c58 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()
Dos_ownerInfoEx.c68 info->favoriteColor = (u8)(src->ncd.owner.favoriteColor); in OS_GetOwnerInfoEx()
69 info->birthday.month = (u8)(src->ncd.owner.birthday.month); in OS_GetOwnerInfoEx()
70 info->birthday.day = (u8)(src->ncd.owner.birthday.day); in OS_GetOwnerInfoEx()
71 info->nickNameLength = (u16)(src->ncd.owner.nickname.length); in OS_GetOwnerInfoEx()
72 info->commentLength = (u16)(src->ncd.owner.comment.length); in OS_GetOwnerInfoEx()
73 MI_CpuCopy16(src->ncd.owner.nickname.str, in OS_GetOwnerInfoEx()
75 MI_CpuCopy16(src->ncd.owner.comment.str, info->comment, OS_OWNERINFO_COMMENT_MAX * sizeof(u16)); in OS_GetOwnerInfoEx()
/TwlSDK-5.3.1/build/libraries/card/common/src/
Dcard_common.c46 void CARDi_LockResource(CARDiOwner owner, CARDTargetMode target) in CARDi_LockResource() argument
50 if (p->lock_owner == owner) in CARDi_LockResource()
63 p->lock_owner = owner; in CARDi_LockResource()
80 void CARDi_UnlockResource(CARDiOwner owner, CARDTargetMode target) in CARDi_UnlockResource() argument
84 if ((p->lock_owner != owner) || !p->lock_ref) in CARDi_UnlockResource()
/TwlSDK-5.3.1/build/libraries/card/common/include/
Dcard_common.h240 void CARDi_LockResource(CARDiOwner owner, CARDTargetMode target);
252 void CARDi_UnlockResource(CARDiOwner owner, CARDTargetMode target);
/TwlSDK-5.3.1/include/nitro/spi/common/
DuserInfo_teg.h127 NVRAMConfigOwnerInfo owner; // Owner Information member
DuserInfo_ts_0.h127 NVRAMConfigOwnerInfo owner; // Owner Information member
DuserInfo_ts_200.h148 NVRAMConfigOwnerInfo owner; // Owner Information member
DuserInfo_ts_300.h182 NVRAMConfigOwnerInfo owner; // Owner Information member
/TwlSDK-5.3.1/build/libraries/fs/common/src/
Dfs_archive.c347 static FSFile *FSi_NextCommand(FSArchive *arc, BOOL owner) in FSi_NextCommand() argument
380 const BOOL is_started = owner && ((arc->flag & FS_ARCHIVE_FLAG_RUNNING) == 0); in FSi_NextCommand()
392 if (owner || is_started) in FSi_NextCommand()
398 if (owner && ((next->stat & FS_FILE_STATUS_BLOCKING) != 0)) in FSi_NextCommand()
409 if (owner) in FSi_NextCommand()
526 BOOL owner = FALSE; in FSi_SendCommand() local
564 owner = (arc->list == file) && ((arc->flag & FS_ARCHIVE_FLAG_RUNNING) == 0); in FSi_SendCommand()
571 FSFile *next = FSi_NextCommand(arc, owner); in FSi_SendCommand()
/TwlSDK-5.3.1/include/twl/os/common/
DownerInfoEx_private.h92 OSTWLOwnerInfo owner; // 80 bytes: Owner information member