evboards.c | 1673 uint64_t file_offset = evb_ubstep_get_file_offset(params, step); local in function:evb_uboot_do_step 1750 file_remaining = sb.st_size - (off_t)file_offset; 1761 if (file_offset) { 1765 file_offset, params->filesystem, image_offset); 1773 if (lseek(ifd, (off_t)file_offset, SEEK_SET) < 0) { 1775 file_offset); 1901 uint64_t file_offset = evb_ubstep_get_file_offset(params, step); local in function:evb_uboot_setboot 1921 this_max = sb.st_size - file_offset;
|