HomeSort by: relevance | last modified time | path
    Searched refs:sysent (Results 1 - 25 of 74) sorted by relevancy

1 2 3

  /src/sys/kern/
makesyscalls.sh 53 # switchname the name for the 'struct sysent' we define
58 # nsysent the size of the sysent table
112 sysdcl="sysent.dcl"
114 syscompat_pref="sysent."
115 sysent="sysent.switch"
124 rm $sysdcl $sysprotos $sysent $sysnamesbottom $sysnamesfriendly $rumpsysent $rumptypes $rumpprotos $systracetmp $systraceret ${sysautoloadbottom#/dev/null}
209 sysent = \"$sysent\"
235 printf "\n#ifdef %s\n", compat_upper[i] > sysent
    [all...]
kern_syscall.c 64 const struct sysent *sy;
109 struct sysent *sy;
147 struct sysent *sy;
236 trace_enter(register_t code, const struct sysent *sy, const void *args)
279 trace_exit(register_t code, const struct sysent *sy, const void *args,
sys_syscall.c 68 const struct sysent *callp;
  /src/usr.bin/ctags/test/
ctags.test 6 char sysent[20];
7 int nsysent = sizeof (sysent) / sizeof (sysent[0]);
  /src/sys/rump/kern/lib/libsys_cygwin/
sys_cygwin_component.c 15 extern struct sysent rump_cygwin_sysent[];
  /src/sys/rump/kern/lib/libsys_sunos/
sys_sunos_component.c 15 extern struct sysent rump_sunos_sysent[];
  /src/sys/sys/
syscallvar.h 59 sy_call(const struct sysent *sy, struct lwp *l, const void *uap,
72 sy_invoke(const struct sysent *sy, struct lwp *l, const void *uap,
  /src/sys/arch/sh3/sh3/
syscall.c 112 const struct sysent *callp;
139 if (callp != sysent)
  /src/sys/fs/nfs/common/
nfs_nfssvc.c 53 #include <sys/sysent.h>
61 static struct sysent nfssvc_prev_sysent;
  /src/sys/arch/i386/i386/
linux_syscall.c 55 extern struct sysent linux_sysent[];
73 register const struct sysent *callp;
  /src/sys/compat/aoutm68k/
aoutm68k_exec.c 51 extern struct sysent aoutm68k_sysent[];
  /src/sys/compat/freebsd/
freebsd_exec.c 56 extern struct sysent freebsd_sysent[];
  /src/sys/compat/linux32/common/
linux32_exec.c 57 extern struct sysent linux32_sysent[];
  /src/sys/compat/sunos/
sunos_exec.c 54 extern struct sysent sunos_sysent[];
  /src/sys/compat/sunos32/
sunos32_exec.c 52 extern struct sysent sunos32_sysent[];
  /src/sys/arch/arm/arm/
linux_syscall.c 113 const struct sysent *callp;
164 const struct sysent *callp;
  /src/sys/arch/m68k/m68k/
linux_syscall.c 107 const struct sysent *callp;
182 const struct sysent *callp;
  /src/sys/rump/kern/lib/libsys_linux/
sys_linux_component.c 17 extern struct sysent rump_linux_sysent[];
  /src/sys/arch/amd64/amd64/
linux_syscall.c 76 const struct sysent *callp;
linux32_syscall.c 33 const struct sysent *callp;
netbsd32_syscall.c 67 const struct sysent *callp;
  /src/sys/arch/sparc/sparc/
syscall.c 98 register_t *, const struct sysent **, union args *);
136 const struct sysent **callp, union args *args)
215 const struct sysent *callp;
  /src/sys/arch/sparc64/sparc64/
syscall.c 116 register_t *, const struct sysent **, union args *, int *);
155 const struct sysent **callp, union args *args, int *s64)
280 const struct sysent *callp;
  /src/sys/arch/alpha/alpha/
syscall.c 133 const struct sysent *callp;
  /src/sys/arch/powerpc/powerpc/
syscall.c 86 const struct sysent *callp;

Completed in 18 milliseconds

1 2 3