Home
last modified time | relevance | path

Searched refs:SEEK_SET (Results 1 – 25 of 25) sorted by relevance

/u-boot/fs/yaffs2/
A Dyportenv.h126 #ifndef SEEK_SET
127 #define SEEK_SET 0 macro
A Dyaffsfs.c1394 if (whence == SEEK_SET) { in yaffs_lseek()
/u-boot/tools/
A Dsunxi-spl-image-builder.c173 fseek(dst, pos + offs, SEEK_SET); in write_page()
221 fseek(dst, pos + data_offs, SEEK_SET); in write_page()
223 fseek(dst, pos + ecc_offs - 4, SEEK_SET); in write_page()
228 fseek(dst, pos + info->page_size, SEEK_SET); in write_page()
233 fseek(dst, pos + info->page_size + info->oob_size, SEEK_SET); in write_page()
A Dimx8mimage.c222 ret = lseek(ifd, offset, SEEK_SET); in fill_zero()
278 ret = lseek(ifd, offset, SEEK_SET); in copy_file()
327 ret = lseek(fd, fit_offset, SEEK_SET); in generate_ivt_for_fit()
349 ret = lseek(fd, fit_offset + fit_size, SEEK_SET); in generate_ivt_for_fit()
537 ret = lseek(ofd, header_hdmi_off, SEEK_SET); in build_image()
550 ret = lseek(ofd, header_image_off, SEEK_SET); in build_image()
570 ret = lseek(ofd, sld_header_off, SEEK_SET); in build_image()
A Drelocate-rela.c106 if (fseek(f, pos, SEEK_SET) < 0) { in main()
137 if (fseek(f, addr, SEEK_SET) < 0) { in main()
A Dbmp_logo.c184 fseek(fp, 0L, SEEK_SET); in main()
186 fseek(fp, (long)data_offset, SEEK_SET); in main()
A Dupdate_octeon_header.c370 lseek(fd, hdr_size, SEEK_SET); in main()
445 lseek(fd, 0, SEEK_SET); in main()
A Dmksunxiboot.c130 lseek(fd_in, 0, SEEK_SET); in main()
A Dimg2srec.c279 fseek(file, elfHeader.e_shoff, SEEK_SET); in ConvertELF()
329 fseek(file, sectHeader[i].sh_offset, SEEK_SET); in ConvertELF()
A Dpblimage.c211 lseek(ifd, 0, SEEK_SET); in pbl_load_uboot()
A Dmxsboot.c427 lseek(infd, 0, SEEK_SET); in mx28_nand_write_firmware()
541 lseek(infd, 0, SEEK_SET); in mx28_create_sd_image()
A Dimx8image.c338 ret = lseek(ifd, offset, SEEK_SET); in copy_file_aligned()
398 ret = lseek(ifd, offset, SEEK_SET); in copy_file()
914 ret = lseek(ofd, file_padding, SEEK_SET); in build_container()
A Dzynqmpimage.c331 ret = fseek(fp, origin, SEEK_SET); in fsize()
A Difdtool.c1094 if (lseek(bios_fd, 0, SEEK_SET)) { in main()
A Dfit_image.c533 if (lseek(fd, new_size, SEEK_SET) < 0) { in fit_extract_data()
A Dzynqmpbif.c974 if (lseek(outfd, 0, SEEK_SET) != 0) in zynqmpbif_copy_image()
A Dmxsimage.c465 ret = fseek(fp, 0, SEEK_SET); in sb_load_file()
2088 ret = fseek(fp, 0, SEEK_SET); in sb_build_tree_from_img()
A Difwitool.c409 fseek(f, 0, SEEK_SET); in get_file_size()
/u-boot/board/samsung/smdkv310/tools/
A Dmksmdkv310spl.c61 lseek(ifd, 0, SEEK_SET); in main()
/u-boot/board/samsung/origen/tools/
A Dmkorigenspl.c63 lseek(ifd, 0, SEEK_SET); in main()
/u-boot/include/u-boot/
A Dzlib.h348 #ifndef SEEK_SET
349 # define SEEK_SET 0 /* Seek from beginning of file. */ macro
/u-boot/scripts/dtc/
A Ddtc-parser.y298 if (fseek(f, $6, SEEK_SET) != 0)
/u-boot/tools/binman/
A Dcbfs_util.py741 fd.seek(cbfs_offset, io.SEEK_SET)
794 fd.seek(file_pos + attr, io.SEEK_SET)
/u-boot/tools/env/
A Dfw_env.c946 lseek(fd, blockstart + block_seek, SEEK_SET); in flash_read_buf()
1121 if (lseek(fd, blockstart, SEEK_SET) == -1) { in flash_write_buf()
1168 rc = lseek(fd, offset, SEEK_SET); in flash_flag_obsolete()
/u-boot/arch/sandbox/cpu/
A Dos.c57 whence = SEEK_SET; in os_lseek()

Completed in 60 milliseconds