| /freebsd-13.1/contrib/netbsd-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()
|
| /freebsd-13.1/sys/conf/ |
| H A D | sysent.mk | 11 syscalls.c \ 17 SYSENT_FILE?= syscalls.master 18 SYSENT_CONF?= syscalls.conf
|
| /freebsd-13.1/tools/tools/shlib-compat/ |
| H A D | Makefile.sysfake | 6 sysfake.c: ${.CURDIR}/../../sys/kern/syscalls.master 8 ${.CURDIR}/../../sys/kern/syscalls.master > ${.TARGET}
|
| /freebsd-13.1/lib/libc/mips/ |
| H A D | Symbol.map | 11 /* PSEUDO syscalls */ 40 /* PSEUDO syscalls */
|
| /freebsd-13.1/lib/libc/powerpc/ |
| H A D | Symbol.map | 11 /* PSEUDO syscalls */ 45 /* PSEUDO syscalls */
|
| /freebsd-13.1/lib/libc/powerpc64/ |
| H A D | Symbol.map | 11 /* PSEUDO syscalls */ 41 /* PSEUDO syscalls */
|
| /freebsd-13.1/lib/libc/arm/ |
| H A D | Symbol.map | 11 /* PSEUDO syscalls */ 50 /* PSEUDO syscalls */
|
| /freebsd-13.1/lib/libc/amd64/ |
| H A D | Symbol.map | 11 /* PSEUDO syscalls */ 60 /* PSEUDO syscalls */
|
| /freebsd-13.1/lib/libc/i386/ |
| H A D | Symbol.map | 11 /* PSEUDO syscalls */ 57 /* PSEUDO syscalls */
|
| /freebsd-13.1/crypto/heimdal/lib/kafs/ |
| H A D | afsl.exp | 3 * This mumbo jumbo creates entry points to syscalls in _AIX
|
| /freebsd-13.1/usr.bin/truss/ |
| H A D | Makefile | 4 SRCS= main.c setup.c syscalls.c
|
| H A D | setup.c | 81 .syscalls = { NULL } 89 .syscalls = { NULL } 97 .syscalls = { NULL } 111 .syscalls = { NULL } 120 .syscalls = { NULL } 129 .syscalls = { NULL }
|
| H A D | truss.h | 64 struct syscall *syscalls[SYSCALL_NORMAL_COUNT]; member
|
| /freebsd-13.1/sys/kern/ |
| H A D | Makefile | 9 syscalls.c \
|
| /freebsd-13.1/tools/tools/shlib-compat/test/libtestsys/ |
| H A D | Makefile | 11 sh ${.CURDIR}/../../makesyscalls-fake.sh /usr/src/sys/kern/syscalls.master > ${.TARGET}
|
| /freebsd-13.1/tools/regression/doat/ |
| H A D | README | 3 This is a simple testing program for *at family of syscalls. It creates
|
| /freebsd-13.1/lib/libc/aarch64/ |
| H A D | Symbol.map | 11 /* PSEUDO syscalls */
|
| /freebsd-13.1/lib/libc/riscv/ |
| H A D | Symbol.map | 11 /* PSEUDO syscalls */
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/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
|
| /freebsd-13.1/tools/test/ |
| H A D | README | 22 ptrace Verify that ptrace works with syscalls, vfork etc.
|
| /freebsd-13.1/share/dtrace/ |
| H A D | nfsclienttime | 71 @syscalls[probefunc] = quantize(self->count);
|
| /freebsd-13.1/contrib/pjdfstest/ |
| H A D | pjdfstest.c | 172 static struct syscall_desc syscalls[] = { variable 508 for (i = 0; syscalls[i].sd_name != NULL; i++) { in find_syscall() 509 if (strcmp(syscalls[i].sd_name, name) == 0) in find_syscall() 510 return (&syscalls[i]); in find_syscall()
|
| /freebsd-13.1/contrib/ntp/util/ |
| H A D | README | 8 interface syscalls ntp_gettime() and ntp_adjtime(). If present, the
|
| /freebsd-13.1/contrib/ntp/sntp/m4/ |
| H A D | ntp_compiler.m4 | 118 dnl wrong syscalls in place. Test a little gauntlet of
|
| /freebsd-13.1/usr.sbin/pmccontrol/ |
| H A D | pmccontrol.c | 339 PRINT("system calls:", syscalls); in pmcc_show_statistics()
|