/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | OPENSSL_riscvcap.3 | 75 returned by the RISC-V Hardware Probing syscall (hwprobe) are stored
|
/freebsd/tools/regression/security/proc_to_proc/ |
H A D | scenario.c | 32 #include <sys/syscall.h> 197 return (syscall(374, flag)); in setugid()
|
/freebsd/sys/compat/linux/ |
H A D | linux_ptrace.c | 466 * 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 D | configure.ac | 625 #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 D | interrupt.cc | 61 /* 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 D | configure.ac | 625 #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 D | t_recvmmsg.c | 109 printf("waiting for %u messages (max %u per syscall)\n", n, in ATF_TC_BODY()
|
/freebsd/contrib/ntp/include/ |
H A D | l_stdlib.h | 176 extern int syscall (int, ...);
|
/freebsd/lib/libc/powerpc/gen/ |
H A D | sigsetjmp.S | 52 #include <sys/syscall.h>
|
H A D | setjmp.S | 29 #include <sys/syscall.h>
|
/freebsd/sys/ofed/drivers/infiniband/core/ |
H A D | rdma_core.h | 79 * This is the runtime description of the uverbs API, used by the syscall
|
/freebsd/sys/arm/arm/ |
H A D | sys_machdep.c | 42 #include <sys/syscall.h>
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_loopfilter.c | 1270 * 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 D | specialreg.h | 1209 #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 D | sanitizer_syscall_linux_aarch64.inc | 13 #define SYSCALL(name) __NR_ ## name
|
H A D | sanitizer_syscall_linux_hexagon.inc | 13 #define SYSCALL(name) __NR_##name
|
H A D | sanitizer_syscall_linux_arm.inc | 13 #define SYSCALL(name) __NR_ ## name
|
/freebsd/contrib/ntp/sntp/m4/ |
H A D | ntp_compiler.m4 | 152 # enough syscall differences that the NetBSD code will
|
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerUtilPosix.cpp | 24 #include <sys/syscall.h>
|
/freebsd/lib/libc/powerpcspe/gen/ |
H A D | setjmp.S | 29 #include <sys/syscall.h>
|
H A D | sigsetjmp.S | 52 #include <sys/syscall.h>
|
/freebsd/tests/sys/audit/ |
H A D | miscellaneous.c | 85 /* Set sysnum to the syscall corresponding to the system architecture */ in ATF_TC_BODY()
|
/freebsd/lib/librt/ |
H A D | aio.c | 31 #include <sys/syscall.h>
|
/freebsd/sys/sys/ |
H A D | syscall.mk | 8 syscall.o \
|
/freebsd/contrib/processor-trace/libipt/test/src/ |
H A D | ptunit-ild.c | 252 static struct ptunit_result syscall(void) in syscall() function 708 ptu_run(suite, syscall); in main()
|