| /openbmc/u-boot/fs/yaffs2/ |
| H A D | yportenv.h | 133 #ifndef SEEK_END 134 #define SEEK_END 2 macro
|
| /openbmc/skeleton/libopenbmc_intf/ |
| H A D | gpio_json.c | 31 fseek(fd, 0, SEEK_END); in load_json()
|
| /openbmc/pldm/tools/fw-update/ |
| H A D | pldm_fwup_pkg_creator.py | 576 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 D | ubsha1.c | 70 lseek (ifd, SHA1_SUM_POS, SEEK_END); in main()
|
| H A D | file2include.c | 44 ret = fseek(file, 0, SEEK_END); in main()
|
| H A D | mksunxiboot.c | 118 file_size = lseek(fd_in, 0, SEEK_END); in main()
|
| H A D | mxsboot.c | 426 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 D | zynqmpimage.c | 316 ret = fseek(fp, 0L, SEEK_END); in fsize()
|
| /openbmc/u-boot/board/samsung/smdkv310/tools/ |
| H A D | mksmdkv310spl.c | 60 len = lseek(ifd, 0, SEEK_END); in main()
|
| /openbmc/u-boot/board/samsung/origen/tools/ |
| H A D | mkorigenspl.c | 62 len = lseek(ifd, 0, SEEK_END); in main()
|
| /openbmc/bmcweb/redfish-core/include/utils/ |
| H A D | log_services_utils.hpp | 37 long long int size = lseek(fd, 0, SEEK_END); in checkSizeLimit()
|
| /openbmc/libcper/cli-app/ |
| H A D | cper-convert.c | 99 fseek(cper_file, 0, SEEK_END); in cper_to_json()
|
| /openbmc/obmc-console/ |
| H A D | log-handler.c | 139 pos = lseek(lh->fd, 0, SEEK_END); in log_create()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/trace-cmd/files/ |
| H A D | 0001-Replace-LFS64-interfaces-off64_t-and-lseek64.patch | 162 - 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 D | pldm_package_util.cpp | 88 off_t size = lseek(image.fd, 0, SEEK_END); in mmapImagePackage()
|
| /openbmc/qemu/hw/uefi/ |
| H A D | var-service-json.c | 224 len = lseek(uv->jsonfd, 0, SEEK_END); in uefi_vars_json_load()
|
| /openbmc/libcper/tests/ |
| H A D | ir-tests.c | 118 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 D | file_io_type_pel.cpp | 144 off_t fileSize = lseek(fd, 0, SEEK_END); in read()
|
| /openbmc/u-boot/include/u-boot/ |
| H A D | zlib.h | 345 # define SEEK_END 2 /* Set file pointer to EOF plus "offset" */ macro
|
| /openbmc/openbmc/poky/meta/lib/oe/ |
| H A D | distro_check.py | 311 f.seek(0, os.SEEK_END) # seek to the end of file
|
| /openbmc/ipmitool/lib/ |
| H A D | ipmi_gendev.c | 380 fseek(fp, 0 ,SEEK_END); in ipmi_gendev_write_file()
|
| /openbmc/qemu/scripts/ |
| H A D | analyze-migration.py | 80 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 D | image_types_verity.bbclass | 125 verityfile.seek(0, io.SEEK_END)
|
| /openbmc/openpower-hw-diags/attn/ |
| H A D | attn_logging.cpp | 374 auto pelSize = lseek(pelFd, 0, SEEK_END); in event()
|
| /openbmc/ipmi-fru-parser/ |
| H A D | writefrudata.cpp | 633 if (std::fseek(fruFilePointer, 0, SEEK_END)) in validateFRUArea()
|