Home
last modified time | relevance | path

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

/freebsd-14-stable/crypto/openssl/include/openssl/
HDtrace.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-14-stable/tools/test/stress2/misc/
HDfifo2.sh134 unsigned long arg1, arg2, arg3, arg4, arg5, arg6, arg7;
144 arg7 = makearg();
148 i, SYS_open, arg1, arg2, arg3, arg4, arg5, arg6, arg7);
152 syscall(SYS_open, arg1, arg2, arg3, arg4, arg5, arg6, arg7);
HDkevent7.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);
HDsyscall4.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-14-stable/sys/riscv/include/
HDsbi.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-14-stable/sys/powerpc/include/
HDifunc.h55 register_t arg7 __unused, \
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_syscall_linux_loongarch64.inc133 long arg5, long arg6, long arg7) {
141 register u64 a6 asm("$a6") = arg7;
HDsanitizer_syscall_linux_riscv64.inc136 long arg5, long arg6, long arg7) {
144 register u64 a6 asm("a6") = arg7;
/freebsd-14-stable/contrib/llvm-project/compiler-rt/include/sanitizer/
HDnetbsd_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-14-stable/lib/clang/liblldb/
HDLLDBWrapLua.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-14-stable/crypto/libecc/
HDREADME.md551 <arg7 (optional) = ancillary data to be used>