/src/sys/kern/ |
Makefile | 13 SYSCALLSRC = makesyscalls.sh syscalls.conf syscalls.master 14 init_sysent.c syscalls.c systrace_args.c ../sys/syscall.h ../sys/syscallargs.h: ${SYSCALLSRC} 15 ${HOST_SH} makesyscalls.sh syscalls.conf syscalls.master
|
Makefile | 13 SYSCALLSRC = makesyscalls.sh syscalls.conf syscalls.master 14 init_sysent.c syscalls.c systrace_args.c ../sys/syscall.h ../sys/syscallargs.h: ${SYSCALLSRC} 15 ${HOST_SH} makesyscalls.sh syscalls.conf syscalls.master
|
/src/tests/rump/rumpkern/h_client/ |
h_stresscli.c | 23 static unsigned int syscalls, bindcalls; variable in typeref:typename:unsigned int 60 atomic_inc_uint(&syscalls); 63 atomic_inc_uint(&syscalls); 84 atomic_inc_uint(&syscalls); 94 atomic_inc_uint(&syscalls); 104 atomic_inc_uint(&syscalls); 111 atomic_inc_uint(&syscalls); 115 atomic_inc_uint(&syscalls); 117 atomic_inc_uint(&syscalls); 181 fprintf(stderr, "done %d\n", syscalls); [all...] |
h_stresscli.c | 23 static unsigned int syscalls, bindcalls; variable in typeref:typename:unsigned int 60 atomic_inc_uint(&syscalls); 63 atomic_inc_uint(&syscalls); 84 atomic_inc_uint(&syscalls); 94 atomic_inc_uint(&syscalls); 104 atomic_inc_uint(&syscalls); 111 atomic_inc_uint(&syscalls); 115 atomic_inc_uint(&syscalls); 117 atomic_inc_uint(&syscalls); 181 fprintf(stderr, "done %d\n", syscalls); [all...] |
/src/sys/uvm/ |
uvm_extern.h | 359 int syscalls; /* system calls */ member in struct:uvmexp 455 int64_t syscalls; member in struct:uvmexp_sysctl
|
uvm_extern.h | 359 int syscalls; /* system calls */ member in struct:uvmexp 455 int64_t syscalls; member in struct:uvmexp_sysctl
|
/src/lib/librumphijack/ |
hijack.c | 85 * XXX: Consider autogenerating this, syscnames[] and syscalls[] with 431 } syscalls[DUALCALL__NUM]; variable in typeref:struct:bothsys[] 432 #define GETSYSCALL(which, name) syscalls[DUALCALL_##name].bs_##which 590 fun = syscalls[rcname].bs_rump; \ 595 fun = syscalls[rcname].bs_host; \ 607 fun = syscalls[rcname].bs_rump; \ 610 fun = syscalls[rcname].bs_host; \ 625 fun = syscalls[rcname].bs_rump; \ 629 fun = syscalls[rcname].bs_host; \ 642 fun = syscalls[rcname].bs_rump; [all...] |
hijack.c | 85 * XXX: Consider autogenerating this, syscnames[] and syscalls[] with 431 } syscalls[DUALCALL__NUM]; variable in typeref:struct:bothsys[] 432 #define GETSYSCALL(which, name) syscalls[DUALCALL_##name].bs_##which 590 fun = syscalls[rcname].bs_rump; \ 595 fun = syscalls[rcname].bs_host; \ 607 fun = syscalls[rcname].bs_rump; \ 610 fun = syscalls[rcname].bs_host; \ 625 fun = syscalls[rcname].bs_rump; \ 629 fun = syscalls[rcname].bs_host; \ 642 fun = syscalls[rcname].bs_rump; [all...] |