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

1234567891011>>

/freebsd-9.3-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-9.3-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-9.3-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-9.3-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-9.3-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-9.3-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-9.3-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-9.3-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/
H A Dphp_malloc.d47 self->file = basename(copyinstr(arg1));
60 @malloc_func_size[self->file, self->name] = sum(arg1);
61 @malloc_func_dist[self->file, self->name] = quantize(arg1);
67 @malloc_lib_size[usym(ucaller)] = sum(arg1);
68 @malloc_lib_dist[usym(ucaller)] = quantize(arg1);
/freebsd-9.3-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-9.3-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-9.3-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-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/error/
H A Dtst.DTRACEFLT_BADADDR.d43 arg1, arg2, arg3, arg4, arg5);
/freebsd-9.3-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-9.3-release/cddl/contrib/dtracetoolkit/Php/
H A Dphp_malloc.d47 self->file = basename(copyinstr(arg1));
60 @malloc_func_size[self->file, self->name] = sum(arg1);
61 @malloc_func_dist[self->file, self->name] = quantize(arg1);
67 @malloc_lib_size[usym(ucaller)] = sum(arg1);
68 @malloc_lib_dist[usym(ucaller)] = quantize(arg1);

Completed in 83 milliseconds

1234567891011>>