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

  /src/sys/arch/atari/stand/tostools/libtos/
tosdefs.h 88 #define kstart kp.kp macro
  /src/sys/arch/powerpc/stand/mkbootimage/
mkbootimage.c 292 off_t lenpos, kstart, kend; local in function:prep_build_image
374 kstart = lseek(prep_fd, 0, SEEK_CUR);
383 kgzlen = kend - kstart;
460 off_t lenpos, kstart, kend; local in function:rs6000_build_image
543 kstart = lseek(rs6000_fd, 0, SEEK_CUR);
545 printf("kernel start at pos 0x%lx\n", (unsigned long)kstart);
554 kgzlen = kend - kstart;
686 off_t lenpos, kstart, kend, toff, endoff, flength; local in function:bebox_build_image
765 kstart = lseek(bebox_fd, 0, SEEK_CUR);
771 kstart = kend = lseek(bebox_fd, 0, SEEK_CUR)
    [all...]

Completed in 34 milliseconds