| /linux/arch/powerpc/boot/ |
| H A D | mktree.c | 44 int in_fd, out_fd; in main() local 87 if ((out_fd = open(argv[2], (O_RDWR | O_CREAT | O_TRUNC), 0666)) < 0) { in main() 119 if (write(out_fd, &bt, sizeof(bt)) != sizeof(bt)) { in main() 132 if (write(out_fd, tmpbuf, sizeof(tmpbuf)) != sizeof(tmpbuf)) { in main() 141 if (lseek(out_fd, 0, SEEK_SET) < 0) { in main() 145 if (write(out_fd, &bt, sizeof(bt)) != sizeof(bt)) { in main()
|
| /linux/tools/virtio/virtio-trace/ |
| H A D | trace-agent-rw.c | 32 rw_ti->out_fd = -1; in rw_thread_info_new() 58 rw_ti->out_fd = open(out_path, O_WRONLY); in rw_thread_init() 59 if (rw_ti->out_fd == -1) { in rw_thread_init() 65 rw_ti->out_fd = STDOUT_FILENO; in rw_thread_init() 148 ret = splice(ts->write_pipe, NULL, ts->out_fd, NULL, in rw_thread_main()
|
| H A D | trace-agent.h | 38 int out_fd; member
|
| H A D | trace-agent.c | 252 close(s->rw_ti[i]->out_fd); in agent_info_free()
|
| /linux/tools/tracing/rtla/src/ |
| H A D | trace.c | 74 int out_fd, in_fd; in save_trace_to_file() 89 out_fd = creat(filename, mode); in save_trace_to_file() 90 if (out_fd < 0) { in save_trace_to_file() 108 const ssize_t w = write(out_fd, buffer + n_written, n_read - n_written); in save_trace_to_file() 122 close(out_fd); in collect_registered_events() 366 int out_fd; in trace_event_save_hist() 383 out_fd = creat(path, mode); in trace_event_save_hist() 384 if (out_fd < 0) { in trace_event_save_hist() 398 const ssize_t written = write(out_fd, &hist[index], hist_len - index); in trace_event_save_hist() 411 close(out_fd); in trace_event_disable_trigger() 75 int out_fd, in_fd; save_trace_to_file() local 362 int retval, index, out_fd; trace_event_save_hist() local [all...] |
| /linux/arch/um/drivers/ |
| H A D | harddog_user.c | 107 void stop_watchdog(int in_fd, int out_fd) in stop_watchdog() argument 110 close(out_fd); in stop_watchdog()
|
| H A D | harddog.h | 6 void stop_watchdog(int in_fd, int out_fd);
|
| /linux/include/uapi/linux/io_uring/ |
| H A D | mock_file.h | 27 __u32 out_fd; member
|
| /linux/tools/testing/selftests/exec/ |
| H A D | execveat.c | 159 int out_fd = open(dest, O_RDWR|O_CREAT|O_TRUNC, 0755); in exe_cp() local 163 sendfile(out_fd, in_fd, NULL, info.st_size); in exe_cp() 165 close(out_fd); in exe_cp()
|
| /linux/tools/testing/selftests/iommu/ |
| H A D | iommufd_utils.h | 563 static int _test_cmd_get_dmabuf(int fd, size_t len, int *out_fd) in _test_cmd_get_dmabuf() argument 571 *out_fd = ioctl(fd, IOMMU_TEST_CMD, &cmd); in _test_cmd_get_dmabuf() 572 if (*out_fd < 0) in _test_cmd_get_dmabuf() 576 #define test_cmd_get_dmabuf(len, out_fd) \ argument 577 ASSERT_EQ(0, _test_cmd_get_dmabuf(self->fd, len, out_fd))
|
| /linux/io_uring/ |
| H A D | mock_file.c | 270 mc.out_fd = fd_prepare_fd(fdf); in io_create_mock_file()
|
| /linux/net/ |
| H A D | socket.c | 2044 goto out_fd; in __sys_accept4() 2049 goto out_fd; in SYSCALL_DEFINE4() 2055 goto out_fd; in SYSCALL_DEFINE3() 2060 goto out_fd; 2065 out_fd:
|
| /linux/include/linux/ |
| H A D | syscalls.h | 502 asmlinkage long sys_sendfile64(int out_fd, int in_fd, 1070 asmlinkage long sys_sendfile(int out_fd, int in_fd,
|