/kernel/linux/linux-5.10/arch/um/drivers/ |
H A D | harddog_user.c | 40 err = os_pipe(in_fds, 1, 0); in start_watchdog() 42 printk("harddog_open - os_pipe failed, err = %d\n", -err); in start_watchdog() 46 err = os_pipe(out_fds, 1, 0); in start_watchdog() 48 printk("harddog_open - os_pipe failed, err = %d\n", -err); in start_watchdog()
|
H A D | ubd_user.c | 32 err = os_pipe(fds, 1, 1); in start_io_thread() 34 printk("start_io_thread - os_pipe failed, err = %d\n", -err); in start_io_thread()
|
H A D | slirp_user.c | 54 err = os_pipe(fds, 1, 1); in slirp_open()
|
H A D | port_user.c | 178 err = os_pipe(socket, 0, 0); in port_connection()
|
H A D | chan_user.c | 226 err = os_pipe(fds, 1, 1); in winch_tramp() 228 printk(UM_KERN_ERR "winch_tramp : os_pipe failed, err = %d\n", in winch_tramp()
|
H A D | slip_user.c | 80 err = os_pipe(fds, 1, 0); in slip_tramp()
|
H A D | net_user.c | 185 err = os_pipe(fds, 1, 0); in change_tramp()
|
H A D | virtio_uml.c | 407 rc = os_pipe(req_fds, true, true); in vhost_user_init_slave_req() 850 rc = os_pipe(call_fds, true, true); in vu_setup_vq_call_fd()
|
/kernel/linux/linux-6.6/arch/um/drivers/ |
H A D | harddog_user.c | 41 err = os_pipe(in_fds, 1, 0); in start_watchdog() 43 printk("harddog_open - os_pipe failed, err = %d\n", -err); in start_watchdog() 47 err = os_pipe(out_fds, 1, 0); in start_watchdog() 49 printk("harddog_open - os_pipe failed, err = %d\n", -err); in start_watchdog()
|
H A D | rtc_user.c | 31 int err = os_pipe(uml_rtc_irq_fds, 1, 1); in uml_rtc_start()
|
H A D | ubd_user.c | 32 err = os_pipe(fds, 1, 1); in start_io_thread() 34 printk("start_io_thread - os_pipe failed, err = %d\n", -err); in start_io_thread()
|
H A D | slirp_user.c | 54 err = os_pipe(fds, 1, 1); in slirp_open()
|
H A D | port_user.c | 194 err = os_pipe(socket, 0, 0); in port_connection()
|
H A D | chan_user.c | 226 err = os_pipe(fds, 1, 1); in winch_tramp() 228 printk(UM_KERN_ERR "winch_tramp : os_pipe failed, err = %d\n", in winch_tramp()
|
H A D | slip_user.c | 80 err = os_pipe(fds, 1, 0); in slip_tramp()
|
H A D | net_user.c | 185 err = os_pipe(fds, 1, 0); in change_tramp()
|
H A D | virtio_uml.c | 459 rc = os_pipe(req_fds, true, true); in vhost_user_init_slave_req() 912 rc = os_pipe(call_fds, true, true); in vu_setup_vq_call_fd()
|
/kernel/linux/linux-5.10/arch/um/kernel/ |
H A D | ksyms.c | 23 EXPORT_SYMBOL(os_pipe); variable
|
/kernel/linux/linux-6.6/arch/um/kernel/ |
H A D | ksyms.c | 23 EXPORT_SYMBOL(os_pipe); variable
|
/kernel/linux/linux-5.10/arch/um/os-Linux/ |
H A D | sigio.c | 272 err = os_pipe(l_write_sigio_fds, 1, 1); in write_sigio_workaround() 274 printk(UM_KERN_ERR "write_sigio_workaround - os_pipe 1 failed, " in write_sigio_workaround() 278 err = os_pipe(l_sigio_private, 1, 1); in write_sigio_workaround() 280 printk(UM_KERN_ERR "write_sigio_workaround - os_pipe 2 failed, " in write_sigio_workaround()
|
H A D | file.c | 375 int os_pipe(int *fds, int stream, int close_on_exec) in os_pipe() function 397 printk(UM_KERN_ERR "os_pipe : Setting FD_CLOEXEC failed, err = %d\n", in os_pipe()
|
/kernel/linux/linux-6.6/arch/um/os-Linux/ |
H A D | sigio.c | 291 err = os_pipe(l_write_sigio_fds, 1, 1); in write_sigio_workaround() 293 printk(UM_KERN_ERR "write_sigio_workaround - os_pipe 1 failed, " in write_sigio_workaround() 297 err = os_pipe(l_sigio_private, 1, 1); in write_sigio_workaround() 299 printk(UM_KERN_ERR "write_sigio_workaround - os_pipe 2 failed, " in write_sigio_workaround()
|
H A D | file.c | 375 int os_pipe(int *fds, int stream, int close_on_exec) in os_pipe() function 397 printk(UM_KERN_ERR "os_pipe : Setting FD_CLOEXEC failed, err = %d\n", in os_pipe()
|
/kernel/linux/linux-5.10/arch/um/include/shared/ |
H A D | os.h | 154 extern int os_pipe(int *fd, int stream, int close_on_exec);
|
/kernel/linux/linux-6.6/arch/um/include/shared/ |
H A D | os.h | 159 extern int os_pipe(int *fd, int stream, int close_on_exec);
|