Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dexec.h65 struct execsw { struct
84 int exec_register(const struct execsw *); argument
85 int exec_unregister(const struct execsw *);
102 struct execsw *exec = (struct execsw *)data; \
/f-stack/freebsd/kern/
H A Dkern_exec.c205 static const struct execsw **execsw; variable
1820 if (execsw) in exec_register()
1825 if (execsw) in exec_register()
1830 if (execsw) in exec_register()
1831 free(execsw, M_TEMP); in exec_register()
1832 execsw = newexecsw; in exec_register()
1842 if (execsw == NULL) in exec_unregister()
1851 for (es = execsw; *es; es++) in exec_unregister()
1860 if (execsw) in exec_unregister()
1861 free(execsw, M_TEMP); in exec_unregister()
[all …]
H A Dimgact_shell.c251 static struct execsw shell_execsw = {
H A Dimgact_aout.c340 static struct execsw aout_execsw = {
H A Dimgact_binmisc.c741 static struct execsw imgact_binmisc_execsw = {
H A Dimgact_elf.c2785 static struct execsw __elfN(execsw) = {
2789 EXEC_SET(__CONCAT(elf, __ELF_WORD_SIZE), __elfN(execsw));
/f-stack/freebsd/i386/linux/
H A Dimgact_linux.c230 static struct execsw linux_execsw = { exec_linux_imgact, "Linux a.out" };