Home
last modified time | relevance | path

Searched refs:arg5 (Results 1 – 25 of 67) sorted by relevance

123

/freebsd/crypto/openssl/include/openssl/
H A Dtrace.h300 #define OSSL_TRACE5(category, format, arg1, arg2, arg3, arg4, arg5) \ argument
301 OSSL_TRACEV(category, (trc_out, format, arg1, arg2, arg3, arg4, arg5))
302 #define OSSL_TRACE6(category, format, arg1, arg2, arg3, arg4, arg5, arg6) \ argument
303 OSSL_TRACEV(category, (trc_out, format, arg1, arg2, arg3, arg4, arg5, arg6))
304 #define OSSL_TRACE7(category, format, arg1, arg2, arg3, arg4, arg5, arg6, arg7) \ argument
305 OSSL_TRACEV(category, (trc_out, format, arg1, arg2, arg3, arg4, arg5, arg6, arg7))
306 #define OSSL_TRACE8(category, format, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8) \ argument
307 OSSL_TRACEV(category, (trc_out, format, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8))
308 #define OSSL_TRACE9(category, format, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) \ argument
309 OSSL_TRACEV(category, (trc_out, format, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9))
/freebsd/crypto/heimdal/lib/hx509/
H A Dtest_nist.in63 while read id verify cert arg1 arg2 arg3 arg4 arg5 ; do
89 case "$arg5" in
90 *.crt) args="$args chain:FILE:$nistdir/certs/$arg5" ;;
91 *.crl) args="$args crl:FILE:$nistdir/crls/$arg5" ;;
92 *) args="$args $arg5" ;;
/freebsd/contrib/llvm-project/libc/src/__support/OSUtil/linux/i386/
H A Dsyscall.h58 long arg4, long arg5) { in syscall_impl() argument
63 "D"(arg5) in syscall_impl()
69 long arg4, long arg5, long arg6) { in syscall_impl() argument
81 "D"(arg5), [arg6] "m"(arg6) in syscall_impl()
/freebsd/sys/kern/
H A Dkern_sdt.c51 uintptr_t arg4 __unused, uintptr_t arg5 __unused) in sdt_probe_stub()
66 uintptr_t arg2, uintptr_t arg3, uintptr_t arg4, uintptr_t arg5) in sdt_probe6() argument
68 sdt_probe_func(id, arg0, arg1, arg2, arg3, arg4, arg5); in sdt_probe6()
/freebsd/lib/libc/tests/gen/
H A Dmakecontext_test.c124 check_5(int arg1, int arg2, int arg3, int arg4, int arg5) in check_5() argument
131 ATF_REQUIRE_EQ(arg5, 5); in check_5()
149 check_6(int arg1, int arg2, int arg3, int arg4, int arg5, int arg6) in check_6() argument
156 ATF_REQUIRE_EQ(arg5, 5); in check_6()
/freebsd/tools/test/stress2/misc/
H A Dfifo2.sh135 unsigned long arg1, arg2, arg3, arg4, arg5, arg6, arg7;
143 arg5 = makearg();
149 i, SYS_open, arg1, arg2, arg3, arg4, arg5, arg6, arg7);
152 syscall(SYS_open, arg1, arg2, arg3, arg4, arg5, arg6, arg7);
H A Dkevent7.sh197 unsigned long arg1, arg2, arg3, arg4, arg5, arg6, arg7;
210 arg5 = makearg();
217 i, num, arg1, arg2, arg3, arg4, arg5, arg6, arg7);
220 syscall(num, arg1, arg2, arg3, arg4, arg5, arg6, arg7);
H A Dsyscall4.sh264 unsigned long arg1, arg2, arg3, arg4, arg5, arg6, arg7;
284 arg5 = makearg();
291 i, num, arg1, arg2, arg3, arg4, arg5, arg6, arg7);
295 syscall(num, arg1, arg2, arg3, arg4, arg5, arg6, arg7);
/freebsd/contrib/llvm-project/libc/src/__support/OSUtil/linux/riscv/
H A Dsyscall.h30 register long a4 __asm__("a4") = arg5;
80 long arg4, long arg5) { in syscall_impl() argument
87 long arg4, long arg5, long arg6) { in syscall_impl() argument
/freebsd/contrib/llvm-project/libc/src/__support/OSUtil/darwin/aarch64/
H A Dsyscall.h32 register long x4 __asm__("x4") = arg5;
82 long arg4, long arg5) { in syscall_impl() argument
89 long arg4, long arg5, long arg6) { in syscall_impl() argument
/freebsd/contrib/llvm-project/libc/src/__support/OSUtil/linux/aarch64/
H A Dsyscall.h30 register long x4 __asm__("x4") = arg5;
80 long arg4, long arg5) { in syscall_impl() argument
87 long arg4, long arg5, long arg6) { in syscall_impl() argument
/freebsd/sys/sys/
H A Dsdt.h70 #define DTRACE_PROBE5(prov, name, arg1, arg2, arg3, arg4, arg5) { \ argument
75 (unsigned long)arg4, (unsigned long)arg5); \
104 arg3, arg4, arg5) argument
112 #define SDT_PROBE6(prov, mod, func, name, arg0, arg1, arg2, arg3, arg4, arg5) argument
128 arg1, xarg1, arg2, xarg2, arg3, xarg3, arg4, xarg4, arg5, xarg5) argument
298 arg4, arg5) \ argument
305 SDT_PROBE_ARGTYPE(prov, mod, func, name, 5, arg5, NULL)
345 arg1, xarg1, arg2, xarg2, arg3, xarg3, arg4, xarg4, arg5, xarg5) \ argument
352 SDT_PROBE_ARGTYPE(prov, mod, func, name, 5, arg5, xarg5)
366 #define SDT_PROBE6(prov, mod, func, name, arg0, arg1, arg2, arg3, arg4, arg5) \ argument
[all …]
/freebsd/contrib/llvm-project/libc/src/__support/OSUtil/linux/arm/
H A Dsyscall.h51 register long r4 __asm__("r4") = arg5;
98 long arg4, long arg5) { in syscall_impl() argument
105 long arg4, long arg5, long arg6) { in syscall_impl() argument
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/sdt/
H A Dtst.sdtargs.d47 /arg0 != 1 || arg1 != 2 || arg2 != 3 || arg3 != 4 || arg4 != 5 || arg5 != 6/
51 arg3, arg4, arg5);
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_syscall_linux_x86_64.inc58 T5 arg5) {
63 "S"((u64)arg2), "d"((u64)arg3), "r"((u64)arg4), "r"((u64)arg5) :
71 T5 arg5, T6 arg6) {
77 "S"((u64)arg2), "d"((u64)arg3), "r"((u64)arg4), "r"((u64)arg5),
H A Dsanitizer_syscall_linux_loongarch64.inc96 long arg5) {
102 register u64 a4 asm("$a4") = arg5;
114 long arg5, long arg6) {
120 register u64 a4 asm("$a4") = arg5;
133 long arg5, long arg6, long arg7) {
139 register u64 a4 asm("$a4") = arg5;
H A Dsanitizer_syscall_linux_riscv64.inc99 long arg5) {
105 register u64 a4 asm("a4") = arg5;
117 long arg5, long arg6) {
123 register u64 a4 asm("a4") = arg5;
136 long arg5, long arg6, long arg7) {
142 register u64 a4 asm("a4") = arg5;
H A Dsanitizer_syscall_linux_aarch64.inc83 u64 arg4, long arg5) {
89 register u64 x4 asm("x4") = arg5;
101 u64 arg4, long arg5, long arg6) {
107 register u64 x4 asm("x4") = arg5;
H A Dsanitizer_syscall_linux_arm.inc83 u32 arg4, long arg5) {
89 register u32 r4 asm("r4") = arg5;
101 u32 arg4, long arg5, long arg6) {
107 register u32 r4 asm("r4") = arg5;
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.args1.d58 arg5 == 5 && arg6 == 6 && arg7 == 7 && arg8 == 8 && arg9 == 9/
66 arg3, arg4, arg5, arg6, arg7, arg8, arg9);
/freebsd/contrib/llvm-project/libc/include/llvm-libc-macros/linux/
H A Dunistd-macros.h52 #define __syscall_helper(sysno, arg1, arg2, arg3, arg4, arg5, arg6, ...) \ argument
54 (long)(arg4), (long)(arg5), (long)(arg6))
/freebsd/sys/netinet/
H A Dsctp_kdtrace.h50 #define SCTP_PROBE6(probe, arg0, arg1, arg2, arg3, arg4, arg5) \ argument
51 SDT_PROBE6(sctp, , , probe, arg0, arg1, arg2, arg3, arg4, arg5)
/freebsd/include/
H A Dstdlib.h370 #define qsort_r(base, nel, width, arg4, arg5) \ argument
371 __generic(arg5, int (*)(void *, const void *, const void *), \
372 __qsort_r_compat, qsort_r)(base, nel, width, arg4, arg5)
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i386/funcs/
H A Dtst.badcopyinstr.d51 exit(arg4 == DTRACEFLT_BADADDR && arg5 == (uint64_t)&`utsname ? 0 : 1);
H A Dtst.badcopyin.d51 arg5 == (uint64_t)&`dtrace_zero ? 0 : 1);

123