Searched refs:syscall (Results 251 - 275 of 309) sorted by relevance

<<111213

/freebsd-13-stable/contrib/bmake/
H A Dutil.c211 #include <sys/syscall.h>
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_netbsd.cpp35 #include <sys/syscall.h>
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_linux.cpp44 #include <sys/syscall.h>
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_basic_logging.cpp22 #include <sys/syscall.h>
/freebsd-13-stable/sys/i386/i386/
H A Dexception.s366 * a normal syscall.
381 movl $syscall, %eax
394 /* cut from syscall */
/freebsd-13-stable/sys/powerpc/powerpc/
H A Delf32_machdep.c46 #include <sys/syscall.h>
H A Delf64_machdep.c43 #include <sys/syscall.h>
H A Dswtch64.S62 #include <sys/syscall.h>
H A Dsupport.S42 #include <sys/syscall.h>
/freebsd-13-stable/sys/riscv/riscv/
H A Delf_machdep.c50 #include <sys/syscall.h>
/freebsd-13-stable/sys/arm/arm/
H A Dlocore-v6.S32 #include <sys/syscall.h>
/freebsd-13-stable/sys/arm64/arm64/
H A Dtrap.c39 #include <sys/syscall.h>
H A Dlocore.S31 #include <sys/syscall.h>
/freebsd-13-stable/usr.bin/posixshmcontrol/
H A Dposixshmcontrol.c36 #include <sys/syscall.h>
/freebsd-13-stable/usr.bin/truss/
H A Dsetup.c61 #include "syscall.h"
463 struct syscall *sc;
492 fprintf(stderr, "syscall %s(", sc->name);
539 struct syscall *sc;
H A Dsyscalls.c84 #include "syscall.h"
89 * Note: We only scan this table on the initial syscall number to calling
90 * convention lookup, i.e. once each time a new syscall is encountered. This
719 static STAILQ_HEAD(, syscall) seen_syscalls;
972 * syscall arguments as needed. This used to be done by hand in the
1015 static struct syscall *
1030 add_syscall(struct procabi *abi, u_int number, struct syscall *sc)
1059 struct syscall *
1062 struct syscall *sc;
1100 fprintf(stderr, "unknown syscall
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
H A DHost.cpp35 #include <sys/syscall.h>
/freebsd-13-stable/sys/mips/mips/
H A Dfreebsd32_machdep.c51 #include <sys/syscall.h>
H A Dvm_machdep.c52 #include <sys/syscall.h>
/freebsd-13-stable/sys/kern/
H A Dtty_pts.c60 #include <sys/syscall.h>
/freebsd-13-stable/sys/rpc/rpcsec_tls/
H A Drpctls_impl.c49 #include <sys/syscall.h>
96 printf("rpctls_init: cannot register syscall\n");
/freebsd-13-stable/sys/netinet/
H A Dsctp_syscalls.c61 #include <sys/syscall.h>
/freebsd-13-stable/lib/libpmc/
H A Dlibpmc.c36 #include <sys/syscall.h>
82 syscall(pmc_syscall, PMC_OP_##cmd, (params))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DHost.cpp413 int fd = syscall(321 /* __NR_bpf */, 5 /* BPF_PROG_LOAD */, &attr,
420 /* Clear the whole attr in case its content changed by syscall. */
426 fd = syscall(321 /* __NR_bpf */, 5 /* BPF_PROG_LOAD */, &attr, sizeof(attr));
/freebsd-13-stable/targets/pseudo/tests/
H A DMakefile.depend110 cddl/usr.sbin/dtrace/tests/common/syscall \

Completed in 232 milliseconds

<<111213