Home
last modified time | relevance | path

Searched refs:comment (Results 1 – 11 of 11) sorted by relevance

/TwlSDK-5.1.0/build/libraries/os/common/src/
Dos_ownerInfo.c62 info->commentLength = (u16)(src->ncd.owner.comment.length); in OS_GetOwnerInfo()
65 MI_CpuCopy16(src->ncd.owner.comment.str, info->comment, OS_OWNERINFO_COMMENT_MAX * sizeof(u16)); in OS_GetOwnerInfo()
67 info->comment[OS_OWNERINFO_COMMENT_MAX] = 0; in OS_GetOwnerInfo()
Dos_ownerInfoEx.c72 info->commentLength = (u16)(src->ncd.owner.comment.length); in OS_GetOwnerInfoEx()
75 MI_CpuCopy16(src->ncd.owner.comment.str, info->comment, OS_OWNERINFO_COMMENT_MAX * sizeof(u16)); in OS_GetOwnerInfoEx()
77 info->comment[OS_OWNERINFO_COMMENT_MAX] = 0; in OS_GetOwnerInfoEx()
/TwlSDK-5.1.0/tools/bin/
Dpdic2c.pl97 my ($data, $comment) = /^([^#]*?)\s*(?:#\s*(.*))?$/;
128 comment => $comment,
/TwlSDK-5.1.0/include/twl/os/common/
DownerInfoEx_private.h62 … u16 comment[ OS_TWL_COMMENT_LENGTH + 1 ]; // Comment (with terminating character) member
DownerInfoEx.h75 u16 comment[OS_OWNERINFO_COMMENT_MAX + 1]; member
/TwlSDK-5.1.0/include/nitro/os/common/
DownerInfo.h127 u16 comment[OS_OWNERINFO_COMMENT_MAX + 1]; member
/TwlSDK-5.1.0/build/demos/card/backup/src/
Dmain.c93 const char *comment; in SelectDevice() member
159 (cur == i) ? '>' : ' ', types_table[i].comment); in SelectDevice()
/TwlSDK-5.1.0/include/nitro/spi/common/
DuserInfo_ts_200.h86 NVRAMConfigComment comment; // Comment member
DuserInfo_ts_300.h120 NVRAMConfigComment comment; // Comment member
/TwlSDK-5.1.0/include/nitro/specfiles/
DARM7-TS.lsf24 # Add comment for autoload on 0x027c0000
/TwlSDK-5.1.0/build/demos/ctrdg/backup-1/src/
Dmain.c452 const char *comment; in SelectDevice() member
523 DrawText(20, 60 + 10 * i, types_table[i].comment); in SelectDevice()