Searched refs:execsw (Results 1 – 7 of 7) sorted by relevance
74 struct execsw { struct105 int exec_register(const struct execsw *);106 int exec_unregister(const struct execsw *);132 struct execsw *exec = (struct execsw *)data; \
208 static const struct execsw **execsw; variable1900 if (execsw) in exec_register()1905 if (execsw) in exec_register()1910 if (execsw) in exec_register()1911 free(execsw, M_TEMP); in exec_register()1912 execsw = newexecsw; in exec_register()1922 if (execsw == NULL) in exec_unregister()1931 for (es = execsw; *es; es++) in exec_unregister()1940 if (execsw) in exec_unregister()1941 free(execsw, M_TEMP); in exec_unregister()[all …]
249 static struct execsw shell_execsw = {
365 static struct execsw aout_execsw = {
778 static struct execsw imgact_binmisc_execsw = {
2878 static struct execsw __elfN(execsw) = {2882 EXEC_SET(__CONCAT(elf, __ELF_WORD_SIZE), __elfN(execsw));
231 static struct execsw linux_execsw = { exec_linux_imgact, "Linux a.out" };