Searched refs:run_helper (Results 1 – 7 of 7) sorted by relevance
| /linux/arch/um/kernel/ |
| H A D | ksyms.c | 37 EXPORT_SYMBOL(run_helper);
|
| /linux/arch/um/drivers/ |
| H A D | vector_user.c | 249 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 D | harddog_user.c | 68 pid = run_helper(pre_exec, &data, args); in start_watchdog()
|
| H A D | xterm.c | 137 pid = run_helper(NULL, NULL, argv); in xterm_open()
|
| H A D | port_user.c | 202 err = run_helper(port_pre_exec, &data, argv); in port_connection()
|
| /linux/arch/um/os-Linux/ |
| H A D | helper.c | 44 int run_helper(void (*pre_exec)(void *), void *pre_data, char **argv) in run_helper() function
|
| /linux/arch/um/include/shared/ |
| H A D | os.h | 225 extern int run_helper(void (*pre_exec)(void *), void *pre_data, char **argv);
|