Home
last modified time | relevance | path

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

/linux-6.6.21/arch/um/kernel/
Dksyms.c37 EXPORT_SYMBOL(run_helper);
/linux-6.6.21/arch/um/drivers/
Dslirp_user.c44 pid = run_helper(slirp_pre_exec, &pe_data, argv); in slirp_tramp()
Dharddog_user.c68 pid = run_helper(pre_exec, &data, args); in start_watchdog()
Dxterm.c140 pid = run_helper(NULL, NULL, argv); in xterm_open()
Dport_user.c202 err = run_helper(port_pre_exec, &data, argv); in port_connection()
Dvector_user.c246 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()
Dnet_user.c193 pid = run_helper(change_pre_exec, &pe_data, argv); in change_tramp()
Dslip_user.c91 err = run_helper(slip_pre_exec, &pe_data, argv); in slip_tramp()
/linux-6.6.21/arch/um/os-Linux/
Dhelper.c43 int run_helper(void (*pre_exec)(void *), void *pre_data, char **argv) in run_helper() function
/linux-6.6.21/arch/um/os-Linux/drivers/
Dtuntap_user.c80 pid = run_helper(tuntap_pre_exec, &data, argv); in tuntap_open_tramp()
Dethertap_user.c117 pid = run_helper(etap_pre_exec, &pe_data, args); in etap_tramp()
/linux-6.6.21/arch/um/include/shared/
Dos.h219 extern int run_helper(void (*pre_exec)(void *), void *pre_data, char **argv);