/src/sys/arch/powerpc/stand/mkbootimage/ |
mkbootimage.c | 292 off_t lenpos, kstart, kend; local in function:prep_build_image 369 lenpos = lseek(prep_fd, 0, SEEK_CUR); 382 lseek(prep_fd, lenpos, SEEK_SET); 460 off_t lenpos, kstart, kend; local in function:rs6000_build_image 536 lenpos = lseek(rs6000_fd, 0, SEEK_CUR); 538 printf("wrote magic at pos 0x%lx\n", (unsigned long)lenpos); 553 lseek(rs6000_fd, lenpos, SEEK_SET); 686 off_t lenpos, kstart, kend, toff, endoff, flength; local in function:bebox_build_image 759 lenpos = lseek(bebox_fd, 0, SEEK_CUR); 776 lseek(bebox_fd, lenpos, SEEK_SET) [all...] |
mkbootimage.c | 292 off_t lenpos, kstart, kend; local in function:prep_build_image 369 lenpos = lseek(prep_fd, 0, SEEK_CUR); 382 lseek(prep_fd, lenpos, SEEK_SET); 460 off_t lenpos, kstart, kend; local in function:rs6000_build_image 536 lenpos = lseek(rs6000_fd, 0, SEEK_CUR); 538 printf("wrote magic at pos 0x%lx\n", (unsigned long)lenpos); 553 lseek(rs6000_fd, lenpos, SEEK_SET); 686 off_t lenpos, kstart, kend, toff, endoff, flength; local in function:bebox_build_image 759 lenpos = lseek(bebox_fd, 0, SEEK_CUR); 776 lseek(bebox_fd, lenpos, SEEK_SET) [all...] |