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

/freebsd-10.1-release/sys/sys/
H A Dimgact.h97 int exec_shell_imgact(struct image_params *);
/freebsd-10.1-release/sys/kern/
H A Dimgact_shell.c100 exec_shell_imgact(imgp) function
257 static struct execsw shell_execsw = { exec_shell_imgact, "#!" };
/freebsd-10.1-release/sys/i386/linux/
H A Dlinux_sysvec.c895 if ((error = exec_shell_imgact(imgp)) == 0) {
/freebsd-10.1-release/sys/amd64/linux32/
H A Dlinux32_sysvec.c800 if ((error = exec_shell_imgact(imgp)) == 0) {

Completed in 83 milliseconds