Home
last modified time | relevance | path

Searched refs:arg4 (Results 1 – 25 of 100) sorted by relevance

1234

/NextBSD/usr.sbin/rpc.lockd/
HDkern.c268 struct nlm4_testargs arg4; in test_request() local
270 arg4.cookie.n_bytes = (char *)&msg->lm_msg_ident; in test_request()
271 arg4.cookie.n_len = sizeof(msg->lm_msg_ident); in test_request()
272 arg4.exclusive = msg->lm_fl.l_type == F_WRLCK ? 1 : 0; in test_request()
273 arg4.alock.caller_name = hostname; in test_request()
274 arg4.alock.fh.n_bytes = (char *)&msg->lm_fh; in test_request()
275 arg4.alock.fh.n_len = msg->lm_fh_len; in test_request()
276 arg4.alock.oh.n_bytes = (char *)&owner; in test_request()
277 arg4.alock.oh.n_len = sizeof(owner); in test_request()
278 arg4.alock.svid = msg->lm_msg_ident.pid; in test_request()
[all …]
HDlock_proc.c376 nlmtonlm4(struct nlm_lock *arg, struct nlm4_lock *arg4) in nlmtonlm4() argument
378 arg4->caller_name = arg->caller_name; in nlmtonlm4()
379 arg4->fh = arg->fh; in nlmtonlm4()
380 arg4->oh = arg->oh; in nlmtonlm4()
381 arg4->svid = arg->svid; in nlmtonlm4()
382 arg4->l_offset = arg->l_offset; in nlmtonlm4()
383 arg4->l_len = arg->l_len; in nlmtonlm4()
422 struct nlm4_lock arg4; in nlm_test_1_svc() local
424 nlmtonlm4(&arg->alock, &arg4); in nlm_test_1_svc()
429 holder = testlock(&arg4, arg->exclusive, 0); in nlm_test_1_svc()
[all …]
/NextBSD/sys/sys/
HDsdt.h62 #define DTRACE_PROBE4(prov, name, arg1, arg2, arg3, arg4) { \ argument
67 (unsigned long)arg4); \
70 #define DTRACE_PROBE5(prov, name, arg1, arg2, arg3, arg4, arg5) { \ argument
75 (unsigned long)arg4, (unsigned long)arg5); \
89 #define SDT_PROBE(prov, mod, func, name, arg0, arg1, arg2, arg3, arg4) argument
97 #define SDT_PROBE_DEFINE5(prov, mod, func, name, arg0, arg1, arg2, arg3, arg4) argument
99 arg3, arg4, arg5) argument
101 arg3, arg4, arg5, arg6) argument
108 #define SDT_PROBE5(prov, mod, func, name, arg0, arg1, arg2, arg3, arg4) argument
109 #define SDT_PROBE6(prov, mod, func, name, arg0, arg1, arg2, arg3, arg4, arg5) argument
[all …]
/NextBSD/sys/netinet/
HDin_kdtrace.h31 #define IP_PROBE(probe, arg0, arg1, arg2, arg3, arg4, arg5) \ argument
32 SDT_PROBE6(ip, , , probe, arg0, arg1, arg2, arg3, arg4, arg5)
33 #define UDP_PROBE(probe, arg0, arg1, arg2, arg3, arg4) \ argument
34 SDT_PROBE5(udp, , , probe, arg0, arg1, arg2, arg3, arg4)
43 #define TCP_PROBE5(probe, arg0, arg1, arg2, arg3, arg4) \ argument
44 SDT_PROBE5(tcp, , , probe, arg0, arg1, arg2, arg3, arg4)
45 #define TCP_PROBE6(probe, arg0, arg1, arg2, arg3, arg4, arg5) \ argument
46 SDT_PROBE6(tcp, , , probe, arg0, arg1, arg2, arg3, arg4, arg5)
/NextBSD/sys/sys/mach/
HDipc_mig.h54 #define __BeforeRcvCallTrace(msgid,arg1,arg2,arg3,arg4) \ argument
60 (unsigned int)(arg4), \
63 #define __AfterRcvCallTrace(msgid,arg1,arg2,arg3,arg4) \ argument
69 (unsigned int)(arg4), \
72 #define __BeforeSimpleCallTrace(msgid,arg1,arg2,arg3,arg4) \ argument
78 (unsigned int)(arg4), \
81 #define __AfterSimpleCallTrace(msgid,arg1,arg2,arg3,arg4) \ argument
87 (unsigned int)(arg4), \
/NextBSD/crypto/heimdal/lib/hx509/
HDtest_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" ;;
/NextBSD/cddl/contrib/dtracetoolkit/Java/
HDj_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';
HDj_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';
HDj_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';
HDj_syscolors.d84 this->method = (char *)copyin(arg3, arg4 + 1);
85 this->method[arg4] = '\0';
100 this->method = (char *)copyin(arg3, arg4 + 1);
101 this->method[arg4] = '\0';
HDj_methodcalls.d49 this->method = (char *)copyin(arg3, arg4 + 1);
50 this->method[arg4] = '\0';
/NextBSD/cddl/contrib/dtracetoolkit/Bin/
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';
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';
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';
Dj_syscolors.d84 this->method = (char *)copyin(arg3, arg4 + 1);
85 this->method[arg4] = '\0';
100 this->method = (char *)copyin(arg3, arg4 + 1);
101 this->method[arg4] = '\0';
Dj_methodcalls.d49 this->method = (char *)copyin(arg3, arg4 + 1);
50 this->method[arg4] = '\0';
Dmmapfiles.d43 /(int)arg4 > 0/
48 this->filep = curthread->t_procp->p_user.u_finfo.fi_list[arg4].uf_file;
/NextBSD/contrib/compiler-rt/lib/sanitizer_common/
HDsanitizer_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),
/NextBSD/sys/nlm/
HDnlm_prot_server.c389 nlm4_res arg4; in nlm_lock_res_1_svc() local
391 nlm_convert_to_nlm4_res(&arg4, argp); in nlm_lock_res_1_svc()
392 return (nlm4_lock_res_4_svc(&arg4, result, rqstp)); in nlm_lock_res_1_svc()
398 nlm4_res arg4; in nlm_cancel_res_1_svc() local
400 nlm_convert_to_nlm4_res(&arg4, argp); in nlm_cancel_res_1_svc()
401 return (nlm4_cancel_res_4_svc(&arg4, result, rqstp)); in nlm_cancel_res_1_svc()
407 nlm4_res arg4; in nlm_unlock_res_1_svc() local
409 nlm_convert_to_nlm4_res(&arg4, argp); in nlm_unlock_res_1_svc()
410 return (nlm4_unlock_res_4_svc(&arg4, result, rqstp)); in nlm_unlock_res_1_svc()
416 nlm4_res arg4; in nlm_granted_res_1_svc() local
[all …]
/NextBSD/contrib/compiler-rt/lib/asan/
HDasan_win_dll_thunk.cc171 extern "C" void *name(void *arg1, void *arg2, void *arg3, void *arg4) { \
174 return fn(arg1, arg2, arg3, arg4); \
179 extern "C" void *name(void *arg1, void *arg2, void *arg3, void *arg4, \
183 return fn(arg1, arg2, arg3, arg4, arg5); \
188 extern "C" void *name(void *arg1, void *arg2, void *arg3, void *arg4, \
192 return fn(arg1, arg2, arg3, arg4, arg5, arg6); \
/NextBSD/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/privs/
HDtst.kpriv.ksh92 /arg4 != DTRACEFLT_KPRIV/
95 badsubr, DTRACEFLT_KPRIV, arg4);
100 /arg4 == DTRACEFLT_KPRIV/
/NextBSD/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/sdt/
HDtst.sdtargs.d47 /arg0 != 1 || arg1 != 2 || arg2 != 3 || arg3 != 4 || arg4 != 5 || arg5 != 6 ||
52 arg3, arg4, arg5, arg6);
/NextBSD/contrib/atf/atf-c/
HDtp_test.c49 char arg4[] = "foo"; in ATF_TC_BODY() local
50 char *const argv[] = { arg1, arg2, arg3, arg4, NULL }; in ATF_TC_BODY()
/NextBSD/cddl/contrib/dtracetoolkit/Proc/
HDmmapfiles.d43 /(int)arg4 > 0/
48 this->filep = curthread->t_procp->p_user.u_finfo.fi_list[arg4].uf_file;
/NextBSD/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
HDtst.args1.d57 /arg0 == 0 && arg1 == 1 && arg2 == 2 && arg3 == 3 && arg4 == 4 &&
66 arg3, arg4, arg5, arg6, arg7, arg8, arg9);

1234