Searched refs:body_toread (Results 1 – 1 of 1) sorted by relevance
52 uint32_t body_toread; in LoadKernel() local373 body_toread = preamble->body_signature.data_size; in LoadKernel()384 if (body_copied > body_toread) in LoadKernel()385 body_copied = body_toread; in LoadKernel()388 body_toread -= body_copied; in LoadKernel()393 if (body_toread && in LoadKernel()394 0 != VbExStreamRead(stream, body_toread, body_readptr)) { in LoadKernel()