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

  /src/sys/arch/powerpc/stand/mkbootimage/
mkbootimage.c 292 off_t lenpos, kstart, kend; local in function:prep_build_image
379 kend = lseek(prep_fd, 0, SEEK_CUR);
383 kgzlen = kend - kstart;
460 off_t lenpos, kstart, kend; local in function:rs6000_build_image
548 kend = lseek(rs6000_fd, 0, SEEK_CUR);
550 printf("kernel end at pos 0x%lx\n", (unsigned long)kend);
554 kgzlen = kend - kstart;
686 off_t lenpos, kstart, kend, toff, endoff, flength; local in function:bebox_build_image
768 kend = lseek(bebox_fd, 0, SEEK_CUR);
771 kstart = kend = lseek(bebox_fd, 0, SEEK_CUR)
    [all...]
mkbootimage.c 292 off_t lenpos, kstart, kend; local in function:prep_build_image
379 kend = lseek(prep_fd, 0, SEEK_CUR);
383 kgzlen = kend - kstart;
460 off_t lenpos, kstart, kend; local in function:rs6000_build_image
548 kend = lseek(rs6000_fd, 0, SEEK_CUR);
550 printf("kernel end at pos 0x%lx\n", (unsigned long)kend);
554 kgzlen = kend - kstart;
686 off_t lenpos, kstart, kend, toff, endoff, flength; local in function:bebox_build_image
768 kend = lseek(bebox_fd, 0, SEEK_CUR);
771 kstart = kend = lseek(bebox_fd, 0, SEEK_CUR)
    [all...]

Completed in 22 milliseconds