Searched refs:arg0 (Results 1 - 25 of 257) sorted by relevance

1234567891011

/macosx-10.10/dtrace-147/test/tst/common/io/
H A Dtst.fds.d33 /pid == $1 && arg0 == -1u/
39 /pid == $1 && arg0 != -1u && arg1 == -1u && 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]
[all...]
/macosx-10.10/apache-793/httpd/include/
H A Dapache_noprobes.h20 #define AP_ACCESS_CHECKER_DISPATCH_COMPLETE(arg0, arg1)
22 #define AP_ACCESS_CHECKER_DISPATCH_INVOKE(arg0)
26 #define AP_ACCESS_CHECKER_RETURN(arg0)
28 #define AP_AUTH_CHECKER_DISPATCH_COMPLETE(arg0, arg1)
30 #define AP_AUTH_CHECKER_DISPATCH_INVOKE(arg0)
34 #define AP_AUTH_CHECKER_RETURN(arg0)
36 #define AP_CANON_HANDLER_DISPATCH_COMPLETE(arg0, arg1)
38 #define AP_CANON_HANDLER_DISPATCH_INVOKE(arg0)
42 #define AP_CANON_HANDLER_RETURN(arg0)
44 #define AP_CHECK_USER_ID_DISPATCH_COMPLETE(arg0, arg
[all...]
/macosx-10.10/dtrace-147/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");
/macosx-10.10/dtrace-147/test/tst/common/builtinvar/
H A Dtst.arg0.d27 #pragma ident "@(#)tst.arg0.d 1.1 06/08/28 SMI"
31 * print arg0 and make sure it succeeds.
40 printf("The argument is %u\n", arg0);
H A Dtst.arg0clause.d31 * print arg0 from a profile and make sure it succeeds
45 printf("The argument is %u", arg0);
/macosx-10.10/dtrace-147/test/tst/common/tick-n/
H A Dtst.tickarg0.d32 * Simple tick-n 'arg0' test.
43 printf("The arg0 is %d\n", (int)arg0);
/macosx-10.10/ruby-106/ruby/
H A Dprobes.dmyh10 #define RUBY_DTRACE_METHOD_ENTRY(arg0, arg1, arg2, arg3) do { } while(0)
13 #define RUBY_DTRACE_METHOD_RETURN(arg0, arg1, arg2, arg3) do { } while(0)
17 #define RUBY_DTRACE_CMETHOD_ENTRY(arg0, arg1, arg2, arg3) do { } while(0)
20 #define RUBY_DTRACE_CMETHOD_RETURN(arg0, arg1, arg2, arg3) do { } while(0)
24 #define RUBY_DTRACE_REQUIRE_ENTRY(arg0, arg1, arg2) do { } while(0)
28 #define RUBY_DTRACE_REQUIRE_RETURN(arg0, arg1, arg2) do { } while(0)
32 #define RUBY_DTRACE_FIND_REQUIRE_ENTRY(arg0, arg1, arg2) do { } while(0)
36 #define RUBY_DTRACE_FIND_REQUIRE_RETURN(arg0, arg1, arg2) do { } while(0)
40 #define RUBY_DTRACE_LOAD_ENTRY(arg0, arg1, arg2) do { } while(0)
44 #define RUBY_DTRACE_LOAD_RETURN(arg0, arg
[all...]
/macosx-10.10/dtrace-147/DTTk/Bin/
H A Dminfbyproc.d10 vminfo:::as_fault { @mem[execname] = sum(arg0); }
H A Dpgpginbyproc.d10 vminfo:::pgpgin { @pg[execname] = sum(arg0); }
H A Dreadbytes.d10 sysinfo:::readch { @bytes[execname] = sum(arg0); }
H A Dreaddist.d10 sysinfo:::readch { @dist[execname] = quantize(arg0); }
H A Dwritebytes.d10 sysinfo:::writech { @bytes[execname] = sum(arg0); }
H A Dwritedist.d10 sysinfo:::writech { @dist[execname] = quantize(arg0); }
H A Dtcpstat.d70 mib:::tcpOutDataBytes { TCP_out += arg0; }
71 mib:::tcpRetransBytes { TCP_outRe += arg0; }
72 mib:::tcpInDataInorderBytes { TCP_in += arg0; }
73 mib:::tcpInDataDupBytes { TCP_inDup += arg0; }
74 mib:::tcpInDataUnorderBytes { TCP_inUn += arg0; }
/macosx-10.10/dtrace-147/DTTk/Mem/
H A Dminfbyproc.d10 vminfo:::as_fault { @mem[execname] = sum(arg0); }
H A Dpgpginbyproc.d10 vminfo:::pgpgin { @pg[execname] = sum(arg0); }
/macosx-10.10/dtrace-147/DTTk/Proc/
H A Dreadbytes.d10 sysinfo:::readch { @bytes[execname] = sum(arg0); }
H A Dreaddist.d10 sysinfo:::readch { @dist[execname] = quantize(arg0); }
H A Dwritebytes.d10 sysinfo:::writech { @bytes[execname] = sum(arg0); }
H A Dwritedist.d10 sysinfo:::writech { @dist[execname] = quantize(arg0); }
/macosx-10.10/dtrace-147/test/tst/common/funcs/
H A Derr.D_PROTO_LEN.motoomany.d41 mutex_owned((kmutex_t *)arg0, 99);
H A Derr.D_PROTO_LEN.mtatoomany.d40 mutex_type_adaptive((kmutex_t *)arg0, 99);
/macosx-10.10/dtrace-147/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);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/dtrace/
H A Dcodesign-watch.d76 rep[arg0].me = kernel[pid].rep = arg0;
77 rep[arg0].path = "(kernel)";
78 rep[arg0].type = "kernel";
80 timestamp, execname, pid, probename, arg0);
85 rep[arg0].me = arg0;
86 rep[arg0].path = copyinstr(arg1);
87 rep[arg0].type = "macho";
90 timestamp, execname, pid, probename, arg0, re
[all...]
/macosx-10.10/dtrace-147/DTTk/Net/
H A Dtcpstat.d70 mib:::tcpOutDataBytes { TCP_out += arg0; }
71 mib:::tcpRetransBytes { TCP_outRe += arg0; }
72 mib:::tcpInDataInorderBytes { TCP_in += arg0; }
73 mib:::tcpInDataDupBytes { TCP_inDup += arg0; }
74 mib:::tcpInDataUnorderBytes { TCP_inUn += arg0; }

Completed in 206 milliseconds

1234567891011