Home
last modified time | relevance | path

Searched refs:execsw (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/sys/sys/
H A Dexec.h65 struct execsw { struct
85 int exec_register(const struct execsw *); argument
86 int exec_unregister(const struct execsw *);
103 struct execsw *exec = (struct execsw *)data; \
/freebsd-12.1/sys/kern/
H A Dkern_exec.c202 static const struct execsw **execsw; variable
1707 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 …]
H A Dimgact_shell.c258 static struct execsw shell_execsw = {
H A Dimgact_aout.c344 static struct execsw aout_execsw = {
H A Dimgact_gzip.c390 static struct execsw gzip_execsw = {
H A Dimgact_binmisc.c758 static struct execsw imgact_binmisc_execsw = {
H A Dimgact_elf.c2688 static struct execsw __elfN(execsw) = {
2692 EXEC_SET(__CONCAT(elf, __ELF_WORD_SIZE), __elfN(execsw));
/freebsd-12.1/sys/i386/linux/
H A Dimgact_linux.c228 static struct execsw linux_execsw = { exec_linux_imgact, "Linux a.out" };
/freebsd-12.1/sys/i386/ibcs2/
H A Dimgact_coff.c494 static struct execsw coff_execsw = { exec_coff_imgact, "coff" };