Searched refs:syscalls (Results 1 - 25 of 32) sorted by relevance

12

/freebsd-12-stable/sys/i386/ibcs2/
H A DMakefile29 ${BASE_GENERATED}: ${MAKESYSCALLS} syscalls.master syscalls.conf
30 sh ${MAKESYSCALLS} syscalls.master syscalls.conf
32 ${ISC_GENERATED}: ${MAKESYSCALLS} syscalls.isc syscalls.isc.conf
33 sh ${MAKESYSCALLS} syscalls.isc syscalls.isc.conf
35 ${XENIX_GENERATED}: ${MAKESYSCALLS} syscalls.xenix syscalls
[all...]
/freebsd-12-stable/tools/tools/shlib-compat/
H A DMakefile.sysfake6 sysfake.c: ${.CURDIR}/../../sys/kern/syscalls.master
8 ${.CURDIR}/../../sys/kern/syscalls.master > ${.TARGET}
/freebsd-12-stable/crypto/heimdal/lib/kafs/
H A Dafsl.exp3 * This mumbo jumbo creates entry points to syscalls in _AIX
/freebsd-12-stable/usr.bin/truss/
H A DMakefile5 SRCS= main.c setup.c syscalls.c
H A Dtruss.h62 struct syscall *syscalls[SYSCALL_NORMAL_COUNT]; member in struct:procabi
/freebsd-12-stable/sys/kern/
H A DMakefile9 syscalls.c \
/freebsd-12-stable/tools/tools/shlib-compat/test/libtestsys/
H A DMakefile11 sh ${.CURDIR}/../../makesyscalls-fake.sh /usr/src/sys/kern/syscalls.master > ${.TARGET}
/freebsd-12-stable/contrib/netbsd-tests/rump/rumpkern/h_client/
H A Dh_stresscli.c23 static unsigned int syscalls, bindcalls; variable
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...]
/freebsd-12-stable/sys/conf/
H A Dsysent.mk10 syscalls.c \
16 SYSENT_FILE?= syscalls.master
17 SYSENT_CONF?= syscalls.conf
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_tsc.h22 #include <zircon/syscalls.h>
H A Dxray_utils.cpp36 #include <zircon/syscalls.h>
H A Dxray_allocator.h24 #include <zircon/syscalls.h>
H A Dxray_x86_64.cpp17 #include <zircon/syscalls.h>
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dchecksum.cpp17 #include <zircon/syscalls.h>
H A Dfuchsia.cpp22 #include <zircon/syscalls.h>
/freebsd-12-stable/lib/libsysdecode/
H A Dsyscallnames.c44 #include <kern/syscalls.c>
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtilFuchsia.cpp31 #include <zircon/syscalls.h>
32 #include <zircon/syscalls/debug.h>
33 #include <zircon/syscalls/exception.h>
34 #include <zircon/syscalls/object.h>
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPlatformFuchsia.c31 #include <zircon/syscalls.h>
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_utils.cpp20 # include <zircon/syscalls.h>
/freebsd-12-stable/sys/compat/linux/
H A Dlinux_errno.inc32 * Linux syscalls return negative errno's, we do positive and map them
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_fuchsia.cpp24 #include <zircon/syscalls.h>
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_coverage_fuchsia.cpp37 #include <zircon/syscalls.h>
/freebsd-12-stable/share/dtrace/
H A Dnfsclienttime71 @syscalls[probefunc] = quantize(self->count);
/freebsd-12-stable/contrib/pjdfstest/
H A Dpjdfstest.c172 static struct syscall_desc syscalls[] = { variable in typeref:struct:syscall_desc
508 for (i = 0; syscalls[i].sd_name != NULL; i++) {
509 if (strcmp(syscalls[i].sd_name, name) == 0)
510 return (&syscalls[i]);
/freebsd-12-stable/contrib/gdb/gdb/
H A Dprocfs.c284 basically means that the set of syscalls is not fixed. I.e,
385 int num_syscalls; /* Total number of syscalls */
881 pi->num_syscalls with the number of syscalls and pi->syscall_names
894 prsyscall_t *syscalls; local
916 error ("load_syscalls: /proc/%d/sysent contains no syscalls!", pi->pid);
920 syscalls = xmalloc (size);
922 if (read (sysent_fd, syscalls, size) != size)
924 xfree (syscalls);
933 maxcall = syscalls[0].pr_number;
936 if (syscalls[
[all...]

Completed in 238 milliseconds

12