Home
last modified time | relevance | path

Searched refs:syscalls (Results 1 – 25 of 58) sorted by relevance

123

/freebsd-14.2/contrib/netbsd-tests/rump/rumpkern/h_client/
H A Dh_stresscli.c23 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-14.2/sys/conf/
H A Dsysent.mk10 syscalls.c \
16 SYSENT_FILE?= syscalls.master
17 SYSENT_CONF?= syscalls.conf
/freebsd-14.2/tools/tools/shlib-compat/
H A DMakefile.sysfake5 sysfake.c: ${.CURDIR}/../../sys/kern/syscalls.master
7 ${.CURDIR}/../../sys/kern/syscalls.master > ${.TARGET}
/freebsd-14.2/sys/compat/freebsd32/
H A DMakefile5 SYSENT_FILE= ${SYSDIR}/kern/syscalls.master
/freebsd-14.2/crypto/heimdal/lib/kafs/
H A Dafsl.exp3 * This mumbo jumbo creates entry points to syscalls in _AIX
/freebsd-14.2/usr.bin/truss/
H A DMakefile3 SRCS= main.c setup.c syscalls.c
H A Dtruss.h62 struct syscall *syscalls[SYSCALL_NORMAL_COUNT]; member
H A Dsetup.c79 .syscalls = { NULL }
93 .syscalls = { NULL }
102 .syscalls = { NULL }
111 .syscalls = { NULL }
/freebsd-14.2/sys/kern/
H A DMakefile6 syscalls.c \
/freebsd-14.2/tools/tools/shlib-compat/test/libtestsys/
H A DMakefile10 sh ${.CURDIR}/../../makesyscalls-fake.sh /usr/src/sys/kern/syscalls.master > ${.TARGET}
/freebsd-14.2/tools/regression/doat/
H A DREADME2 This is a simple testing program for *at family of syscalls. It creates
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64/lse_atomics/
H A Dfuchsia.inc2 #include <zircon/syscalls.h>
/freebsd-14.2/lib/libc/powerpc64/
H A DSymbol.map19 /* PSEUDO syscalls */
/freebsd-14.2/lib/libc/powerpc/
H A DSymbol.map23 /* PSEUDO syscalls */
/freebsd-14.2/lib/libc/arm/
H A DSymbol.map28 /* PSEUDO syscalls */
/freebsd-14.2/lib/libc/i386/
H A DSymbol.map35 /* PSEUDO syscalls */
/freebsd-14.2/lib/libc/amd64/
H A DSymbol.map38 /* PSEUDO syscalls */
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_flags.inc81 // tagged pointers in syscalls. This is the default, but being able to disable
83 // testsuite can run since we manually ensure any pointer arguments to syscalls
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64/fmv/
H A Dfuchsia.inc2 #include <zircon/syscalls.h>
/freebsd-14.2/tools/test/
H A DREADME21 ptrace Verify that ptrace works with syscalls, vfork etc.
/freebsd-14.2/share/dtrace/
H A Dnfsclienttime69 @syscalls[probefunc] = quantize(self->count);
/freebsd-14.2/contrib/pjdfstest/
H A Dpjdfstest.c172 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-14.2/contrib/ntp/util/
H A DREADME8 interface syscalls ntp_gettime() and ntp_adjtime(). If present, the
/freebsd-14.2/usr.sbin/pmccontrol/
H A Dpmccontrol.c332 PRINT("system calls:", syscalls); in pmcc_show_statistics()
/freebsd-14.2/contrib/ntp/sntp/m4/
H A Dntp_compiler.m4150 # wrong syscalls in place. Test a little gauntlet of

123