HomeSort by: relevance | last modified time | path
    Searched defs:flength (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/powerpc/stand/mkbootimage/
mkbootimage.c 294 long flength; local in function:prep_build_image
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; local in function:rs6000_build_image
686 off_t lenpos, kstart, kend, toff, endoff, flength; local in function:bebox_build_image
835 flength = roundup(endoff, BEBOX_BLOCK_SIZE);
839 write(bebox_fd, header_img, flength - endoff)
    [all...]
mkbootimage.c 294 long flength; local in function:prep_build_image
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; local in function:rs6000_build_image
686 off_t lenpos, kstart, kend, toff, endoff, flength; local in function:bebox_build_image
835 flength = roundup(endoff, BEBOX_BLOCK_SIZE);
839 write(bebox_fd, header_img, flength - endoff)
    [all...]

Completed in 53 milliseconds