Searched refs:write_fd (Results 1 – 6 of 6) sorted by relevance
| /openbmc/qemu/io/ |
| H A D | channel-util.c | 44 int write_fd, in qio_channel_util_set_aio_fd_handler() argument 49 if (read_fd == write_fd && read_ctx == write_ctx) { in qio_channel_util_set_aio_fd_handler() 58 aio_set_fd_handler(write_ctx, write_fd, NULL, io_write, in qio_channel_util_set_aio_fd_handler()
|
| /openbmc/qemu/include/io/ |
| H A D | channel-util.h | 70 int write_fd,
|
| /openbmc/u-boot/tools/ |
| H A D | ifdtool.c | 710 int write_fd, write_size; in write_data() local 713 write_fd = open_for_read(write_fname, &write_size); in write_data() 714 if (write_fd < 0) in write_data() 715 return write_fd; in write_data() 746 if (read(write_fd, image + offset, write_size) != write_size) { in write_data() 751 close(write_fd); in write_data()
|
| /openbmc/qemu/hw/virtio/ |
| H A D | vhost.c | 2258 int pipe_fds[2], read_fd = -1, write_fd = -1, reply_fd = -1; in vhost_save_backend_state() local 2270 write_fd = pipe_fds[1]; in vhost_save_backend_state() 2283 write_fd, in vhost_save_backend_state() 2350 int pipe_fds[2], read_fd = -1, write_fd = -1, reply_fd = -1; in vhost_load_backend_state() local 2362 write_fd = pipe_fds[1]; in vhost_load_backend_state() 2385 close(write_fd); in vhost_load_backend_state() 2386 write_fd = reply_fd; in vhost_load_backend_state() 2415 write(write_fd, transfer_pointer, this_chunk_size) in vhost_load_backend_state() 2437 close(write_fd); in vhost_load_backend_state() 2438 write_fd = -1; in vhost_load_backend_state() [all …]
|
| /openbmc/openbmc/meta-phosphor/classes/ |
| H A D | image_types_phosphor.bbclass | 705 with open('publickey', 'w') as write_fd: 706 write_fd.write(read_fd.read())
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/trace-cmd/files/ |
| H A D | 0001-Replace-LFS64-interfaces-off64_t-and-lseek64.patch | 148 write_fd(handle->fd, &chunks, 4); 161 write_fd(handle->fd, &chunks, 4);
|