Home
last modified time | relevance | path

Searched refs:out_fd (Results 1 – 5 of 5) sorted by relevance

/openbmc/phosphor-ipmi-flash/internal/
H A Dsys.cpp112 ssize_t SysImpl::sendfile(int out_fd, int in_fd, off_t* offset, in sendfile() argument
115 return ::sendfile(out_fd, in_fd, offset, count); in sendfile()
H A Dsys.hpp51 virtual ssize_t sendfile(int out_fd, int in_fd, off_t* offset,
86 ssize_t sendfile(int out_fd, int in_fd, off_t* offset,
/openbmc/qemu/qga/
H A Dcommands.c423 gint in_fd, out_fd, err_fd; in qmp_guest_exec() local
477 has_output ? &out_fd : NULL, has_output ? &err_fd : NULL, &gerr); in qmp_guest_exec()
508 out_ch = g_io_channel_win32_new_fd(out_fd); in qmp_guest_exec()
511 out_ch = g_io_channel_unix_new(out_fd); in qmp_guest_exec()
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc-2.0.2/
H A D0002-Instead-of-doing-preprocessor-magic-just-output-off_.patch312 if (lseek(out_fd, pos, SEEK_SET) != pos)
316 if (write(out_fd, buf, c->leb_size) != c->leb_size)
/openbmc/qemu/block/
H A Dfile-posix.c2110 ssize_t copy_file_range(int in_fd, off_t *in_off, int out_fd, in copy_file_range() argument
2114 return syscall(__NR_copy_file_range, in_fd, in_off, out_fd, in copy_file_range()