/u-boot/fs/yaffs2/ |
A D | yportenv.h | 126 #ifndef SEEK_SET 127 #define SEEK_SET 0 macro
|
A D | yaffsfs.c | 1394 if (whence == SEEK_SET) { in yaffs_lseek()
|
/u-boot/tools/ |
A D | sunxi-spl-image-builder.c | 173 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 D | imx8mimage.c | 222 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 D | relocate-rela.c | 106 if (fseek(f, pos, SEEK_SET) < 0) { in main() 137 if (fseek(f, addr, SEEK_SET) < 0) { in main()
|
A D | bmp_logo.c | 184 fseek(fp, 0L, SEEK_SET); in main() 186 fseek(fp, (long)data_offset, SEEK_SET); in main()
|
A D | update_octeon_header.c | 370 lseek(fd, hdr_size, SEEK_SET); in main() 445 lseek(fd, 0, SEEK_SET); in main()
|
A D | mksunxiboot.c | 130 lseek(fd_in, 0, SEEK_SET); in main()
|
A D | img2srec.c | 279 fseek(file, elfHeader.e_shoff, SEEK_SET); in ConvertELF() 329 fseek(file, sectHeader[i].sh_offset, SEEK_SET); in ConvertELF()
|
A D | pblimage.c | 211 lseek(ifd, 0, SEEK_SET); in pbl_load_uboot()
|
A D | mxsboot.c | 427 lseek(infd, 0, SEEK_SET); in mx28_nand_write_firmware() 541 lseek(infd, 0, SEEK_SET); in mx28_create_sd_image()
|
A D | imx8image.c | 338 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 D | zynqmpimage.c | 331 ret = fseek(fp, origin, SEEK_SET); in fsize()
|
A D | ifdtool.c | 1094 if (lseek(bios_fd, 0, SEEK_SET)) { in main()
|
A D | fit_image.c | 533 if (lseek(fd, new_size, SEEK_SET) < 0) { in fit_extract_data()
|
A D | zynqmpbif.c | 974 if (lseek(outfd, 0, SEEK_SET) != 0) in zynqmpbif_copy_image()
|
A D | mxsimage.c | 465 ret = fseek(fp, 0, SEEK_SET); in sb_load_file() 2088 ret = fseek(fp, 0, SEEK_SET); in sb_build_tree_from_img()
|
A D | ifwitool.c | 409 fseek(f, 0, SEEK_SET); in get_file_size()
|
/u-boot/board/samsung/smdkv310/tools/ |
A D | mksmdkv310spl.c | 61 lseek(ifd, 0, SEEK_SET); in main()
|
/u-boot/board/samsung/origen/tools/ |
A D | mkorigenspl.c | 63 lseek(ifd, 0, SEEK_SET); in main()
|
/u-boot/include/u-boot/ |
A D | zlib.h | 348 #ifndef SEEK_SET 349 # define SEEK_SET 0 /* Seek from beginning of file. */ macro
|
/u-boot/scripts/dtc/ |
A D | dtc-parser.y | 298 if (fseek(f, $6, SEEK_SET) != 0)
|
/u-boot/tools/binman/ |
A D | cbfs_util.py | 741 fd.seek(cbfs_offset, io.SEEK_SET) 794 fd.seek(file_pos + attr, io.SEEK_SET)
|
/u-boot/tools/env/ |
A D | fw_env.c | 946 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 D | os.c | 57 whence = SEEK_SET; in os_lseek()
|