Home
last modified time | relevance | path

Searched refs:os_pipe (Results 1 - 25 of 25) sorted by relevance

/kernel/linux/linux-5.10/arch/um/drivers/
H A Dharddog_user.c40 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 Dubd_user.c32 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 Dslirp_user.c54 err = os_pipe(fds, 1, 1); in slirp_open()
H A Dport_user.c178 err = os_pipe(socket, 0, 0); in port_connection()
H A Dchan_user.c226 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 Dslip_user.c80 err = os_pipe(fds, 1, 0); in slip_tramp()
H A Dnet_user.c185 err = os_pipe(fds, 1, 0); in change_tramp()
H A Dvirtio_uml.c407 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 Dharddog_user.c41 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 Drtc_user.c31 int err = os_pipe(uml_rtc_irq_fds, 1, 1); in uml_rtc_start()
H A Dubd_user.c32 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 Dslirp_user.c54 err = os_pipe(fds, 1, 1); in slirp_open()
H A Dport_user.c194 err = os_pipe(socket, 0, 0); in port_connection()
H A Dchan_user.c226 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 Dslip_user.c80 err = os_pipe(fds, 1, 0); in slip_tramp()
H A Dnet_user.c185 err = os_pipe(fds, 1, 0); in change_tramp()
H A Dvirtio_uml.c459 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 Dksyms.c23 EXPORT_SYMBOL(os_pipe); variable
/kernel/linux/linux-6.6/arch/um/kernel/
H A Dksyms.c23 EXPORT_SYMBOL(os_pipe); variable
/kernel/linux/linux-5.10/arch/um/os-Linux/
H A Dsigio.c272 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 Dfile.c375 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 Dsigio.c291 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 Dfile.c375 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 Dos.h154 extern int os_pipe(int *fd, int stream, int close_on_exec);
/kernel/linux/linux-6.6/arch/um/include/shared/
H A Dos.h159 extern int os_pipe(int *fd, int stream, int close_on_exec);

Completed in 14 milliseconds