Home
last modified time | relevance | path

Searched refs:arg7 (Results 1 – 15 of 15) sorted by relevance

/freebsd/crypto/openssl/include/openssl/
H A Dtrace.h299 # define OSSL_TRACE7(category, format, arg1, arg2, arg3, arg4, arg5, arg6, arg7) \ argument
300 OSSL_TRACEV(category, (trc_out, format, arg1, arg2, arg3, arg4, arg5, arg6, arg7))
301 # define OSSL_TRACE8(category, format, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8) \ argument
302 OSSL_TRACEV(category, (trc_out, format, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8))
303 # define OSSL_TRACE9(category, format, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) \ argument
304 OSSL_TRACEV(category, (trc_out, format, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9))
/freebsd/tools/test/stress2/misc/
H A Dfifo2.sh135 unsigned long arg1, arg2, arg3, arg4, arg5, arg6, arg7;
145 arg7 = 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;
212 arg7 = 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;
286 arg7 = makearg();
291 i, num, arg1, arg2, arg3, arg4, arg5, arg6, arg7);
295 syscall(num, arg1, arg2, arg3, arg4, arg5, arg6, arg7);
/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);
H A Dtst.args1.c36 long arg6 __unused, long arg7 __unused, long arg8 __unused, in go()
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/builtinvar/
H A Dtst.arg1to8.d41 arg3, arg4, arg5, arg6, arg7, arg8);
H A Dtst.arg1to8clause.d45 arg3, arg4, arg5, arg6, arg7, arg8);
/freebsd/sys/riscv/include/
H A Dsbi.h138 sbi_call(uint64_t arg7, uint64_t arg6, uint64_t arg0, uint64_t arg1, in sbi_call() argument
149 register uintptr_t a7 __asm ("a7") = (uintptr_t)(arg7); in sbi_call()
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/fbtprovider/
H A Dtst.basic.d47 arg3, arg4, arg5, arg6, arg7, arg8);
/freebsd/sys/powerpc/include/
H A Difunc.h55 register_t arg7 __unused, \
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_syscall_linux_loongarch64.inc133 long arg5, long arg6, long arg7) {
141 register u64 a6 asm("$a6") = arg7;
H A Dsanitizer_syscall_linux_riscv64.inc136 long arg5, long arg6, long arg7) {
144 register u64 a6 asm("a6") = arg7;
/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dnetbsd_syscall_hooks.h31 arg5, arg6, arg7) \ argument
35 (long long)(arg5), (long long)(arg6), (long long)(arg7))
37 arg4, arg5, arg6, arg7) \ argument
41 (long long)(arg5), (long long)(arg6), (long long)(arg7))
1053 arg5, arg6, arg7) \ argument
1057 (long long)(arg5), (long long)(arg6), (long long)(arg7))
1063 (long long)(arg5), (long long)(arg6), (long long)(arg7))
2872 long long arg7);
2877 long long arg6, long long arg7);
3651 long long arg7);
[all …]
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp12910 lldb::SBStringList *arg7 = 0 ; in _wrap_SBCommandInterpreter_HandleCompletionWithDescriptions() local
22410 bool *arg7 = 0 ; in _wrap_SBDebugger_RunCommandInterpreter() local
22440 arg7 = &temp7; in _wrap_SBDebugger_RunCommandInterpreter()
42420 char *arg7 = (char *) 0 ; in _wrap_SBProcess_RemoteLaunch() local
47469 lldb::SBStream *arg7 = 0 ; in _wrap_SBSourceManager_DisplaySourceLinesWithLineNumbers() local
47519 char *arg7 = (char *) 0 ; in _wrap_SBSourceManager_DisplaySourceLinesWithLineNumbersAndColumn() local
51796 char *arg7 = (char *) 0 ; in _wrap_SBTarget_Launch__SWIG_0() local
54111 bool arg7 ; in _wrap_SBTarget_BreakpointCreateByLocation__SWIG_5() local
54140 arg7 = (lua_toboolean(L, 7)!=0); in _wrap_SBTarget_BreakpointCreateByLocation__SWIG_5()
54893 lldb::SBFileSpecList *arg7 = 0 ; in _wrap_SBTarget_BreakpointCreateByNames__SWIG_1() local
[all …]