Home
last modified time | relevance | path

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

/netbsd-src/sys/sys/
H A Dexec.h152 struct execsw { struct
216 const struct execsw *ep_esch;/* execsw entry */
290 int exec_add(struct execsw *, int);
291 int exec_remove(struct execsw *, int);
H A Dproc.h305 const struct execsw *p_execsw; /* :: exec package information */
/netbsd-src/sys/kern/
H A Dkern_exec.c178 static const struct execsw **execsw = NULL;
183 /* list of dynamically loaded execsw entries */
189 const struct execsw *ex_sw;
249 * Exec lock. Used to control access to execsw[] structures.
474 epp->ep_esch = execsw[i]; in check_exec()
475 newerror = (*execsw[i]->es_makecmds)(l, epp); in check_exec()
627 * If no execsw entries are present, we load those likely to be needed
1816 * Add execsw[] entries.
1819 exec_add(struct execsw *es in exec_add()
177 static const struct execsw **execsw = NULL; global() variable
[all...]
H A Dexec_elf64.c48 static struct execsw exec_elf64_execsw[] = {
H A Dexec_elf32.c48 static struct execsw exec_elf32_execsw[] = {
86 * If we are on a 64bit system, we don't want the 32bit execsw[] to be in exec_elf32_modcmd()
H A Dexec_ecoff.c53 static struct execsw exec_ecoff_execsw = {
H A Dexec_aout.c52 static struct execsw exec_aout_execsw = {
H A Dexec_script.c66 static struct execsw exec_script_execsw = {
/netbsd-src/sys/compat/aoutm68k/
H A Daoutm68k_mod.c45 static struct execsw aoutm68k_execsw = {
/netbsd-src/sys/compat/ultrix/
H A Dultrix_mod.c58 static struct execsw ultrix_execsw[] = {
/netbsd-src/sys/compat/sunos/
H A Dsunos_mod.c48 static struct execsw sunos_execsw = {
/netbsd-src/sys/compat/sunos32/
H A Dsunos32_mod.c51 static struct execsw sunos_execsw = {
/netbsd-src/sys/compat/freebsd/
H A Dfreebsd_mod.c59 static struct execsw freebsd_execsw[] = {
/netbsd-src/sys/compat/linux32/common/
H A Dlinux32_mod.c65 static struct execsw linux32_execsw[] = {
/netbsd-src/sys/compat/netbsd32/
H A Dnetbsd32_mod.c98 static struct execsw netbsd32_execsw[] = {
/netbsd-src/sys/compat/linux/common/
H A Dlinux_mod.c74 static struct execsw linux_execsw[] = {
/netbsd-src/sys/compat/vax1k/
H A Dvax1k_exec.c67 static struct execsw exec_vax1k_execsw = {
/netbsd-src/sys/compat/m68k4k/
H A Dm68k4k_exec.c64 static struct execsw exec_m68k4k_execsw = {
/netbsd-src/sys/arch/sh3/sh3/
H A Dcoff_exec.c57 static struct execsw exec_coff_execsw[] = {