Home | History | Annotate | Download | only in mkbootimage

Lines Matching defs:flength

294 	long flength;
391 flength = 0x400 + elf_img_len + 8 + kgzlen;
393 flength -= (5760 * 512);
395 flength -= (2880 * 512);
396 if (flength > 0 && !saloneflag)
399 outname, flength);
462 long flength;
686 off_t lenpos, kstart, kend, toff, endoff, flength;
835 flength = roundup(endoff, BEBOX_BLOCK_SIZE);
839 write(bebox_fd, header_img, flength - endoff);