Searched refs:fd_out (Results 1 – 10 of 10) sorted by relevance
/linux-6.12.1/arch/um/drivers/ |
D | ubd_user.c | 28 int start_io_thread(unsigned long sp, int *fd_out) in start_io_thread() argument 41 *fd_out = fds[1]; in start_io_thread() 43 err = os_set_fd_block(*fd_out, 0); in start_io_thread() 63 *fd_out = -1; in start_io_thread()
|
D | chan_kern.c | 109 chan->fd_out = fd; in open_one_chan() 123 err = os_dup_file(chan->fd_out); in open_one_chan() 127 chan->fd_out = err; in open_one_chan() 129 err = os_set_fd_block(chan->fd_out, 1); in open_one_chan() 131 os_close_file(chan->fd_out); in open_one_chan() 260 if (chan->fd_out != chan->fd_in) in close_one_chan() 261 os_close_file(chan->fd_out); in close_one_chan() 267 chan->fd_out = -1; in close_one_chan() 297 n = chan->ops->write(chan->fd_out, buf, len, chan->data); in write_chan() 311 n = chan->ops->console_write(chan->fd_out, buf, len); in console_write_chan() [all …]
|
D | chan_user.c | 237 static int winch_tramp(int fd, struct tty_port *port, int *fd_out, in winch_tramp() argument 267 *fd_out = fds[0]; in winch_tramp() 278 err = os_set_fd_block(*fd_out, 0); in winch_tramp()
|
D | chan.h | 26 int fd_out; /* only different to fd_in if blocking output is needed */ member
|
D | virtio_uml.c | 602 static int vhost_user_init_mem_region(u64 addr, u64 size, int *fd_out, in vhost_user_init_mem_region() argument 610 *fd_out = rc; in vhost_user_init_mem_region() 618 if (WARN(rc != *fd_out, "phys_mapping of 0x%llx failed: %d != %d\n", in vhost_user_init_mem_region() 619 addr + size - 1, rc, *fd_out)) in vhost_user_init_mem_region()
|
/linux-6.12.1/arch/um/os-Linux/drivers/ |
D | tuntap_user.c | 62 static int tuntap_open_tramp(char *gate, int *fd_out, int me, int remote, in tuntap_open_tramp() argument 69 char buf[CMSG_SPACE(sizeof(*fd_out))]; in tuntap_open_tramp() 123 *fd_out = ((int *) CMSG_DATA(cmsg))[0]; in tuntap_open_tramp() 124 os_set_exec_close(*fd_out); in tuntap_open_tramp()
|
/linux-6.12.1/tools/testing/selftests/bpf/progs/ |
D | bpf_syscall_macro.c | 90 int BPF_KSYSCALL(splice_enter, int fd_in, loff_t *off_in, int fd_out, in BPF_KSYSCALL() argument 100 splice_fd_out = fd_out; in BPF_KSYSCALL()
|
/linux-6.12.1/fs/ |
D | splice.c | 1635 int, fd_out, loff_t __user *, off_out, in SYSCALL_DEFINE6() argument 1650 out = fdget(fd_out); in SYSCALL_DEFINE6()
|
D | read_write.c | 1669 int, fd_out, loff_t __user *, off_out, in SYSCALL_DEFINE6() argument 1682 f_out = fdget(fd_out); in SYSCALL_DEFINE6()
|
/linux-6.12.1/include/linux/ |
D | syscalls.h | 497 int fd_out, loff_t __user *off_out, 924 int fd_out, loff_t __user *off_out,
|