Searched refs:arg1 (Results 1 - 25 of 695) sorted by relevance

1234567891011>>

/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/profile-n/
H A Dtst.argtest.d32 * Either one of arg0 (or) arg1 should be 0 and non-zero.
42 /(arg0 != 0 && arg1 == 0) || (arg0 == 0 && arg1 != 0)/
44 printf("Test passed; either arg0/arg1 is zero\n");
49 /(arg0 == 0 && arg1 == 0) || (arg0 != 0 && arg1 != 0)/
51 printf("Test failed; either arg0 (or) arg1 should be non zero\n");
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/builtinvar/
H A Dtst.arg1.d31 * print arg1 and make sure it succeeds.
40 printf("The argument is %u\n", arg1);
H A Dtst.arg1to8.d31 * print arg1 to arg8 and make sure it succeeds.
40 printf("The argument is %u %u %u %u %u %u %u %u\n", arg1, arg2,
H A Dtst.arg1to8clause.d31 * print arg1 to arg8 from a profile and make sure it succeeds
44 printf("The argument is %u %u %u %u %u %u %u %u\n", arg1, arg2,
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
H A Dtst.args.d44 /arg0 == 10 && arg1 == 4/
51 printf("args are %d, %d; should be 10, 4", arg0, arg1);
/freebsd-10.0-release/contrib/groff/src/include/
H A Derror.h24 const errarg &arg1 = empty_errarg,
30 const errarg &arg1 = empty_errarg,
36 const errarg &arg1 = empty_errarg,
41 const errarg &arg1 = empty_errarg,
46 const errarg &arg1 = empty_errarg,
51 const errarg &arg1 = empty_errarg,
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/docsExamples/
H A Dtrussrw.d44 printf("%s(%d, 0x%x, %4d)", probefunc, arg0, arg1, arg2);
51 printf("\t\t = %d\n", arg1);
H A Dkstat.d42 self->ksname = arg1;
46 /self->ksname != NULL && arg1 != NULL/
49 this->ksp = (kstat_named_t *)copyin(arg1, sizeof (kstat_named_t));
54 /self->ksname != NULL && arg1 == NULL/
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/fbtprovider/
H A Dtst.ioctlargs.d42 printf("The few arguments are %u %u %u %u\n", arg0, arg1, arg2, arg3);
48 printf("The few arguments are %u %u %u %u\n", arg0, arg1, arg2, arg3);
H A Dtst.offsetzero.d42 printf("The few arguments are %u %u %u %u\n", arg0, arg1, arg2, arg3);
49 printf("The few arguments are %u %u %u %u\n", arg0, arg1, arg2, arg3);
H A Dtst.functionreturnvalue.d41 printf("The function return value is stored in %u\n", arg1);
H A Dtst.return0.d40 /arg1 == 0/
/freebsd-10.0-release/contrib/groff/src/libs/libgroff/
H A Derror.cpp36 const errarg &arg1,
68 errprint(format, arg1, arg2, arg3);
78 const errarg &arg1,
83 current_lineno, type, format, arg1, arg2, arg3);
88 const errarg &arg1,
92 do_error(ERROR, format, arg1, arg2, arg3);
96 const errarg &arg1,
100 do_error(WARNING, format, arg1, arg2, arg3);
104 const errarg &arg1,
108 do_error(FATAL, format, arg1, arg
31 do_error_with_file_and_line(const char *filename, const char *source_filename, int lineno, error_type type, const char *format, const errarg &arg1, const errarg &arg2, const errarg &arg3) argument
76 do_error(error_type type, const char *format, const errarg &arg1, const errarg &arg2, const errarg &arg3) argument
87 error(const char *format, const errarg &arg1, const errarg &arg2, const errarg &arg3) argument
95 warning(const char *format, const errarg &arg1, const errarg &arg2, const errarg &arg3) argument
103 fatal(const char *format, const errarg &arg1, const errarg &arg2, const errarg &arg3) argument
111 error_with_file_and_line(const char *filename, int lineno, const char *format, const errarg &arg1, const errarg &arg2, const errarg &arg3) argument
122 warning_with_file_and_line(const char *filename, int lineno, const char *format, const errarg &arg1, const errarg &arg2, const errarg &arg3) argument
133 fatal_with_file_and_line(const char *filename, int lineno, const char *format, const errarg &arg1, const errarg &arg2, const errarg &arg3) argument
[all...]
/freebsd-10.0-release/sys/cddl/compat/opensolaris/sys/
H A Dsdt.h41 #define DTRACE_PROBE1(name, type1, arg1)
42 #define DTRACE_PROBE2(name, type1, arg1, type2, arg2)
43 #define DTRACE_PROBE3(name, type1, arg1, type2, arg2, type3, arg3)
44 #define DTRACE_PROBE4(name, type1, arg1, type2, arg2, type3, arg3, type4, arg4)
/freebsd-10.0-release/cddl/contrib/dtracetoolkit/Bin/
H A Dj_thread.d52 this->thread = (char *)copyin(arg0, arg1 + 1);
53 this->thread[arg1] = '\0';
60 this->thread = (char *)copyin(arg0, arg1 + 1);
61 this->thread[arg1] = '\0';
H A Dlockbydist.d10 lockstat:::adaptive-block { @time[execname] = quantize(arg1); }
H A Dlockbyproc.d10 lockstat:::adaptive-block { @time[execname] = sum(arg1); }
H A Dsh_calls.d49 @calls[basename(copyinstr(arg0)), "func", copyinstr(arg1)] = count();
54 @calls[basename(copyinstr(arg0)), "builtin", copyinstr(arg1)] = count();
59 @calls[basename(copyinstr(arg0)), "cmd", copyinstr(arg1)] = count();
63 /arg1 != 0/
/freebsd-10.0-release/cddl/contrib/dtracetoolkit/Java/
H A Dj_thread.d52 this->thread = (char *)copyin(arg0, arg1 + 1);
53 this->thread[arg1] = '\0';
60 this->thread = (char *)copyin(arg0, arg1 + 1);
61 this->thread[arg1] = '\0';
/freebsd-10.0-release/cddl/contrib/dtracetoolkit/Locks/
H A Dlockbydist.d10 lockstat:::adaptive-block { @time[execname] = quantize(arg1); }
H A Dlockbyproc.d10 lockstat:::adaptive-block { @time[execname] = sum(arg1); }
/freebsd-10.0-release/cddl/contrib/dtracetoolkit/Shell/
H A Dsh_calls.d49 @calls[basename(copyinstr(arg0)), "func", copyinstr(arg1)] = count();
54 @calls[basename(copyinstr(arg0)), "builtin", copyinstr(arg1)] = count();
59 @calls[basename(copyinstr(arg0)), "cmd", copyinstr(arg1)] = count();
63 /arg1 != 0/
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/error/
H A Dtst.DTRACEFLT_BADADDR.d43 arg1, arg2, arg3, arg4, arg5);
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.args1.c33 go(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, argument
36 return (arg1);
/freebsd-10.0-release/sys/netinet/
H A Din_kdtrace.h31 #define IP_PROBE(probe, arg0, arg1, arg2, arg3, arg4, arg5) \
32 SDT_PROBE6(ip, , , probe, arg0, arg1, arg2, arg3, arg4, arg5)
33 #define UDP_PROBE(probe, arg0, arg1, arg2, arg3, arg4) \
34 SDT_PROBE5(udp, , , probe, arg0, arg1, arg2, arg3, arg4)
35 #define TCP_PROBE5(probe, arg0, arg1, arg2, arg3, arg4) \
36 SDT_PROBE5(tcp, , , probe, arg0, arg1, arg2, arg3, arg4)
37 #define TCP_PROBE6(probe, arg0, arg1, arg2, arg3, arg4, arg5) \
38 SDT_PROBE6(tcp, , , probe, arg0, arg1, arg2, arg3, arg4, arg5)

Completed in 216 milliseconds

1234567891011>>