Searched refs:run_helper (Results 1 - 12 of 12) sorted by relevance
/linux-4.4.14/arch/um/os-Linux/ |
H A D | helper.c | 42 int run_helper(void (*pre_exec)(void *), void *pre_data, char **argv) run_helper() function 55 printk(UM_KERN_ERR "run_helper : pipe failed, errno = %d\n", run_helper() 62 printk(UM_KERN_ERR "run_helper : setting FD_CLOEXEC failed, " run_helper() 77 printk(UM_KERN_ERR "run_helper : clone failed, errno = %d\n", run_helper() 95 printk(UM_KERN_ERR "run_helper : read on pipe failed, " run_helper()
|
H A D | aio.c | 344 * needs to be called when the kernel is running because it calls run_helper,
|
/linux-4.4.14/arch/um/kernel/ |
H A D | ksyms.c | 37 EXPORT_SYMBOL(run_helper); variable
|
/linux-4.4.14/arch/um/drivers/ |
H A D | harddog_user.c | 67 pid = run_helper(pre_exec, &data, args); start_watchdog() 74 printk("harddog_open - run_helper failed, errno = %d\n", -err); start_watchdog()
|
H A D | xterm.c | 137 pid = run_helper(NULL, NULL, argv); xterm_open() 140 printk(UM_KERN_ERR "xterm_open : run_helper failed, " xterm_open()
|
H A D | slirp_user.c | 44 pid = run_helper(slirp_pre_exec, &pe_data, argv); slirp_tramp()
|
H A D | port_user.c | 186 err = run_helper(port_pre_exec, &data, argv); port_connection()
|
H A D | net_user.c | 193 pid = run_helper(change_pre_exec, &pe_data, argv); change_tramp()
|
H A D | slip_user.c | 91 err = run_helper(slip_pre_exec, &pe_data, argv); slip_tramp()
|
/linux-4.4.14/arch/um/os-Linux/drivers/ |
H A D | ethertap_user.c | 117 pid = run_helper(etap_pre_exec, &pe_data, args); etap_tramp()
|
H A D | tuntap_user.c | 80 pid = run_helper(tuntap_pre_exec, &data, argv); tuntap_open_tramp()
|
/linux-4.4.14/arch/um/include/shared/ |
H A D | os.h | 211 extern int run_helper(void (*pre_exec)(void *), void *pre_data, char **argv);
|
Completed in 195 milliseconds