OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:syscallemu
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/usermode/modules/syscallemu/
Makefile
11
KMOD=
syscallemu
13
SRCS=
syscallemu
.c
syscallemu.c
1
/* $NetBSD:
syscallemu
.c,v 1.1 2012/01/05 13:26:51 jmcneill Exp $ */
30
__KERNEL_RCSID(0, "$NetBSD:
syscallemu
.c,v 1.1 2012/01/05 13:26:51 jmcneill Exp $");
39
#include "
syscallemu
.h"
42
#error
syscallemu
requires __HAVE_SYSCALL_INTERN
78
* Allocate private storage for the
syscallemu
parameters and stash it
82
* Returns EACCESS if
syscallemu
has already been configured for this process.
112
printf("
syscallemu
: enabled for pid %d\n", p->p_pid);
119
* Initialize the
syscallemu
module
130
printf("
syscallemu
: applying workaround for kern/45781\n");
140
printf("
syscallemu
: couldn't create proc specific key (%d)\n"
[
all
...]
/src/distrib/utils/embedded/
usermode
57
mod=$(modstat
syscallemu
| awk '$1 == "
syscallemu
" { print; exit }')
59
syscallemu
*) echo "Host syscall emulation module loaded" ;;
60
*) sudo modload
syscallemu
;;
/src/sys/modules/
Makefile
422
SUBDIR+= ../arch/usermode/modules/
syscallemu
Completed in 33 milliseconds
Indexes created Tue Oct 28 02:10:10 GMT 2025