Searched refs:execsw (Results 1 – 7 of 7) sorted by relevance
65 struct execsw { struct86 int exec_register(const struct execsw *); argument87 int exec_unregister(const struct execsw *);104 struct execsw *exec = (struct execsw *)data; \
210 static const struct execsw **execsw; variable1926 if (execsw) in exec_register()1931 if (execsw) in exec_register()1936 if (execsw) in exec_register()1937 free(execsw, M_TEMP); in exec_register()1938 execsw = newexecsw; in exec_register()1948 if (execsw == NULL) in exec_unregister()1957 for (es = execsw; *es; es++) in exec_unregister()1966 if (execsw) in exec_unregister()1967 free(execsw, M_TEMP); in exec_unregister()[all …]
251 static struct execsw shell_execsw = {
367 static struct execsw aout_execsw = {
741 static struct execsw imgact_binmisc_execsw = {
2876 static struct execsw __elfN(execsw) = {2880 EXEC_SET(__CONCAT(elf, __ELF_WORD_SIZE), __elfN(execsw));
234 static struct execsw linux_execsw = { exec_linux_imgact, "Linux a.out" };