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

  /src/sys/arch/usermode/modules/syscallemu/
syscallemu.h 63 #define SYS_syscallemu 511
69 check_syscall_args(sys_syscallemu);
71 int sys_syscallemu(struct lwp *, const struct sys_syscallemu_args *,
74 __CTASSERT(SYS_syscallemu >= SYS_MAXSYSCALL);
75 __CTASSERT(SYS_syscallemu < SYS_NSYSENT);
syscallemu.c 49 { SYS_syscallemu, 0, (sy_call_t *)sys_syscallemu },
85 sys_syscallemu(lwp_t *l, const struct sys_syscallemu_args *uap, function in typeref:typename:int
129 if (emul_netbsd.e_sysent[SYS_syscallemu].sy_call == sys_nosys) {
131 emul_netbsd.e_sysent[SYS_syscallemu].sy_call = sys_nomodule;
133 emul_netbsd.e_sysent[SYS_syscallemu].sy_narg =
135 emul_netbsd.e_sysent[SYS_syscallemu].sy_argsize =
  /src/sys/arch/usermode/usermode/
thunk.c 82 #define SYS_syscallemu 511
129 error = syscall(SYS_syscallemu, (uintptr_t)ustart, (uintptr_t)uend);

Completed in 13 milliseconds