Searched refs:execsw (Results 1 – 7 of 7) sorted by relevance
62 struct execsw { struct93 int exec_register(const struct execsw *);94 int exec_unregister(const struct execsw *);110 struct execsw *exec = (struct execsw *)data; \
214 static const struct execsw **execsw; variable765 for (i = 0; error == -1 && execsw[i]; ++i) { in do_execve()766 if (execsw[i]->ex_imgact == NULL) in do_execve()768 error = (*execsw[i]->ex_imgact)(imgp); in do_execve()2026 exec_register(const struct execsw *execsw_arg) in exec_register()2028 const struct execsw **es, **xs, **newexecsw; in exec_register()2031 if (execsw) in exec_register()2032 for (es = execsw; *es; es++) in exec_register()2036 if (execsw) in exec_register()2037 for (es = execsw; *es; es++) in exec_register()[all …]
248 static struct execsw shell_execsw = {
362 static struct execsw aout_execsw = {
777 static struct execsw imgact_binmisc_execsw = {
3004 static struct execsw __elfN(execsw) = {3008 EXEC_SET(ELF_ABI_ID, __elfN(execsw));
231 static struct execsw linux_execsw = { exec_linux_imgact, "Linux a.out" };