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 - 2
of
2
) 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 =
Completed in 12 milliseconds
Indexes created Tue Oct 28 02:10:10 GMT 2025