Home
last modified time | relevance | path

Searched refs:dump_fd (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/f2fs-tools/f2fs-tools/
H A D0002-f2fs_io-Define-_FILE_OFFSET_BITS-64.patch157 - if (lseek64(c.dump_fd, (off64_t)offset, SEEK_SET) < 0)
158 + if (lseek(c.dump_fd, (off_t)offset, SEEK_SET) < 0)
160 if (write(c.dump_fd, buf, len) < 0)
/openbmc/u-boot/tools/
H A Difdtool.c385 static int dump_fd(char *image, int size) in dump_fd() function
1049 ret = dump_fd(image, size); in main()