OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Wed Oct 22 13:09:56 GMT 2025