Home
last modified time | relevance | path

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

1234

/device/linaro/bootloader/edk2/StdLib/Include/sys/
Dunistd.h77 #ifndef SEEK_SET
78 #define SEEK_SET 0 /**< set file offset to offset */ macro
88 #define L_SET SEEK_SET
Dfcntl.h129 #ifndef SEEK_SET
130 #define SEEK_SET 0 /* set file offset to offset */ macro
DEfiSysCall.h80 #ifndef SEEK_SET
81 #define SEEK_SET 0 /**< set file offset to offset */ macro
/device/linaro/bootloader/edk2/BeagleBoardPkg/Tools/
Dreplace.c72 fseek (In, 0, SEEK_SET); in main()
114 fseek (In, InFilePos, SEEK_SET); in main()
135 fseek (In, InFilePos, SEEK_SET); in main()
/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
Dfseeko.c139 whence = SEEK_SET; in __weak_alias()
143 case SEEK_SET: in __weak_alias()
183 if (whence == SEEK_SET) in __weak_alias()
256 if ((*seekfn)(fp->_cookie, curoff, SEEK_SET) == POS_ERR) in __weak_alias()
Dfsetpos.c62 return (fseeko(iop, (off_t)*pos, SEEK_SET)); in fsetpos()
Drewind.c61 (void) fseek(fp, 0L, SEEK_SET); in rewind()
Dfseek.c69 if (whence == SEEK_SET) in fseek()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenTEImage/
DGenTEImage.c283 fseek (InFptr, 0, SEEK_SET); in ProcessFile()
292 if (fseek (InFptr, 0x3C, SEEK_SET) != 0) { in ProcessFile()
302 if (fseek (InFptr, PESigOffset + 4, SEEK_SET) != 0) { in ProcessFile()
391 fseek (InFptr, SaveFilePosition, SEEK_SET); in ProcessFile()
480 fseek (InFptr, BytesStripped, SEEK_SET); in ProcessFile()
580 fseek (Fptr, 0, SEEK_SET); in CheckPE32File()
598 fseek (Fptr, (long) DosHeader.e_lfanew, SEEK_SET); in CheckPE32File()
634 fseek (Fptr, 0, SEEK_SET); in CheckPE32File()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/SetStamp/
DSetStamp.c113 if (fseek (fp, 0, SEEK_SET) != 0) { in GetDateTime()
201 if (fseek (fp, offset, SEEK_SET) != 0) { in ReadFromFile()
241 if (fseek (fp, offset, SEEK_SET) != 0) { in WriteToFile()
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DLongFilePathOs.py72 SEEK_SET = os.SEEK_SET variable
/device/linaro/bootloader/edk2/BaseTools/Source/C/EfiLdrImage/
DEfiLdrImage.c132 fseek (in, 0, SEEK_SET); in FCopyFile()
280 fseek (fpOut, EfiLdrHeader.FileLength, SEEK_SET); in main()
311 fseek (fpOut, 0, SEEK_SET); in main()
/device/google/contexthub/util/nanotool/
Dcalibrationfile.cpp51 file_->seekTo(0, SEEK_SET); in Initialize()
123 file_->seekTo(0, SEEK_SET); in Save()
/device/google/contexthub/util/common/
Dfile.h41 off64_t seekTo(off64_t pos, int whence = SEEK_SET);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dio.py71 SEEK_SET = 0 variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Dzconf.h295 #ifndef SEEK_SET
296 # define SEEK_SET 0 /* Seek from beginning of file. */ macro
Dzconf.in.h295 #ifndef SEEK_SET
296 # define SEEK_SET 0 /* Seek from beginning of file. */ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dio.py62 SEEK_SET = 0 variable
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Strip/
Dstrip.c127 fseek (InFile, 0, SEEK_SET); in main()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/EfiRom/
DEfiRom.c461 fseek (InFptr, 0, SEEK_SET); in ProcessBinFile()
681 fseek (InFptr, 0, SEEK_SET); in ProcessEfiFile()
926 fseek (Fptr, 0, SEEK_SET); in CheckPE32File()
945 fseek (Fptr, (long) DosHeader.e_lfanew, SEEK_SET); in CheckPE32File()
1424 if (fseek (InFptr, ImageStart + PciRomHdr.PcirOffset, SEEK_SET)) { in DumpImage()
1518 if (fseek (InFptr, ImageStart + PciRomHdr.PcirOffset + PciDs.DeviceListOffset, SEEK_SET)) { in DumpImage()
1553 if (fseek (InFptr, ImageStart + (PciDs.ImageLength * 512), SEEK_SET)) { in DumpImage()
/device/linaro/bootloader/edk2/BaseTools/Source/C/EfiRom/
DEfiRom.c258 fseek (InFptr, 0, SEEK_SET); in ProcessBinFile()
514 fseek (InFptr, 0, SEEK_SET); in ProcessEfiFile()
794 fseek (Fptr, 0, SEEK_SET); in CheckPE32File()
813 fseek (Fptr, (long) DosHeader.e_lfanew, SEEK_SET); in CheckPE32File()
1369 if (fseek (InFptr, ImageStart + PciRomHdr.PcirOffset, SEEK_SET)) { in DumpImage()
1463 if (fseek (InFptr, ImageStart, SEEK_SET)) { in DumpImage()
1527 if (fseek (InFptr, ImageStart + (PciDs23.ImageLength * 512), SEEK_SET)) { in DumpImage()
1532 if (fseek (InFptr, ImageStart + (PciDs30.ImageLength * 512), SEEK_SET)) { in DumpImage()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/HiiPack/
DHiiPack.c380 fseek (InFptr, 0, SEEK_SET); in MergeHiiExports()
593 fseek (OutFptr, DataTableHeaderOffset, SEEK_SET); in MergeHiiExports()
821 fseek (InFptr, 0, SEEK_SET); in CreateHiiExport()
958 fseek (OutFptr, DataTableHeaderOffset, SEEK_SET); in CreateHiiExport()
1030 fseek (OutFptr, DataTableHeaderOffset, SEEK_SET); in CreateHiiExport()
1045 fseek (OutFptr, DataTableHeaderOffset, SEEK_SET); in CreateHiiExport()
1057 fseek (OutFptr, DataTableHeaderOffset, SEEK_SET); in CreateHiiExport()
1136 fseek (OutFptr, DataTableHeaderOffset, SEEK_SET); in CreateHiiExport()
1226 fseek (InFptr, 0, SEEK_SET); in ProcessIfrFiles()
1349 fseek (InFptr, 0, SEEK_SET); in EmitDefaults()
[all …]
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenPage/
DGenPage.c264 fseek (NoPageFile, 0, SEEK_SET); in GenBinPage()
282 fseek (PageFile, gPageTableOffsetInFile, SEEK_SET); in GenBinPage()
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/UefiShell/
DdaShell.c109 if(whence != SEEK_SET) { in da_ShellSeek()
224 BufSize = (ssize_t)da_ShellSeek(filp, *offset, SEEK_SET); in da_ShellRead()
274 int How = SEEK_SET; in da_ShellWrite()
284 How = SEEK_SET; in da_ShellWrite()
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
D7zFile.c200 case SZ_SEEK_SET: moveMethod = SEEK_SET; break; in File_Seek()
232 fseek(p->file, pos, SEEK_SET); in File_GetLength()

1234