HomeSort by: relevance | last modified time | path
    Searched refs:arg4 (Results 1 - 25 of 189) sorted by relevancy

1 2 3 4 5 6 7 8

  /src/external/gpl3/gdb.old/dist/sim/common/
sim-syscall.h 34 long arg4);
38 long arg4, long *result, long *result2, int *errcode);
  /src/external/gpl3/gdb/dist/sim/common/
sim-syscall.h 34 long arg4);
38 long arg4, long *result, long *result2, int *errcode);
  /src/crypto/external/apache2/openssl/dist/include/openssl/
trace.h 298 #define OSSL_TRACE4(category, format, arg1, arg2, arg3, arg4) \
299 OSSL_TRACEV(category, (trc_out, format, arg1, arg2, arg3, arg4))
300 #define OSSL_TRACE5(category, format, arg1, arg2, arg3, arg4, arg5) \
301 OSSL_TRACEV(category, (trc_out, format, arg1, arg2, arg3, arg4, arg5))
302 #define OSSL_TRACE6(category, format, arg1, arg2, arg3, arg4, arg5, arg6) \
303 OSSL_TRACEV(category, (trc_out, format, arg1, arg2, arg3, arg4, arg5, arg6))
304 #define OSSL_TRACE7(category, format, arg1, arg2, arg3, arg4, arg5, arg6, arg7) \
305 OSSL_TRACEV(category, (trc_out, format, arg1, arg2, arg3, arg4, arg5, arg6, arg7))
306 #define OSSL_TRACE8(category, format, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8) \
307 OSSL_TRACEV(category, (trc_out, format, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8)
    [all...]
  /src/crypto/external/bsd/openssl/dist/include/openssl/
trace.h 293 # 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, arg5, arg6, arg7, arg8)
    [all...]
  /src/tests/compat/linux/arch/x86_64/
h_syscall.c 37 register_t arg4, register_t arg5, register_t arg6, ...)
40 register register_t r10 __asm__ ("r10") = arg4;
  /src/external/cddl/dtracetoolkit/dist/Bin/
j_classflow.d 81 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';
j_flow.d 67 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';
j_methodcalls.d 49 this->method = (char *)copyin(arg3, arg4 + 1);
50 this->method[arg4] = '\0';
j_syscalls.d 50 this->method = (char *)copyin(arg3, arg4 + 1);
51 this->method[arg4] = '\0';
mmapfiles.d 43 /(int)arg4 > 0/
48 this->filep = curthread->t_procp->p_user.u_finfo.fi_list[arg4].uf_file;
j_flowtime.d 78 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';
  /src/external/cddl/dtracetoolkit/dist/Java/
j_classflow.d 81 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';
j_flow.d 67 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';
j_methodcalls.d 49 this->method = (char *)copyin(arg3, arg4 + 1);
50 this->method[arg4] = '\0';
j_syscalls.d 50 this->method = (char *)copyin(arg3, arg4 + 1);
51 this->method[arg4] = '\0';
j_flowtime.d 78 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';
  /src/external/cddl/dtracetoolkit/dist/Proc/
mmapfiles.d 43 /(int)arg4 > 0/
48 this->filep = curthread->t_procp->p_user.u_finfo.fi_list[arg4].uf_file;
  /src/crypto/external/bsd/heimdal/dist/lib/hx509/
test_nist.in 63 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" ;;
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_syscall_linux_x86_64.inc 48 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),
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_syscall_linux_x86_64.inc 47 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),
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_syscall_linux_x86_64.inc 47 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),
  /src/sys/rump/librump/rumpkern/
rumpkern_if_wrappers.c 51 rump_pub_kernelfsym_load(void *arg1, uint64_t arg2, char *arg3, uint64_t arg4)
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)
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)
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)
221 rv = rump_etfs_register_withsize(arg1, arg2, arg3, arg4, arg5);
  /src/external/bsd/atf/dist/atf-c/
tp_test.c 53 char arg4[] = "foo"; local
54 char *const argv[] = { arg1, arg2, arg3, arg4, NULL };
  /src/external/bsd/atf/dist/atf-c++/detail/
application_test.cpp 51 char arg4[] = "foo"; local
52 char *const argv[] = { arg1, arg2, arg3, arg4, NULL };
  /src/external/bsd/atf/dist/tools/
application_test.cpp 51 char arg4[] = "foo"; local
52 char *const argv[] = { arg1, arg2, arg3, arg4, NULL };

Completed in 59 milliseconds

1 2 3 4 5 6 7 8