run_helper         67 arch/um/drivers/harddog_user.c 	pid = run_helper(pre_exec, &data, args);
run_helper        193 arch/um/drivers/net_user.c 	pid = run_helper(change_pre_exec, &pe_data, argv);
run_helper        186 arch/um/drivers/port_user.c 	err = run_helper(port_pre_exec, &data, argv);
run_helper         91 arch/um/drivers/slip_user.c 	err = run_helper(slip_pre_exec, &pe_data, argv);
run_helper         44 arch/um/drivers/slirp_user.c 	pid = run_helper(slirp_pre_exec, &pe_data, argv);
run_helper        137 arch/um/drivers/xterm.c 	pid = run_helper(NULL, NULL, argv);
run_helper        219 arch/um/include/shared/os.h extern int run_helper(void (*pre_exec)(void *), void *pre_data, char **argv);
run_helper         37 arch/um/kernel/ksyms.c EXPORT_SYMBOL(run_helper);
run_helper        117 arch/um/os-Linux/drivers/ethertap_user.c 	pid = run_helper(etap_pre_exec, &pe_data, args);
run_helper         80 arch/um/os-Linux/drivers/tuntap_user.c 	pid = run_helper(tuntap_pre_exec, &data, argv);