| /netbsd-src/tests/rump/rumpkern/h_client/ |
| H A D | h_stresscli.c | 23 static unsigned int syscalls, bindcalls; variable 60 atomic_inc_uint(&syscalls); in client() 63 atomic_inc_uint(&syscalls); in client() 84 atomic_inc_uint(&syscalls); in client() 94 atomic_inc_uint(&syscalls); in client() 104 atomic_inc_uint(&syscalls); in client() 111 atomic_inc_uint(&syscalls); in client() 115 atomic_inc_uint(&syscalls); in client() 117 atomic_inc_uint(&syscalls); in client() 181 fprintf(stderr, "done %d\n", syscalls); in main()
|
| /netbsd-src/sys/kern/ |
| H A D | 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
|
| /netbsd-src/share/mk/ |
| H A D | bsd.syscall.mk | 9 syscalls.conf syscalls.master
|
| /netbsd-src/sys/rump/kern/lib/ |
| H A D | Makefile.sys | 6 SYS_SRC=${SYS_MKSYSCALLS} ${.CURDIR}/syscalls.conf ${.CURDIR}/syscalls.master
|
| /netbsd-src/external/gpl3/gdb/dist/sim/rx/ |
| H A D | ChangeLog-2021 | 102 syscalls.c, trace.c: Replace config.h include with defs.h. 112 * syscalls.c: Likewise. 158 (misc.o, reg.o, rx.o, syscalls.o, trace.o): Remove. 186 (syscalls.o): Delete syscall.h. 187 * syscalls.c: Change syscall.h include to targ-vals.h. 248 * syscalls.c (rx_syscall): Move declaration of some variables to 277 * syscalls.c (arg): Likewise. 503 * syscalls.c, syscalls.h (get_callbacks): New function. 569 * fpu.c, gdb-if.c, load.c, misc.c, syscalls.c (config.h): Include. 675 * syscalls.c: New. [all …]
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/ |
| H A D | topsyscall_example.txt | 7 2005 Jun 13 22:13:21, load average: 1.24, 1.24, 1.22 syscalls: 1287 42 2005 Jun 13 22:15:35, load average: 1.21, 1.22, 1.22 syscalls: 10189
|
| H A D | topsysproc_example.txt | 7 2005 Jun 13 22:25:16, load average: 1.24, 1.23, 1.21 syscalls: 1347 34 2005 Jun 13 22:29:43, load average: 1.19, 1.20, 1.20 syscalls: 15909
|
| H A D | syscallbyproc_example.txt | 16 1720 syscalls.
|
| H A D | lastwords_example.txt | 4 Here we run lastwords to catch syscalls from processes named "bash" as they
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Examples/ |
| H A D | topsysproc_example.txt | 7 2005 Jun 13 22:25:16, load average: 1.24, 1.23, 1.21 syscalls: 1347 34 2005 Jun 13 22:29:43, load average: 1.19, 1.20, 1.20 syscalls: 15909
|
| H A D | topsyscall_example.txt | 7 2005 Jun 13 22:13:21, load average: 1.24, 1.24, 1.22 syscalls: 1287 42 2005 Jun 13 22:15:35, load average: 1.21, 1.22, 1.22 syscalls: 10189
|
| H A D | syscallbyproc_example.txt | 16 1720 syscalls.
|
| H A D | lastwords_example.txt | 4 Here we run lastwords to catch syscalls from processes named "bash" as they
|
| /netbsd-src/lib/librumphijack/ |
| H A D | hijack.c | 85 * XXX: Consider autogenerating this, syscnames[] and syscalls[] with 431 } syscalls[DUALCALL__NUM]; 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[rcnam 430 } syscalls[DUALCALL__NUM]; global() variable [all...] |
| /netbsd-src/external/gpl3/binutils.old/dist/config/ |
| H A D | futex.m4 | 15 # If headers don't have gettid/futex syscalls definition, then 41 AC_MSG_WARN([The kernel might not support futex or gettid syscalls.
|
| /netbsd-src/external/gpl3/gdb/dist/config/ |
| H A D | futex.m4 | 15 # If headers don't have gettid/futex syscalls definition, then 41 AC_MSG_WARN([The kernel might not support futex or gettid syscalls.
|
| /netbsd-src/external/gpl3/gcc/dist/config/ |
| H A D | futex.m4 | 15 # If headers don't have gettid/futex syscalls definition, then 41 AC_MSG_WARN([The kernel might not support futex or gettid syscalls.
|
| /netbsd-src/external/gpl3/binutils/dist/config/ |
| H A D | futex.m4 | 15 # If headers don't have gettid/futex syscalls definition, then 41 AC_MSG_WARN([The kernel might not support futex or gettid syscalls.
|
| /netbsd-src/external/gpl3/gcc.old/dist/config/ |
| H A D | futex.m4 | 15 # If headers don't have gettid/futex syscalls definition, then 41 AC_MSG_WARN([The kernel might not support futex or gettid syscalls.
|
| /netbsd-src/external/gpl3/gdb.old/dist/config/ |
| H A D | futex.m4 | 15 # If headers don't have gettid/futex syscalls definition, then 41 AC_MSG_WARN([The kernel might not support futex or gettid syscalls.
|
| /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/msp430/ |
| H A D | testutils.inc | 80 # Write 'pass' to stdout via syscalls and quit; 87 # Write 'fail' to stdout via syscalls and quit;
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/kafs/ |
| H A D | afsl.exp | 3 * This mumbo jumbo creates entry points to syscalls in _AIX
|
| /netbsd-src/external/gpl3/gdb/dist/sim/m32c/ |
| H A D | ChangeLog-2021 | 87 * gdb-if.c, load.c, main.c, mem.c, syscalls.c, trace.c: Replace 97 * syscalls.c: Likewise. 184 * syscalls.c: Change syscall.h include to targ-vals.h. 435 * syscalls.c: Likewise. 626 * syscalls.c: Include local syscall.h. 663 * syscalls.c: New. 664 * syscalls.h: New.
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/hwasan/ |
| H A D | hwasan_flags.inc | 78 // tagged pointers in syscalls. This is the default, but being able to disable 80 // testsuite can run since we manually ensure any pointer arguments to syscalls
|
| /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/bfin/ |
| H A D | testutils.inc | 109 # Write 'pass' to stdout via syscalls and quit; 116 # Write 'fail' to stdout via syscalls and quit;
|