Searched refs:SEEK_CUR (Results 1 - 8 of 8) sorted by relevance

/u-boot/fs/yaffs2/
H A Dyportenv.h130 #ifndef SEEK_CUR
131 #define SEEK_CUR 1 macro
H A Dyaffsfs.c1397 } else if (whence == SEEK_CUR) {
/u-boot/tools/
H A Dimx8mimage.c468 ret = lseek(ifd, 0, SEEK_CUR);
472 ret = lseek(ifd, sizeof(fspi_conf_data), SEEK_CUR);
H A Dsunxi-spl-image-builder.c150 fseek(src, -cnt, SEEK_CUR);
H A Dimximage.c963 lseek(ifd, 0, SEEK_CUR);
/u-boot/include/u-boot/
H A Dzlib.h347 # define SEEK_CUR 1 /* Seek from current position. */ macro
/u-boot/tools/binman/
H A Dcbfs_util.py782 fd.seek(pad, io.SEEK_CUR)
/u-boot/arch/sandbox/cpu/
H A Dos.c75 whence = SEEK_CUR;

Completed in 92 milliseconds