Home
last modified time | relevance | path

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

/freebsd-13.1/sys/kern/
H A Dimgact_shell.c102 exec_shell_imgact(struct image_params *imgp) in exec_shell_imgact() function
252 .ex_imgact = exec_shell_imgact,
/freebsd-13.1/sys/sys/
H A Dimgact.h120 int exec_shell_imgact(struct image_params *);
/freebsd-13.1/sys/compat/linux/
H A Dlinux_emul.c240 if ((error = exec_shell_imgact(imgp)) == 0) { in linux_exec_imgact_try()