Home
last modified time | relevance | path

Searched refs:run_helper (Results 1 – 7 of 7) sorted by relevance

/linux/arch/um/kernel/
H A Dksyms.c37 EXPORT_SYMBOL(run_helper);
/linux/arch/um/drivers/
H A Dvector_user.c249 run_helper(NULL, NULL, argv); in user_init_tap_fds()
301 run_helper(NULL, NULL, argv); in user_init_hybrid_fds()
495 run_helper(NULL, NULL, argv); in user_init_vde_fds()
550 run_helper(NULL, NULL, argv); in user_init_raw_fds()
H A Dharddog_user.c68 pid = run_helper(pre_exec, &data, args); in start_watchdog()
H A Dxterm.c137 pid = run_helper(NULL, NULL, argv); in xterm_open()
H A Dport_user.c202 err = run_helper(port_pre_exec, &data, argv); in port_connection()
/linux/arch/um/os-Linux/
H A Dhelper.c44 int run_helper(void (*pre_exec)(void *), void *pre_data, char **argv) in run_helper() function
/linux/arch/um/include/shared/
H A Dos.h225 extern int run_helper(void (*pre_exec)(void *), void *pre_data, char **argv);