Searched refs:execsw (Results 1 – 9 of 9) sorted by relevance
65 struct execsw { struct85 int exec_register(const struct execsw *); argument86 int exec_unregister(const struct execsw *);103 struct execsw *exec = (struct execsw *)data; \
202 static const struct execsw **execsw; variable1707 if (execsw) in exec_register()1712 if (execsw) in exec_register()1717 if (execsw) in exec_register()1718 free(execsw, M_TEMP); in exec_register()1719 execsw = newexecsw; in exec_register()1729 if (execsw == NULL) in exec_unregister()1738 for (es = execsw; *es; es++) in exec_unregister()1747 if (execsw) in exec_unregister()1748 free(execsw, M_TEMP); in exec_unregister()[all …]
258 static struct execsw shell_execsw = {
344 static struct execsw aout_execsw = {
390 static struct execsw gzip_execsw = {
758 static struct execsw imgact_binmisc_execsw = {
2688 static struct execsw __elfN(execsw) = {2692 EXEC_SET(__CONCAT(elf, __ELF_WORD_SIZE), __elfN(execsw));
228 static struct execsw linux_execsw = { exec_linux_imgact, "Linux a.out" };
494 static struct execsw coff_execsw = { exec_coff_imgact, "coff" };