Home
last modified time | relevance | path

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

/lk-master/tools/
A Dliblkboot.c173 static unsigned replylen = 0; variable
177 return replylen; in lkboot_get_reply()
278 if (len > (REPLYMAX - replylen)) { in lkboot_txn()
283 memcpy(replybuf + replylen, tmp, len); in lkboot_txn()
284 replylen += len; in lkboot_txn()

Completed in 2 milliseconds