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