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

1234567891011

/macosx-10.9.5/dtrace-118.1/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.9.5/dtrace-118.1/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.9.5/xnu-2422.115.4/bsd/sys/
H A Dmunge.h30 void munge_w(const void *arg0 __unused, void *args);
31 void munge_ww(const void *arg0 __unused, void *args);
32 void munge_www(const void *arg0 __unused, void *args);
33 void munge_wwww(const void *arg0 __unused, void *args);
34 void munge_wwwww(const void *arg0 __unused, void *args);
35 void munge_wwwwww(const void *arg0 __unused, void *args);
36 void munge_wwwwwww(const void *arg0 __unused, void *args);
37 void munge_wwwwwwww(const void *arg0 __unused, void *args);
38 void munge_wl(const void *arg0 __unused, void *args);
39 void munge_wwl(const void *arg0 __unuse
[all...]
/macosx-10.9.5/dtrace-118.1/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.9.5/dtrace-118.1/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.9.5/ruby-104/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.9.5/dtrace-118.1/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.9.5/dtrace-118.1/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.9.5/dtrace-118.1/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.9.5/dtrace-118.1/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.9.5/dtrace-118.1/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.9.5/Security-55471.14.18/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.9.5/postfix-252/postfix/src/util/
H A Dconcatenate.c41 char *concatenate(const char *arg0,...) argument
51 va_start(ap, arg0);
52 len = strlen(arg0);
61 va_start(ap, arg0);
62 strlcpy(result, arg0, len + 1); /* APPLE */

Completed in 169 milliseconds

1234567891011