Searched refs:commentAddr (Results 1 – 3 of 3) sorted by relevance
391 … if (ent->stat.commentAddr <= ent->stat.length - CARD_COMMENT_SIZE && // Comment available? in DoList()410 if (ent->stat.commentAddr <= ent->stat.length - CARD_COMMENT_SIZE) in DoList()418 offset = (s32) ent->stat.commentAddr & ~(CARD_READ_SIZE - 1); in DoList()419 length = (s32) (ent->stat.commentAddr + CARD_COMMENT_SIZE - offset); in DoList()428 offset = (s32) (ent->stat.commentAddr & (CARD_READ_SIZE - 1)); in DoList()670 if (stat->commentAddr <= stat->length - CARD_COMMENT_SIZE) in DoSave()672 memmove(ent->comment, (u8*) buffer + stat->commentAddr, CARD_COMMENT_SIZE); in DoSave()
1023 CardStatTemplate.commentAddr = 0; in SaveData()
209 u32 commentAddr; // offset to the pair of 32 byte character strings. member228 #define CARDSetCommentAddress(stat, addr) ((stat)->commentAddr = (u32)(addr))