Searched refs:arg4 (Results 1 - 25 of 177) sorted by relevance

12345678

/netbsd-current/external/gpl3/gdb.old/dist/sim/common/
H A Dsim-syscall.h32 long arg4);
36 long arg4, long *result, long *result2, int *errcode);
/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Dsim-syscall.h34 long arg4);
38 long arg4, long *result, long *result2, int *errcode);
/netbsd-current/crypto/external/bsd/openssl/dist/include/openssl/
H A Dtrace.h293 # define OSSL_TRACE4(category, format, arg1, arg2, arg3, arg4) \
294 OSSL_TRACEV(category, (trc_out, format, arg1, arg2, arg3, arg4))
295 # define OSSL_TRACE5(category, format, arg1, arg2, arg3, arg4, arg5) \
296 OSSL_TRACEV(category, (trc_out, format, arg1, arg2, arg3, arg4, arg5))
297 # define OSSL_TRACE6(category, format, arg1, arg2, arg3, arg4, arg5, arg6) \
298 OSSL_TRACEV(category, (trc_out, format, arg1, arg2, arg3, arg4, arg5, arg6))
299 # define OSSL_TRACE7(category, format, arg1, arg2, arg3, arg4, arg5, arg6, arg7) \
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) \
302 OSSL_TRACEV(category, (trc_out, format, arg1, arg2, arg3, arg4, arg
[all...]
/netbsd-current/external/cddl/dtracetoolkit/dist/Bin/
H A Dj_classflow.d81 this->method = (char *)copyin(arg3, arg4 + 1);
82 this->method[arg4] = '\0';
93 this->method = (char *)copyin(arg3, arg4 + 1);
94 this->method[arg4] = '\0';
H A Dj_flow.d67 this->method = (char *)copyin(arg3, arg4 + 1);
68 this->method[arg4] = '\0';
80 this->method = (char *)copyin(arg3, arg4 + 1);
81 this->method[arg4] = '\0';
H A Dj_methodcalls.d49 this->method = (char *)copyin(arg3, arg4 + 1);
50 this->method[arg4] = '\0';
H A Dj_syscalls.d50 this->method = (char *)copyin(arg3, arg4 + 1);
51 this->method[arg4] = '\0';
H A Dmmapfiles.d43 /(int)arg4 > 0/
48 this->filep = curthread->t_procp->p_user.u_finfo.fi_list[arg4].uf_file;
H A Dj_flowtime.d78 this->method = (char *)copyin(arg3, arg4 + 1);
79 this->method[arg4] = '\0';
93 this->method = (char *)copyin(arg3, arg4 + 1);
94 this->method[arg4] = '\0';
/netbsd-current/external/cddl/dtracetoolkit/dist/Java/
H A Dj_classflow.d81 this->method = (char *)copyin(arg3, arg4 + 1);
82 this->method[arg4] = '\0';
93 this->method = (char *)copyin(arg3, arg4 + 1);
94 this->method[arg4] = '\0';
H A Dj_flow.d67 this->method = (char *)copyin(arg3, arg4 + 1);
68 this->method[arg4] = '\0';
80 this->method = (char *)copyin(arg3, arg4 + 1);
81 this->method[arg4] = '\0';
H A Dj_methodcalls.d49 this->method = (char *)copyin(arg3, arg4 + 1);
50 this->method[arg4] = '\0';
H A Dj_syscalls.d50 this->method = (char *)copyin(arg3, arg4 + 1);
51 this->method[arg4] = '\0';
H A Dj_flowtime.d78 this->method = (char *)copyin(arg3, arg4 + 1);
79 this->method[arg4] = '\0';
93 this->method = (char *)copyin(arg3, arg4 + 1);
94 this->method[arg4] = '\0';
/netbsd-current/tests/compat/linux/arch/x86_64/
H A Dh_syscall.c37 register_t arg4, register_t arg5, register_t arg6, ...)
40 register register_t r10 __asm__ ("r10") = arg4;
36 syscall6(long number, register_t arg1, register_t arg2, register_t arg3, register_t arg4, register_t arg5, register_t arg6, ...) argument
/netbsd-current/external/cddl/dtracetoolkit/dist/Proc/
H A Dmmapfiles.d43 /(int)arg4 > 0/
48 this->filep = curthread->t_procp->p_user.u_finfo.fi_list[arg4].uf_file;
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dtest_nist.in63 while read id verify cert arg1 arg2 arg3 arg4 arg5 ; do
84 case "$arg4" in
85 *.crt) args="$args chain:FILE:$nistdir/certs/$arg4" ;;
86 *.crl) args="$args crl:FILE:$nistdir/crls/$arg4" ;;
87 *) args="$args $arg4" ;;
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_syscall_linux_x86_64.inc48 static uptr internal_syscall(u64 nr, T1 arg1, T2 arg2, T3 arg3, T4 arg4) {
52 "S"((u64)arg2), "d"((u64)arg3), "r"((u64)arg4) :
58 static uptr internal_syscall(u64 nr, T1 arg1, T2 arg2, T3 arg3, T4 arg4,
64 "S"((u64)arg2), "d"((u64)arg3), "r"((u64)arg4), "r"((u64)arg5) :
71 static uptr internal_syscall(u64 nr, T1 arg1, T2 arg2, T3 arg3, T4 arg4,
78 "S"((u64)arg2), "d"((u64)arg3), "r"((u64)arg4), "r"((u64)arg5),
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_syscall_linux_x86_64.inc46 static uptr internal_syscall(u64 nr, T1 arg1, T2 arg2, T3 arg3, T4 arg4) {
50 "S"((u64)arg2), "d"((u64)arg3), "r"((u64)arg4) :
56 static uptr internal_syscall(u64 nr, T1 arg1, T2 arg2, T3 arg3, T4 arg4,
62 "S"((u64)arg2), "d"((u64)arg3), "r"((u64)arg4), "r"((u64)arg5) :
69 static uptr internal_syscall(u64 nr, T1 arg1, T2 arg2, T3 arg3, T4 arg4,
76 "S"((u64)arg2), "d"((u64)arg3), "r"((u64)arg4), "r"((u64)arg5),
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_syscall_linux_x86_64.inc47 static uptr internal_syscall(u64 nr, T1 arg1, T2 arg2, T3 arg3, T4 arg4) {
51 "S"((u64)arg2), "d"((u64)arg3), "r"((u64)arg4) :
57 static uptr internal_syscall(u64 nr, T1 arg1, T2 arg2, T3 arg3, T4 arg4,
63 "S"((u64)arg2), "d"((u64)arg3), "r"((u64)arg4), "r"((u64)arg5) :
70 static uptr internal_syscall(u64 nr, T1 arg1, T2 arg2, T3 arg3, T4 arg4,
77 "S"((u64)arg2), "d"((u64)arg3), "r"((u64)arg4), "r"((u64)arg5),
/netbsd-current/external/bsd/atf/dist/atf-c/
H A Dtp_test.c53 char arg4[] = "foo"; local
54 char *const argv[] = { arg1, arg2, arg3, arg4, NULL };
/netbsd-current/external/bsd/atf/dist/atf-c++/detail/
H A Dapplication_test.cpp51 char arg4[] = "foo"; local
52 char *const argv[] = { arg1, arg2, arg3, arg4, NULL };
/netbsd-current/external/bsd/atf/dist/tools/
H A Dapplication_test.cpp51 char arg4[] = "foo"; local
52 char *const argv[] = { arg1, arg2, arg3, arg4, NULL };
/netbsd-current/sys/rump/librump/rumpkern/
H A Drumpkern_if_wrappers.c51 rump_pub_kernelfsym_load(void *arg1, uint64_t arg2, char *arg3, uint64_t arg4) argument
56 rv = rump_kernelfsym_load(arg1, arg2, arg3, arg4);
63 rump_pub_uio_setup(void *arg1, size_t arg2, off_t arg3, enum rump_uiorw arg4) argument
68 rv = rump_uio_setup(arg1, arg2, arg3, arg4);
111 rump_pub_cred_create(uid_t arg1, gid_t arg2, size_t arg3, gid_t *arg4) argument
116 rv = rump_cred_create(arg1, arg2, arg3, arg4);
216 rump_pub_etfs_register_withsize(const char *arg1, const char *arg2, enum rump_etfs_type arg3, uint64_t arg4, uint64_t arg5) argument
221 rv = rump_etfs_register_withsize(arg1, arg2, arg3, arg4, arg5);
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mri/
H A Dempty.s7 SBT arg4 - one two three four

Completed in 130 milliseconds

12345678