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

12

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_interface.cpp28 #include <zircon/syscalls.h>
/freebsd-12-stable/usr.sbin/pmccontrol/
H A Dpmccontrol.c341 PRINT("system calls:", syscalls);
/freebsd-12-stable/usr.bin/truss/
H A Dsyscalls.c675 static STAILQ_HEAD(, syscall) syscalls;
963 STAILQ_INIT(&syscalls);
968 STAILQ_INSERT_HEAD(&syscalls, sc, entries);
977 if (number < nitems(abi->syscalls))
978 return (abi->syscalls[number]);
991 if (number < nitems(abi->syscalls)) {
992 assert(abi->syscalls[number] == NULL);
993 abi->syscalls[number] = sc;
1024 STAILQ_FOREACH(sc, &syscalls, entries) {
1049 STAILQ_INSERT_HEAD(&syscalls, s
[all...]
/freebsd-12-stable/contrib/googletest/googletest/src/
H A Dgtest-death-test.cc68 # include <zircon/syscalls.h>
69 # include <zircon/syscalls/port.h>
H A Dgtest-port.cc67 # include <zircon/syscalls.h>
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_fuchsia.cpp27 #include <zircon/syscalls.h>
/freebsd-12-stable/sys/dev/hwpmc/
H A Dhwpmc_mod.c288 SYSCTL_COUNTER_U64(_kern_hwpmc_stats, OID_AUTO, syscalls, CTLFLAG_RW,
289 &pmc_stats.pm_syscalls, "# of syscalls");

Completed in 139 milliseconds

12