Home
last modified time | relevance | path

Searched refs:hyp_syscall (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/rump/kern/lib/libsysproxy/
H A Dsysproxy.c74 hyp_syscall(int num, void *arg, long *retval) in hyp_syscall() function
231 rump_sysproxy_ops.rspo_hyp_syscall = hyp_syscall; in RUMP_COMPONENT()
/netbsd-src/sys/rump/include/rump/
H A Drumpuser.h62 int (*hyp_syscall)(int, void *, long *); member
/netbsd-src/sys/rump/librump/rumpkern/
H A Drump.c159 .hyp_syscall = rspo_wrap_syscall,
/netbsd-src/lib/librumpuser/
H A Drumpuser_sp.c267 rv = rumpuser__hyp.hyp_syscall(sysnum, data, retval); in rumpsyscall()