Searched refs:comment (Results 1 – 11 of 11) sorted by relevance
62 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()
72 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()
97 my ($data, $comment) = /^([^#]*?)\s*(?:#\s*(.*))?$/;128 comment => $comment,
62 … u16 comment[ OS_TWL_COMMENT_LENGTH + 1 ]; // Comment (with terminating character) member
75 u16 comment[OS_OWNERINFO_COMMENT_MAX + 1]; member
127 u16 comment[OS_OWNERINFO_COMMENT_MAX + 1]; member
93 const char *comment; in SelectDevice() member159 (cur == i) ? '>' : ' ', types_table[i].comment); in SelectDevice()
86 NVRAMConfigComment comment; // Comment member
120 NVRAMConfigComment comment; // Comment member
24 # Add comment for autoload on 0x027c0000
452 const char *comment; in SelectDevice() member523 DrawText(20, 60 + 10 * i, types_table[i].comment); in SelectDevice()