HomeSort by: relevance | last modified time | path
    Searched refs:execsw (Results 1 - 19 of 19) sorted by relevancy

  /src/sys/compat/aoutm68k/
aoutm68k_mod.c 45 static struct execsw aoutm68k_execsw = {
  /src/sys/compat/sunos/
sunos_mod.c 48 static struct execsw sunos_execsw = {
  /src/sys/compat/sunos32/
sunos32_mod.c 51 static struct execsw sunos_execsw = {
  /src/sys/compat/ultrix/
ultrix_mod.c 58 static struct execsw ultrix_execsw[] = {
  /src/sys/kern/
exec_elf64.c 48 static struct execsw exec_elf64_execsw[] = {
exec_elf32.c 48 static struct execsw exec_elf32_execsw[] = {
86 * If we are on a 64bit system, we don't want the 32bit execsw[] to be
kern_exec.c 178 static const struct execsw **execsw = NULL; variable in typeref:typename:const struct execsw **
183 /* list of dynamically loaded execsw entries */
189 const struct execsw *ex_sw;
249 * Exec lock. Used to control access to execsw[] structures.
475 epp->ep_esch = execsw[i];
476 newerror = (*execsw[i]->es_makecmds)(l, epp);
628 * If no execsw entries are present, we load those likely to be needed
1811 * Add execsw[] entries.
1814 exec_add(struct execsw *esp, int count
    [all...]
exec_aout.c 52 static struct execsw exec_aout_execsw = {
exec_ecoff.c 53 static struct execsw exec_ecoff_execsw = {
exec_script.c 66 static struct execsw exec_script_execsw = {
  /src/sys/compat/freebsd/
freebsd_mod.c 59 static struct execsw freebsd_execsw[] = {
  /src/sys/sys/
exec.h 152 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);
proc.h 305 const struct execsw *p_execsw; /* :: exec package information */
  /src/sys/compat/linux32/common/
linux32_mod.c 65 static struct execsw linux32_execsw[] = {
  /src/sys/compat/netbsd32/
netbsd32_mod.c 98 static struct execsw netbsd32_execsw[] = {
  /src/sys/compat/linux/common/
linux_mod.c 74 static struct execsw linux_execsw[] = {
  /src/sys/compat/vax1k/
vax1k_exec.c 67 static struct execsw exec_vax1k_execsw = {
  /src/sys/compat/m68k4k/
m68k4k_exec.c 64 static struct execsw exec_m68k4k_execsw = {
  /src/sys/arch/sh3/sh3/
coff_exec.c 57 static struct execsw exec_coff_execsw[] = {

Completed in 166 milliseconds