Searched refs:dump_fd (Results 1 – 3 of 3) sorted by relevance
| /openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/f2fs-tools/f2fs-tools/ |
| H A D | 0002-f2fs_io-Define-_FILE_OFFSET_BITS-64.patch | 157 - 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/openbmc/poky/meta/recipes-extended/xinetd/xinetd/ |
| H A D | 0001-Use-monotonic-time.patch | 105 Sprint( dump_fd, "INTERNAL STATE DUMP: %s\n", program_version ) ; 106 Sprint( dump_fd, "Current time: %s\n", ctime( ¤t_time ) ) ;
|
| /openbmc/u-boot/tools/ |
| H A D | ifdtool.c | 385 static int dump_fd(char *image, int size) in dump_fd() function 1049 ret = dump_fd(image, size); in main()
|