Home
last modified time | relevance | path

Searched refs:exec_shell_imgact (Results 1 – 4 of 4) sorted by relevance

/trueos/sys/kern/
HDimgact_shell.c100 exec_shell_imgact(imgp) in exec_shell_imgact() function
257 static struct execsw shell_execsw = { exec_shell_imgact, "#!" };
/trueos/sys/sys/
HDimgact.h99 int exec_shell_imgact(struct image_params *);
/trueos/sys/i386/linux/
HDlinux_sysvec.c892 if ((error = exec_shell_imgact(imgp)) == 0) { in exec_linux_imgact_try()
/trueos/sys/amd64/linux32/
HDlinux32_sysvec.c798 if ((error = exec_shell_imgact(imgp)) == 0) { in exec_linux_imgact_try()