Home
last modified time | relevance | path

Searched refs:tag (Results 1 – 3 of 3) sorted by relevance

/rkdeveloptool/
H A Dboot_merger.h124 uint32_t tag; member
H A DRKComm.cpp176 DWORD tag = 0; in MakeCBWTag() local
180 tag <<= 8; in MakeCBWTag()
181 tag += RandomInteger(0, 0xFF); in MakeCBWTag()
183 return tag; in MakeCBWTag()
H A Dmain.cpp1548 hdr->tag = TAG; in getBoothdr()
3015 void tag_spl(char *tag, char *spl) in tag_spl() argument
3020 if(!tag || !spl) in tag_spl()
3022 len = strlen(tag); in tag_spl()
3039 memcpy(Buf, tag, len); in tag_spl()
3128 string tag = argv[2]; in handle_command() local
3130 printf("tag %s to %s\n", tag.c_str(), spl.c_str()); in handle_command()
3131 tag_spl((char*)tag.c_str(), (char*)spl.c_str()); in handle_command()