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

/linux-4.4.14/arch/um/os-Linux/
H A Dhelper.c42 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 Daio.c344 * needs to be called when the kernel is running because it calls run_helper,
/linux-4.4.14/arch/um/kernel/
H A Dksyms.c37 EXPORT_SYMBOL(run_helper); variable
/linux-4.4.14/arch/um/drivers/
H A Dharddog_user.c67 pid = run_helper(pre_exec, &data, args); start_watchdog()
74 printk("harddog_open - run_helper failed, errno = %d\n", -err); start_watchdog()
H A Dxterm.c137 pid = run_helper(NULL, NULL, argv); xterm_open()
140 printk(UM_KERN_ERR "xterm_open : run_helper failed, " xterm_open()
H A Dslirp_user.c44 pid = run_helper(slirp_pre_exec, &pe_data, argv); slirp_tramp()
H A Dport_user.c186 err = run_helper(port_pre_exec, &data, argv); port_connection()
H A Dnet_user.c193 pid = run_helper(change_pre_exec, &pe_data, argv); change_tramp()
H A Dslip_user.c91 err = run_helper(slip_pre_exec, &pe_data, argv); slip_tramp()
/linux-4.4.14/arch/um/os-Linux/drivers/
H A Dethertap_user.c117 pid = run_helper(etap_pre_exec, &pe_data, args); etap_tramp()
H A Dtuntap_user.c80 pid = run_helper(tuntap_pre_exec, &data, argv); tuntap_open_tramp()
/linux-4.4.14/arch/um/include/shared/
H A Dos.h211 extern int run_helper(void (*pre_exec)(void *), void *pre_data, char **argv);

Completed in 195 milliseconds