Home
last modified time | relevance | path

Searched refs:arg0 (Results 1 – 25 of 157) sorted by relevance

1234567

/freebsd/tools/debugscripts/
H A Dnetstat-anr.gdb34 $arg0 & 0xff, ($arg0 >> 8) & 0xff, \
35 ($arg0 >> 16) & 0xff, ($arg0 >> 24) & 0xff
38 ($arg0 >> 24) & 0xff, ($arg0 >> 16) & 0xff, \
39 ($arg0 >> 8) & 0xff, $arg0 & 0xff
47 if ($arg0 & (1 << $b))
56 if ($arg0 & $RTF_UP)
59 if ($arg0 & $RTF_GATEWAY)
62 if ($arg0 & $RTF_HOST)
65 if ($arg0 & $RTF_STATIC)
71 set $sa = (struct sockaddr *)$arg0
[all …]
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/io/
H A Dtst.fds.d33 /pid == $1 && arg0 == -1u/
39 /pid == $1 && arg0 != -1u && arg1 == 0 && arg2 == NULL/
41 printf("fds[%d] fi_name = %s\n", arg0, fds[arg0].fi_name);
42 printf("fds[%d] fi_dirname = %s\n", arg0, fds[arg0].fi_dirname);
43 printf("fds[%d] fi_pathname = %s\n", arg0, fds[arg0].fi_pathname);
44 printf("fds[%d] fi_fs = %s\n", arg0, fds[arg0].fi_fs);
45 printf("fds[%d] fi_mount = %s\n", arg0, fds[arg0].fi_mount);
46 printf("fds[%d] fi_offset = %d\n", arg0, fds[arg0].fi_offset);
47 printf("fds[%d] fi_oflags = 0x%x\n", arg0, fds[arg0].fi_oflags);
/freebsd/sys/sys/
H A Dsdt.h94 #define SDT_PROBE(prov, mod, func, name, arg0, arg1, arg2, arg3, arg4) argument
98 #define SDT_PROBE_DEFINE1(prov, mod, func, name, arg0) argument
99 #define SDT_PROBE_DEFINE2(prov, mod, func, name, arg0, arg1) argument
100 #define SDT_PROBE_DEFINE3(prov, mod, func, name, arg0, arg1, arg2) argument
101 #define SDT_PROBE_DEFINE4(prov, mod, func, name, arg0, arg1, arg2, arg3) argument
102 #define SDT_PROBE_DEFINE5(prov, mod, func, name, arg0, arg1, arg2, arg3, arg4) argument
103 #define SDT_PROBE_DEFINE6(prov, mod, func, name, arg0, arg1, arg2, \ argument
107 #define SDT_PROBE1(prov, mod, func, name, arg0) argument
108 #define SDT_PROBE2(prov, mod, func, name, arg0, arg1) argument
109 #define SDT_PROBE3(prov, mod, func, name, arg0, arg1, arg2) argument
[all …]
/freebsd/contrib/tcp_wrappers/
H A Dinetcf.c39 static void inet_chk(char *protocol, char *path, char *arg0, char *arg1);
66 char *arg0; in inet_cfg() local
133 if ((arg0 = strtok((char *) 0, whitespace)) == 0) { in inet_cfg()
137 if (arg0[strspn(arg0, "0123456789")] == 0) { in inet_cfg()
144 if ((arg0 = strtok((char *) 0, whitespace)) == 0) { in inet_cfg()
152 inet_chk(protocol, path, arg0, arg1); in inet_cfg()
161 static void inet_chk(char *protocol, char *path, char *arg0, char *arg1) in inet_chk() argument
167 char *tcpd_proc_name = (arg0[0] == '/' ? base_name(arg0) : arg0); in inet_chk()
183 inet_set(arg0, WR_YES); in inet_chk()
213 if (arg0[0] == '/' && STR_EQ(tcpd_proc_name, base_name(arg1))) in inet_chk()
[all …]
/freebsd/sys/netinet/
H A Dsctp_kdtrace.h40 #define SCTP_PROBE1(probe, arg0) \ argument
41 SDT_PROBE1(sctp, , , probe, arg0)
42 #define SCTP_PROBE2(probe, arg0, arg1) \ argument
43 SDT_PROBE2(sctp, , , probe, arg0, arg1)
44 #define SCTP_PROBE3(probe, arg0, arg1, arg2) \ argument
45 SDT_PROBE3(sctp, , , probe, arg0, arg1, arg2)
46 #define SCTP_PROBE4(probe, arg0, arg1, arg2, arg3) \ argument
47 SDT_PROBE4(sctp, , , probe, arg0, arg1, arg2, arg3)
48 #define SCTP_PROBE5(probe, arg0, arg1, arg2, arg3, arg4) \ argument
49 SDT_PROBE5(sctp, , , probe, arg0, arg1, arg2, arg3, arg4)
[all …]
H A Din_kdtrace.h33 #define IP_PROBE(probe, arg0, arg1, arg2, arg3, arg4, arg5) \ argument
34 SDT_PROBE6(ip, , , probe, arg0, arg1, arg2, arg3, arg4, arg5)
35 #define UDP_PROBE(probe, arg0, arg1, arg2, arg3, arg4) \ argument
36 SDT_PROBE5(udp, , , probe, arg0, arg1, arg2, arg3, arg4)
37 #define UDPLITE_PROBE(probe, arg0, arg1, arg2, arg3, arg4) \ argument
38 SDT_PROBE5(udplite, , , probe, arg0, arg1, arg2, arg3, arg4)
39 #define TCP_PROBE1(probe, arg0) \ argument
40 SDT_PROBE1(tcp, , , probe, arg0)
41 #define TCP_PROBE2(probe, arg0, arg1) \ argument
42 SDT_PROBE2(tcp, , , probe, arg0, arg1)
[all …]
/freebsd/sys/security/mac/
H A Dmac_internal.h67 #define MAC_CHECK_PROBE_DEFINE4(name, arg0, arg1, arg2, arg3) \ argument
69 "int", arg0, arg1, arg2, arg3); \
71 "int", arg0, arg1, arg2, arg3);
73 #define MAC_CHECK_PROBE_DEFINE3(name, arg0, arg1, arg2) \ argument
75 "int", arg0, arg1, arg2); \
77 "int", arg0, arg1, arg2);
79 #define MAC_CHECK_PROBE_DEFINE2(name, arg0, arg1) \ argument
81 "int", arg0, arg1); \
83 "int", arg0, arg1);
85 #define MAC_CHECK_PROBE_DEFINE1(name, arg0) \ argument
[all …]
/freebsd/sys/kern/
H A Dkern_sdt.c49 sdt_probe_stub(uint32_t id __unused, uintptr_t arg0 __unused, in sdt_probe_stub()
58 sdt_probe(uint32_t id, uintptr_t arg0, uintptr_t arg1, in sdt_probe() argument
61 sdt_probe_func(id, arg0, arg1, arg2, arg3, arg4, 0); in sdt_probe()
65 sdt_probe6(uint32_t id, uintptr_t arg0, uintptr_t arg1, in sdt_probe6() argument
68 sdt_probe_func(id, arg0, arg1, arg2, arg3, arg4, arg5); in sdt_probe6()
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/profile-n/
H A Dtst.argtest.d42 /(arg0 != 0 && arg1 == 0) || (arg0 == 0 && arg1 != 0)/
49 /(arg0 == 0 && arg1 == 0) || (arg0 != 0 && arg1 != 0)/
/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h312 #define __sanitizer_syscall_pre_shutdown(arg0, arg1) \ argument
313 __sanitizer_syscall_pre_impl_shutdown((long)(arg0), (long)(arg1))
314 #define __sanitizer_syscall_post_shutdown(res, arg0, arg1) \ argument
315 __sanitizer_syscall_post_impl_shutdown(res, (long)(arg0), (long)(arg1))
1077 #define __sanitizer_syscall_pre_bind(arg0, arg1, arg2) \ argument
1078 __sanitizer_syscall_pre_impl_bind((long)(arg0), (long)(arg1), (long)(arg2))
1079 #define __sanitizer_syscall_post_bind(res, arg0, arg1, arg2) \ argument
1080 __sanitizer_syscall_post_impl_bind(res, (long)(arg0), (long)(arg1), \
1082 #define __sanitizer_syscall_pre_connect(arg0, arg1, arg2) \ argument
1083 __sanitizer_syscall_pre_impl_connect((long)(arg0), (long)(arg1), (long)(arg2))
[all …]
/freebsd/cddl/usr.sbin/dwatch/libexec/
H A Dproc84 this->details = this->exec_arg0 = stringof(arg0);
91 /* details = "<arg0 from proc:::exec>: <strerror of arg0> (<arg0>)" */
94 strjoin(strerror[(int)arg0],
95 strjoin(" (", strjoin(lltostr((int)arg0), ")"))));
107 this->details = child_signal_string[(int)arg0];
114 this->sig = (int)arg0;
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/
H A Dsanitizer_wrappers.cpp61 GetTypes<__VA_ARGS__>::Arg<0>::Type arg0) { \
62 return LLVM_SYMBOLIZER_GET_FUNC(Function)(arg0); \
70 GetTypes<__VA_ARGS__>::Arg<0>::Type arg0, \
72 return LLVM_SYMBOLIZER_GET_FUNC(Function)(arg0, arg1); \
81 GetTypes<__VA_ARGS__>::Arg<0>::Type arg0, \
84 return LLVM_SYMBOLIZER_GET_FUNC(Function)(arg0, arg1, arg2); \
94 GetTypes<__VA_ARGS__>::Arg<0>::Type arg0, \
98 return LLVM_SYMBOLIZER_GET_FUNC(Function)(arg0, arg1, arg2, arg3); \
/freebsd/sys/compat/linux/
H A Dstats_timing.d64 self->lock[arg0] = vtimestamp;
68 /self->lock[arg0] != 0/
70 this->timediff = self->lock[arg0] - vtimestamp;
75 self->lock[arg0] = 0;
H A Dcheck_error.d93 …o use unknown clockid %d. Please report this to freebsd-emulation@FreeBSD.org.\n", execname, arg0);
99 …ort this clockid are welcome on the freebsd-emulation@FreeBSD.org mailinglist.\n", execname, arg0);
104 …port those flags are welcome on the freebsd-emulation@FreeBSD.org mailinglist.\n", execname, arg0);
109 …is %d, the min length supported is 1 and the max length supported is %d.\n", execname, arg0, arg1);
H A Dtrace_futexes.d109 ++check[probefunc, arg0];
119 /check[probefunc, arg0] == 0/
121 printf("ERROR: unlock attempt of unlocked %s (%p),", probefunc, arg0);
132 --check[probefunc, arg0];
/freebsd/contrib/sendmail/libmilter/
H A Dsmfi.c173 buf_crt_send(ctx, cmd, arg0, argv)
176 char *arg0;
184 if (arg0 == NULL || *arg0 == '\0')
188 l0 = strlen(arg0) + 1;
201 (void) memcpy(buf, arg0, l0);
238 send2(ctx, cmd, arg0, arg1) in send2() argument
241 char *arg0;
249 if (arg0 == NULL || *arg0 == '\0')
253 l0 = strlen(arg0) + 1;
265 (void) memcpy(buf, arg0, l0);
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/syscall/
H A Dtst.openret.ksh34 self->p = arg0;
45 /self->err && (int)arg0 == -1 && (int)arg1 == -1/
53 printf("a failed open(2) returned %d\n", (int)arg0);
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/uctf/
H A Dtst.printtypetarg.ksh45 print(*(pid\`$t *)(copyin(arg0, sizeof (pid\`$t))));
53 print(*(pid\`$t *)(copyin(arg0, sizeof (pid\`$t))));
61 print(*(pid\`$t *)(copyin(arg0, sizeof (pid\`$t))));
H A Dtst.printtype.ksh44 print(*(pid$pid\`$t *)(copyin(arg0, sizeof (pid$pid\`$t))));
52 print(*(pid$pid\`$t *)(copyin(arg0, sizeof (pid$pid\`$t))));
60 print(*(pid$pid\`$t *)(copyin(arg0, sizeof (pid$pid\`$t))));
H A Dtst.userlandkey.ksh52 this->t = (userland info_t *)arg0;
62 this->t = (userland info_t *)arg0;
72 this->t = (userland info_t *)arg0;
H A Derr.user64mode.ksh54 this->t = (userland info_t *)arg0;
64 this->t = (userland info_t *)arg0;
74 this->t = (userland info_t *)arg0;
/freebsd/contrib/llvm-project/lld/Common/
H A DDriverDispatcher.cpp115 StringRef arg0 = path::filename(argsV[0]); in parseFlavorWithoutMinGW() local
116 if (arg0.ends_with_insensitive(".exe")) in parseFlavorWithoutMinGW()
117 arg0 = arg0.drop_back(4); in parseFlavorWithoutMinGW()
118 Flavor f = parseProgname(arg0); in parseFlavorWithoutMinGW()
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/misc/
H A Dtst.roch.d74 (long long)curthread, pid, tid, (int)arg1, (int)arg0);
80 (long long)curthread, pid, tid, arg0);
86 (long long) curthread, pid, tid, arg0);
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/sparc/usdt/
H A Dtst.tailcall.ksh99 /arg0 == 9 && arg1 == 19 && arg2 == 2006/
101 printf("%d/%d/%d", arg0, arg1, arg2);
107 printf("%d/%d/%d", arg0, arg1, arg2);
/freebsd/sys/contrib/openzfs/contrib/bpftrace/
H A Dtaskqlatency.bt5 $tqent = (struct taskq_ent *)arg0;
15 $tqent = (struct taskq_ent *)arg0;
34 $tqent = (struct taskq_ent *)arg0;

1234567