Searched refs:write_fd (Results 1 – 10 of 10) 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/linux/tools/testing/selftests/powerpc/mm/ |
H A D | stack_expansion_signal.c | 83 close(write_pipe.write_fd); in test_one_size() 87 close(read_pipe.write_fd); in test_one_size() 96 close(write_pipe.write_fd); in test_one_size()
|
/openbmc/linux/tools/testing/selftests/powerpc/pmu/ |
H A D | lib.c | 24 FAIL_IF(write(write_pipe.write_fd, &c, 1) != 1); in sync_with_child() 46 FAIL_IF(write(write_pipe.write_fd, &c, 1) != 1); in notify_parent() 55 FAIL_IF(write(write_pipe.write_fd, &c, 1) != 1); in notify_parent_of_error()
|
H A D | lib.h | 18 int write_fd; member
|
/openbmc/linux/samples/seccomp/ |
H A D | bpf-fancy.c | 40 SYSCALL(__NR_write, JUMP(&l, write_fd)), in main() 53 LABEL(&l, write_fd), in main()
|
/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 | 2245 int pipe_fds[2], read_fd = -1, write_fd = -1, reply_fd = -1; in vhost_save_backend_state() local 2257 write_fd = pipe_fds[1]; in vhost_save_backend_state() 2270 write_fd, in vhost_save_backend_state() 2337 int pipe_fds[2], read_fd = -1, write_fd = -1, reply_fd = -1; in vhost_load_backend_state() local 2349 write_fd = pipe_fds[1]; in vhost_load_backend_state() 2372 close(write_fd); in vhost_load_backend_state() 2373 write_fd = reply_fd; in vhost_load_backend_state() 2402 write(write_fd, transfer_pointer, this_chunk_size) in vhost_load_backend_state() 2424 close(write_fd); in vhost_load_backend_state() 2425 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);
|