Home
last modified time | relevance | path

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

12

/openbmc/u-boot/fs/yaffs2/
H A Dyportenv.h133 #ifndef SEEK_END
134 #define SEEK_END 2 macro
/openbmc/skeleton/libopenbmc_intf/
H A Dgpio_json.c31 fseek(fd, 0, SEEK_END); in load_json()
/openbmc/pldm/tools/fw-update/
H A Dpldm_fwup_pkg_creator.py576 pldm_fw_up_pkg.seek(0, os.SEEK_END)
588 pldm_fw_up_pkg.seek(0, os.SEEK_END)
607 pldm_fw_up_pkg.seek(0, os.SEEK_END)
/openbmc/u-boot/tools/
H A Dubsha1.c70 lseek (ifd, SHA1_SUM_POS, SEEK_END); in main()
H A Dfile2include.c44 ret = fseek(file, 0, SEEK_END); in main()
H A Dmksunxiboot.c118 file_size = lseek(fd_in, 0, SEEK_END); in main()
H A Dmxsboot.c426 size = lseek(infd, 0, SEEK_END); in mx28_nand_write_firmware()
540 fsize = lseek(infd, 0, SEEK_END); in mx28_create_sd_image()
H A Dzynqmpimage.c316 ret = fseek(fp, 0L, SEEK_END); in fsize()
/openbmc/u-boot/board/samsung/smdkv310/tools/
H A Dmksmdkv310spl.c60 len = lseek(ifd, 0, SEEK_END); in main()
/openbmc/u-boot/board/samsung/origen/tools/
H A Dmkorigenspl.c62 len = lseek(ifd, 0, SEEK_END); in main()
/openbmc/bmcweb/redfish-core/include/utils/
H A Dlog_services_utils.hpp37 long long int size = lseek(fd, 0, SEEK_END); in checkSizeLimit()
/openbmc/libcper/cli-app/
H A Dcper-convert.c99 fseek(cper_file, 0, SEEK_END); in cper_to_json()
/openbmc/obmc-console/
H A Dlog-handler.c139 pos = lseek(lh->fd, 0, SEEK_END); in log_create()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/trace-cmd/files/
H A D0001-Replace-LFS64-interfaces-off64_t-and-lseek64.patch162 - if (lseek64(handle->fd, 0, SEEK_END) == (off_t)-1)
163 + if (lseek(handle->fd, 0, SEEK_END) == (off_t)-1)
560 - handle->total_file_size = lseek64(handle->fd, 0, SEEK_END);
563 + handle->total_file_size = lseek(handle->fd, 0, SEEK_END);
841 case SEEK_END:
842 offset = do_lseek(handle, offset, SEEK_END);
929 - if (do_lseek(handle, 0, SEEK_END) == (off64_t)-1)
930 + if (do_lseek(handle, 0, SEEK_END) == (off_t)-1)
969 - lseek64(recorder->fd1, 0, SEEK_END);
970 + lseek(recorder->fd1, 0, SEEK_END);
/openbmc/phosphor-bmc-code-mgmt/common/pldm/
H A Dpldm_package_util.cpp88 off_t size = lseek(image.fd, 0, SEEK_END); in mmapImagePackage()
/openbmc/qemu/hw/uefi/
H A Dvar-service-json.c224 len = lseek(uv->jsonfd, 0, SEEK_END); in uefi_vars_json_load()
/openbmc/libcper/tests/
H A Dir-tests.c118 fseek(record, 0, SEEK_END); in cper_create_examples()
233 fseek(cper_file, 0, SEEK_END); in cper_example_section_ir_test()
/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dfile_io_type_pel.cpp144 off_t fileSize = lseek(fd, 0, SEEK_END); in read()
/openbmc/u-boot/include/u-boot/
H A Dzlib.h345 # define SEEK_END 2 /* Set file pointer to EOF plus "offset" */ macro
/openbmc/openbmc/poky/meta/lib/oe/
H A Ddistro_check.py311 f.seek(0, os.SEEK_END) # seek to the end of file
/openbmc/ipmitool/lib/
H A Dipmi_gendev.c380 fseek(fp, 0 ,SEEK_END); in ipmi_gendev_write_file()
/openbmc/qemu/scripts/
H A Danalyze-migration.py80 self.file.seek(0, os.SEEK_END)
82 self.file.seek(max(-endpos, -10 * 1024 * 1024), os.SEEK_END)
/openbmc/openbmc/meta-openembedded/meta-oe/classes/
H A Dimage_types_verity.bbclass125 verityfile.seek(0, io.SEEK_END)
/openbmc/openpower-hw-diags/attn/
H A Dattn_logging.cpp374 auto pelSize = lseek(pelFd, 0, SEEK_END); in event()
/openbmc/ipmi-fru-parser/
H A Dwritefrudata.cpp633 if (std::fseek(fruFilePointer, 0, SEEK_END)) in validateFRUArea()

12