Home
last modified time | relevance | path

Searched refs:arg7 (Results 1 – 16 of 16) 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/sys/riscv/include/
H A Dsbi.h146 sbi_call(uint64_t arg7, uint64_t arg6, uint64_t arg0, uint64_t arg1, in sbi_call() argument
157 register uintptr_t a7 __asm ("a7") = (uintptr_t)(arg7); in sbi_call()
/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/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))
1059 arg4, arg5, arg6, arg7) \ argument
1063 (long long)(arg5), (long long)(arg6), (long long)(arg7))
2872 long long arg7);
2877 long long arg6, long long arg7);
[all …]
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp13708 lldb::SBStringList *arg7 = 0 ; in _wrap_SBCommandInterpreter_HandleCompletionWithDescriptions() local
13734 if (!SWIG_IsOK(SWIG_ConvertPtr(L,7,(void**)&arg7,SWIGTYPE_p_lldb__SBStringList,0))){ in _wrap_SBCommandInterpreter_HandleCompletionWithDescriptions()
13738 …ult = (int)(arg1)->HandleCompletionWithDescriptions((char const *)arg2,arg3,arg4,arg5,*arg6,*arg7); in _wrap_SBCommandInterpreter_HandleCompletionWithDescriptions()
23749 bool *arg7 = 0 ; in _wrap_SBDebugger_RunCommandInterpreter() local
23779 arg7 = &temp7; in _wrap_SBDebugger_RunCommandInterpreter()
23780 (arg1)->RunCommandInterpreter(arg2,arg3,*arg4,*arg5,*arg6,*arg7); in _wrap_SBDebugger_RunCommandInterpreter()
23784 lua_pushboolean(L, (int)((*arg7)!=0)); SWIG_arg++; in _wrap_SBDebugger_RunCommandInterpreter()
44057 char *arg7 = (char *) 0 ; in _wrap_SBProcess_RemoteLaunch() local
44126 arg7 = (char *)lua_tostring(L, 7); in _wrap_SBProcess_RemoteLaunch()
44134 …arg3,(char const *)arg4,(char const *)arg5,(char const *)arg6,(char const *)arg7,arg8,arg9,*arg10); in _wrap_SBProcess_RemoteLaunch()
[all …]
/freebsd/crypto/libecc/
H A DREADME.md551 <arg7 (optional) = ancillary data to be used>