/kernel/linux/linux-5.10/arch/um/kernel/ |
H A D | ksyms.c | 37 EXPORT_SYMBOL(run_helper); variable
|
/kernel/linux/linux-6.6/arch/um/kernel/ |
H A D | ksyms.c | 37 EXPORT_SYMBOL(run_helper); variable
|
/kernel/linux/linux-5.10/arch/um/drivers/ |
H A D | slirp_user.c | 44 pid = run_helper(slirp_pre_exec, &pe_data, argv); in slirp_tramp()
|
H A D | harddog_user.c | 67 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 D | xterm.c | 139 pid = run_helper(NULL, NULL, argv); in xterm_open() 142 printk(UM_KERN_ERR "xterm_open : run_helper failed, " in xterm_open()
|
H A D | port_user.c | 186 err = run_helper(port_pre_exec, &data, argv); in port_connection()
|
H A D | vector_user.c | 245 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 D | slip_user.c | 91 err = run_helper(slip_pre_exec, &pe_data, argv); in slip_tramp()
|
H A D | net_user.c | 193 pid = run_helper(change_pre_exec, &pe_data, argv); in change_tramp()
|
/kernel/linux/linux-6.6/arch/um/drivers/ |
H A D | slirp_user.c | 44 pid = run_helper(slirp_pre_exec, &pe_data, argv); in slirp_tramp()
|
H A D | harddog_user.c | 68 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 D | port_user.c | 202 err = run_helper(port_pre_exec, &data, argv); in port_connection()
|
H A D | xterm.c | 140 pid = run_helper(NULL, NULL, argv); in xterm_open() 143 printk(UM_KERN_ERR "xterm_open : run_helper failed, " in xterm_open()
|
H A D | vector_user.c | 246 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 D | slip_user.c | 91 err = run_helper(slip_pre_exec, &pe_data, argv); in slip_tramp()
|
H A D | net_user.c | 193 pid = run_helper(change_pre_exec, &pe_data, argv); in change_tramp()
|
/kernel/linux/linux-5.10/arch/um/os-Linux/ |
H A D | helper.c | 42 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 D | helper.c | 43 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 D | ethertap_user.c | 117 pid = run_helper(etap_pre_exec, &pe_data, args); in etap_tramp()
|
H A D | tuntap_user.c | 80 pid = run_helper(tuntap_pre_exec, &data, argv); in tuntap_open_tramp()
|
/kernel/linux/linux-6.6/arch/um/os-Linux/drivers/ |
H A D | ethertap_user.c | 117 pid = run_helper(etap_pre_exec, &pe_data, args); in etap_tramp()
|
H A D | tuntap_user.c | 80 pid = run_helper(tuntap_pre_exec, &data, argv); in tuntap_open_tramp()
|
/kernel/linux/linux-5.10/arch/um/include/shared/ |
H A D | os.h | 220 extern int run_helper(void (*pre_exec)(void *), void *pre_data, char **argv);
|
/kernel/linux/linux-6.6/arch/um/include/shared/ |
H A D | os.h | 219 extern int run_helper(void (*pre_exec)(void *), void *pre_data, char **argv);
|