Searched refs:exec_shell_imgact (Results 1 – 4 of 4) sorted by relevance
100 exec_shell_imgact(imgp) in exec_shell_imgact() function257 static struct execsw shell_execsw = { exec_shell_imgact, "#!" };
99 int exec_shell_imgact(struct image_params *);
892 if ((error = exec_shell_imgact(imgp)) == 0) { in exec_linux_imgact_try()
798 if ((error = exec_shell_imgact(imgp)) == 0) { in exec_linux_imgact_try()