/freebsd/crypto/openssl/include/openssl/ |
H A D | trace.h | 299 # 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 D | fifo2.sh | 135 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 D | kevent7.sh | 197 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 D | syscall4.sh | 264 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 D | tst.args1.d | 58 arg5 == 5 && arg6 == 6 && arg7 == 7 && arg8 == 8 && arg9 == 9/ 66 arg3, arg4, arg5, arg6, arg7, arg8, arg9);
|
H A D | tst.args1.c | 36 long arg6 __unused, long arg7 __unused, long arg8 __unused, in go()
|
/freebsd/sys/riscv/include/ |
H A D | sbi.h | 146 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 D | tst.arg1to8.d | 41 arg3, arg4, arg5, arg6, arg7, arg8);
|
H A D | tst.arg1to8clause.d | 45 arg3, arg4, arg5, arg6, arg7, arg8);
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/fbtprovider/ |
H A D | tst.basic.d | 47 arg3, arg4, arg5, arg6, arg7, arg8);
|
/freebsd/sys/powerpc/include/ |
H A D | ifunc.h | 55 register_t arg7 __unused, \
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_syscall_linux_loongarch64.inc | 133 long arg5, long arg6, long arg7) { 141 register u64 a6 asm("$a6") = arg7;
|
H A D | sanitizer_syscall_linux_riscv64.inc | 136 long arg5, long arg6, long arg7) { 144 register u64 a6 asm("a6") = arg7;
|
/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/ |
H A D | netbsd_syscall_hooks.h | 31 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 D | LLDBWrapLua.cpp | 13708 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 D | README.md | 551 <arg7 (optional) = ancillary data to be used>
|