OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SYS_SYSCALL
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/kern/
sys_syscall.c
1
/* $NetBSD:
sys_syscall
.c,v 1.16 2025/06/01 23:30:36 bad Exp $ */
33
__KERNEL_RCSID(0, "$NetBSD:
sys_syscall
.c,v 1.16 2025/06/01 23:30:36 bad Exp $");
42
*
SYS_SYSCALL
is set to the required function name.
48
CONCAT(
SYS_SYSCALL
, _biglockcheck)(struct proc *p, int code)
61
SYS_SYSCALL
(struct lwp *l, const struct CONCAT(
SYS_SYSCALL
, _args) *uap,
91
CONCAT(
SYS_SYSCALL
, _biglockcheck)(p, code);
105
CONCAT(
SYS_SYSCALL
, _biglockcheck)(p, code);
kern_scdebug.c
82
* doesn't special-case
SYS_SYSCALL
and SYS___SYSCALL
88
#define
SYS_SYSCALL
sys_syscall
89
#include "
sys_syscall
.c"
90
#undef
SYS_SYSCALL
92
#define
SYS_SYSCALL
sys___syscall
93
#include "
sys_syscall
.c"
94
#undef
SYS_SYSCALL
/src/sys/compat/netbsd32/
netbsd32_netbsd.c
2675
#define
SYS_SYSCALL
netbsd32_syscall
2676
#include "../../kern/
sys_syscall
.c"
2677
#undef
SYS_SYSCALL
2679
#define
SYS_SYSCALL
netbsd32____syscall
2680
#include "../../kern/
sys_syscall
.c"
2681
#undef
SYS_SYSCALL
Completed in 13 milliseconds
Indexes created Sun Sep 28 16:09:52 GMT 2025