Searched refs:SEEK_END (Results 1 – 14 of 14) sorted by relevance
| /rk3399_rockchip-uboot/fs/yaffs2/ |
| H A D | yportenv.h | 133 #ifndef SEEK_END 134 #define SEEK_END 2 macro
|
| H A D | yaffsfs.c | 1399 } else if (whence == SEEK_END) { in yaffs_lseek()
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | ubsha1.c | 71 lseek (ifd, SHA1_SUM_POS, SEEK_END); in main()
|
| H A D | mksunxiboot.c | 119 file_size = lseek(fd_in, 0, SEEK_END); in main()
|
| H A D | mxsboot.c | 427 size = lseek(infd, 0, SEEK_END); in mx28_nand_write_firmware() 541 fsize = lseek(infd, 0, SEEK_END); in mx28_create_sd_image()
|
| H A D | zynqmpimage.c | 253 fseek(fp, 0L, SEEK_END); in fsize()
|
| H A D | mxsimage.c | 456 ret = fseek(fp, 0, SEEK_END); in sb_load_file() 2079 ret = fseek(fp, 0, SEEK_END); in sb_build_tree_from_img()
|
| /rk3399_rockchip-uboot/board/samsung/smdkv310/tools/ |
| H A D | mksmdkv310spl.c | 61 len = lseek(ifd, 0, SEEK_END); in main()
|
| /rk3399_rockchip-uboot/board/samsung/origen/tools/ |
| H A D | mkorigenspl.c | 63 len = lseek(ifd, 0, SEEK_END); in main()
|
| /rk3399_rockchip-uboot/include/u-boot/ |
| H A D | zlib.h | 345 # define SEEK_END 2 /* Set file pointer to EOF plus "offset" */ macro
|
| /rk3399_rockchip-uboot/tools/rockchip/ |
| H A D | loaderimage.c | 280 fseek(fi, 0, SEEK_END); in main()
|
| H A D | bmp2gray16.c | 221 fseek(file, 0, SEEK_END); in convert_one_image()
|
| /rk3399_rockchip-uboot/arch/sandbox/cpu/ |
| H A D | os.c | 60 whence = SEEK_END; in os_lseek()
|
| /rk3399_rockchip-uboot/scripts/ |
| H A D | avbtool.py | 778 self._image.seek(0, os.SEEK_END) 913 self._image.seek(0, os.SEEK_END) 950 self._image.seek(0, os.SEEK_END) 989 self._image.seek(0, os.SEEK_END)
|