Searched refs:owner (Results 1 – 10 of 10) sorted by relevance
| /TwlSDK-5.3.1/build/libraries/os/common/src/ |
| D | os_ownerInfo.c | 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()
|
| D | os_ownerInfoEx.c | 68 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/ |
| D | card_common.c | 46 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/ |
| D | card_common.h | 240 void CARDi_LockResource(CARDiOwner owner, CARDTargetMode target); 252 void CARDi_UnlockResource(CARDiOwner owner, CARDTargetMode target);
|
| /TwlSDK-5.3.1/include/nitro/spi/common/ |
| D | userInfo_teg.h | 127 NVRAMConfigOwnerInfo owner; // Owner Information member
|
| D | userInfo_ts_0.h | 127 NVRAMConfigOwnerInfo owner; // Owner Information member
|
| D | userInfo_ts_200.h | 148 NVRAMConfigOwnerInfo owner; // Owner Information member
|
| D | userInfo_ts_300.h | 182 NVRAMConfigOwnerInfo owner; // Owner Information member
|
| /TwlSDK-5.3.1/build/libraries/fs/common/src/ |
| D | fs_archive.c | 347 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/ |
| D | ownerInfoEx_private.h | 92 OSTWLOwnerInfo owner; // 80 bytes: Owner information member
|