Home
last modified time | relevance | path

Searched full:syscall (Results 526 – 550 of 881) sorted by relevance

1...<<21222324252627282930>>...36

/freebsd/secure/lib/libcrypto/man/man3/
H A DOPENSSL_riscvcap.375 returned by the RISC-V Hardware Probing syscall (hwprobe) are stored
/freebsd/tools/regression/security/proc_to_proc/
H A Dscenario.c32 #include <sys/syscall.h>
197 return (syscall(374, flag)); in setugid()
/freebsd/sys/compat/linux/
H A Dlinux_ptrace.c466 * Linux expects this syscall to read 64 bits, not 32. in linux_ptrace()
480 * Linux expects this syscall to write 64 bits, not 32. in linux_ptrace()
/freebsd/contrib/ntp/sntp/libevent/
H A Dconfigure.ac625 #include <sys/syscall.h>
632 return (syscall(__NR_epoll_create, size));
929 dnl enough syscall differences that the NetBSD code will
/freebsd/tests/sys/fs/fusefs/
H A Dinterrupt.cc61 /* Don't do anything; all we care about is that the syscall gets interrupted */
272 * The final syscall simply ensures that the test's main thread doesn't in TEST_F()
544 * A syscall that gets interrupted while blocking on FUSE I/O should send a
/freebsd/contrib/libevent/
H A Dconfigure.ac625 #include <sys/syscall.h>
632 return (syscall(__NR_epoll_create, size));
929 dnl enough syscall differences that the NetBSD code will
/freebsd/contrib/netbsd-tests/lib/libc/sys/
H A Dt_recvmmsg.c109 printf("waiting for %u messages (max %u per syscall)\n", n, in ATF_TC_BODY()
/freebsd/contrib/ntp/include/
H A Dl_stdlib.h176 extern int syscall (int, ...);
/freebsd/lib/libc/powerpc/gen/
H A Dsigsetjmp.S52 #include <sys/syscall.h>
H A Dsetjmp.S29 #include <sys/syscall.h>
/freebsd/sys/ofed/drivers/infiniband/core/
H A Drdma_core.h79 * This is the runtime description of the uverbs API, used by the syscall
/freebsd/sys/arm/arm/
H A Dsys_machdep.c42 #include <sys/syscall.h>
/freebsd/contrib/ntp/ntpd/
H A Dntp_loopfilter.c1270 * syscall. If that syscall works, initialize the kernel time in loop_config()
1406 * syscall bombs because the silly thing has not been implemented in
1408 * the stock adjtime() syscall and a lot of indelicate abuse.
/freebsd/sys/x86/include/
H A Dspecialreg.h1209 #define MSR_STAR 0xc0000081 /* legacy mode SYSCALL target/cs/ss */
1210 #define MSR_LSTAR 0xc0000082 /* long mode SYSCALL target rip */
1211 #define MSR_CSTAR 0xc0000083 /* compat mode SYSCALL target rip */
1212 #define MSR_SF_MASK 0xc0000084 /* syscall flags mask */
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_syscall_linux_aarch64.inc13 #define SYSCALL(name) __NR_ ## name
H A Dsanitizer_syscall_linux_hexagon.inc13 #define SYSCALL(name) __NR_##name
H A Dsanitizer_syscall_linux_arm.inc13 #define SYSCALL(name) __NR_ ## name
/freebsd/contrib/ntp/sntp/m4/
H A Dntp_compiler.m4152 # enough syscall differences that the NetBSD code will
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtilPosix.cpp24 #include <sys/syscall.h>
/freebsd/lib/libc/powerpcspe/gen/
H A Dsetjmp.S29 #include <sys/syscall.h>
H A Dsigsetjmp.S52 #include <sys/syscall.h>
/freebsd/tests/sys/audit/
H A Dmiscellaneous.c85 /* Set sysnum to the syscall corresponding to the system architecture */ in ATF_TC_BODY()
/freebsd/lib/librt/
H A Daio.c31 #include <sys/syscall.h>
/freebsd/sys/sys/
H A Dsyscall.mk8 syscall.o \
/freebsd/contrib/processor-trace/libipt/test/src/
H A Dptunit-ild.c252 static struct ptunit_result syscall(void) in syscall() function
708 ptu_run(suite, syscall); in main()

1...<<21222324252627282930>>...36