Searched refs:execsw (Results 1 – 7 of 7) sorted by relevance
72 struct execsw { struct103 int exec_register(const struct execsw *);104 int exec_unregister(const struct execsw *);130 struct execsw *exec = (struct execsw *)data; \
208 static const struct execsw **execsw; variable661 for (i = 0; error == -1 && execsw[i]; ++i) { in do_execve()662 if (execsw[i]->ex_imgact == NULL) in do_execve()664 error = (*execsw[i]->ex_imgact)(imgp); in do_execve()1904 exec_register(const struct execsw *execsw_arg) in exec_register()1906 const struct execsw **es, **xs, **newexecsw; in exec_register()1909 if (execsw) in exec_register()1910 for (es = execsw; *es; es++) in exec_register()1914 if (execsw) in exec_register()1915 for (es = execsw; *es; es++) in exec_register()[all …]
248 static struct execsw shell_execsw = {
364 static struct execsw aout_execsw = {
777 static struct execsw imgact_binmisc_execsw = {
2894 static struct execsw __elfN(execsw) = {2898 EXEC_SET(__CONCAT(elf, __ELF_WORD_SIZE), __elfN(execsw));
231 static struct execsw linux_execsw = { exec_linux_imgact, "Linux a.out" };