Home
last modified time | relevance | path

Searched refs:run_helper (Results 1 - 24 of 24) sorted by relevance

/kernel/linux/linux-5.10/arch/um/kernel/
H A Dksyms.c37 EXPORT_SYMBOL(run_helper); variable
/kernel/linux/linux-6.6/arch/um/kernel/
H A Dksyms.c37 EXPORT_SYMBOL(run_helper); variable
/kernel/linux/linux-5.10/arch/um/drivers/
H A Dslirp_user.c44 pid = run_helper(slirp_pre_exec, &pe_data, argv); in slirp_tramp()
H A Dharddog_user.c67 pid = run_helper(pre_exec, &data, args); in start_watchdog()
74 printk("harddog_open - run_helper failed, errno = %d\n", -err); in start_watchdog()
H A Dxterm.c139 pid = run_helper(NULL, NULL, argv); in xterm_open()
142 printk(UM_KERN_ERR "xterm_open : run_helper failed, " in xterm_open()
H A Dport_user.c186 err = run_helper(port_pre_exec, &data, argv); in port_connection()
H A Dvector_user.c245 run_helper(NULL, NULL, argv); in user_init_tap_fds()
297 run_helper(NULL, NULL, argv); in user_init_hybrid_fds()
468 run_helper(NULL, NULL, argv); in user_init_raw_fds()
H A Dslip_user.c91 err = run_helper(slip_pre_exec, &pe_data, argv); in slip_tramp()
H A Dnet_user.c193 pid = run_helper(change_pre_exec, &pe_data, argv); in change_tramp()
/kernel/linux/linux-6.6/arch/um/drivers/
H A Dslirp_user.c44 pid = run_helper(slirp_pre_exec, &pe_data, argv); in slirp_tramp()
H A Dharddog_user.c68 pid = run_helper(pre_exec, &data, args); in start_watchdog()
75 printk("harddog_open - run_helper failed, errno = %d\n", -err); in start_watchdog()
H A Dport_user.c202 err = run_helper(port_pre_exec, &data, argv); in port_connection()
H A Dxterm.c140 pid = run_helper(NULL, NULL, argv); in xterm_open()
143 printk(UM_KERN_ERR "xterm_open : run_helper failed, " in xterm_open()
H A Dvector_user.c246 run_helper(NULL, NULL, argv); in user_init_tap_fds()
298 run_helper(NULL, NULL, argv); in user_init_hybrid_fds()
469 run_helper(NULL, NULL, argv); in user_init_raw_fds()
H A Dslip_user.c91 err = run_helper(slip_pre_exec, &pe_data, argv); in slip_tramp()
H A Dnet_user.c193 pid = run_helper(change_pre_exec, &pe_data, argv); in change_tramp()
/kernel/linux/linux-5.10/arch/um/os-Linux/
H A Dhelper.c42 int run_helper(void (*pre_exec)(void *), void *pre_data, char **argv) in run_helper() function
55 printk(UM_KERN_ERR "run_helper : pipe failed, errno = %d\n", in run_helper()
62 printk(UM_KERN_ERR "run_helper : setting FD_CLOEXEC failed, " in run_helper()
77 printk(UM_KERN_ERR "run_helper : clone failed, errno = %d\n", in run_helper()
95 printk(UM_KERN_ERR "run_helper : read on pipe failed, " in run_helper()
/kernel/linux/linux-6.6/arch/um/os-Linux/
H A Dhelper.c43 int run_helper(void (*pre_exec)(void *), void *pre_data, char **argv) in run_helper() function
56 printk(UM_KERN_ERR "run_helper : pipe failed, errno = %d\n", in run_helper()
63 printk(UM_KERN_ERR "run_helper : setting FD_CLOEXEC failed, " in run_helper()
78 printk(UM_KERN_ERR "run_helper : clone failed, errno = %d\n", in run_helper()
96 printk(UM_KERN_ERR "run_helper : read on pipe failed, " in run_helper()
104 printk(UM_KERN_ERR "run_helper : failed to exec %s on host: %s\n", in run_helper()
/kernel/linux/linux-5.10/arch/um/os-Linux/drivers/
H A Dethertap_user.c117 pid = run_helper(etap_pre_exec, &pe_data, args); in etap_tramp()
H A Dtuntap_user.c80 pid = run_helper(tuntap_pre_exec, &data, argv); in tuntap_open_tramp()
/kernel/linux/linux-6.6/arch/um/os-Linux/drivers/
H A Dethertap_user.c117 pid = run_helper(etap_pre_exec, &pe_data, args); in etap_tramp()
H A Dtuntap_user.c80 pid = run_helper(tuntap_pre_exec, &data, argv); in tuntap_open_tramp()
/kernel/linux/linux-5.10/arch/um/include/shared/
H A Dos.h220 extern int run_helper(void (*pre_exec)(void *), void *pre_data, char **argv);
/kernel/linux/linux-6.6/arch/um/include/shared/
H A Dos.h219 extern int run_helper(void (*pre_exec)(void *), void *pre_data, char **argv);

Completed in 10 milliseconds