Searched refs:arg0 (Results 26 - 50 of 255) sorted by relevance

1234567891011

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Dldap_rb_stats_script.d46 printf("\n%s: msg id: %d, msg ptr %p nodes in rb tree %d", probefunc, arg1, arg2, arg0);
51 / arg0 > hwmcount /
53 hwmcount = arg0;
/macosx-10.10.1/dtrace-147/DTTk/Bin/
H A Dudpstat.d70 mib:::udpInDatagrams { UDP_in += arg0; }
71 mib:::udpOutDatagrams { UDP_out += arg0; }
72 mib:::udpInErrors { UDP_inErr += arg0; }
73 mib:::udpInCksumErrs { UDP_inErr += arg0; }
74 mib:::udpOutErrors { UDP_outErr += arg0; }
75 mib:::udpNoPorts { UDP_noPort += arg0; }
H A Dcreatbyproc.d12 printf("%s %s", execname, copyinstr(arg0));
H A Dfilebyproc.d10 syscall::open*:entry { printf("%s %s", execname, copyinstr(arg0)); }
H A Dkill.d49 self->target = arg0;
57 pid, execname, self->signal, self->target, (int)arg0);
H A Drwbbypid.d48 @bytes[pid, execname, "R"] = sum(arg0);
53 @bytes[pid, execname, "W"] = sum(arg0);
H A Drwbypid.d48 @calls[pid, execname, "R"] = sum(arg0);
53 @calls[pid, execname, "W"] = sum(arg0);
/macosx-10.10.1/dtrace-147/DTTk/Net/
H A Dudpstat.d70 mib:::udpInDatagrams { UDP_in += arg0; }
71 mib:::udpOutDatagrams { UDP_out += arg0; }
72 mib:::udpInErrors { UDP_inErr += arg0; }
73 mib:::udpInCksumErrs { UDP_inErr += arg0; }
74 mib:::udpOutErrors { UDP_outErr += arg0; }
75 mib:::udpNoPorts { UDP_noPort += arg0; }
/macosx-10.10.1/dtrace-147/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.return0.d31 * ASSERTION: simple fbt provider arg0 and probfunc print test.
42 printf("%s %x returned 0", probefunc, arg0);
/macosx-10.10.1/dtrace-147/test/tst/common/usdt/
H A Dtst.argmap.d44 /arg0 == 4 && arg1 == 10 && arg2 == 10 && arg3 == 4/
52 arg0, arg1, arg2, arg3);
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Dconcatenate.c42 char *concatenate(const char *arg0,...) argument
53 va_start(ap, arg0);
59 len = strlen(arg0);
68 strcpy(result, arg0);
/macosx-10.10.1/ruby-106/extras/dtrace_sample/
H A Dprint_calls.d6 printf("-> %s:%d `%s#%s'\n", copyinstr(arg2), arg3, copyinstr(arg0), copyinstr(arg1));
11 printf("<- %s:%d `%s#%s'\n", copyinstr(arg2), arg3, copyinstr(arg0), copyinstr(arg1));
H A Dprint_memory_usage.d10 printf("Creating object of type `%s'\n", copyinstr(arg0));
15 printf("Freeing object of type `%s'\n", copyinstr(arg0));
/macosx-10.10.1/ruby-106/ruby/ext/win32ole/sample/
H A Dxml.rb14 # BSTR arg0 --- feature [IN]
16 def hasFeature(arg0, arg1)
17 ret = _invoke(145, [arg0, arg1], [VT_BSTR, VT_BSTR])
206 def nodeValue=(arg0)
207 ret = _setproperty(3, [arg0], [VT_VARIANT])
214 def text=(arg0)
215 ret = _setproperty(24, [arg0], [VT_BSTR])
222 def nodeTypedValue=(arg0)
223 ret = _setproperty(25, [arg0], [VT_VARIANT])
230 def dataType=(arg0)
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DTracing.h42 #define JAVASCRIPTCORE_PROFILE_WILL_EXECUTE(arg0, arg1, arg2, arg3)
45 #define JAVASCRIPTCORE_PROFILE_DID_EXECUTE(arg0, arg1, arg2, arg3)
/macosx-10.10.1/dtrace-147/DTTk/Proc/
H A Dcreatbyproc.d12 printf("%s %s", execname, copyinstr(arg0));
H A Dfilebyproc.d10 syscall::open*:entry { printf("%s %s", execname, copyinstr(arg0)); }
H A Dkill.d49 self->target = arg0;
57 pid, execname, self->signal, self->target, (int)arg0);
H A Drwbbypid.d48 @bytes[pid, execname, "R"] = sum(arg0);
53 @bytes[pid, execname, "W"] = sum(arg0);
H A Drwbypid.d48 @calls[pid, execname, "R"] = sum(arg0);
53 @calls[pid, execname, "W"] = sum(arg0);
/macosx-10.10.1/Security-57031.1.35/securityd/dtrace/
H A Dsecurityd-watch.d78 printf("%u COMMENCING SERVICE as %s\n", timestamp, copyinstr(arg0));
87 replymap[arg1] = arg0;
89 connection[arg0].client = self->reqClient;
90 self->reqConnection = arg0;
93 timestamp, self->mytid, arg0, arg1,
98 /connection[arg0].client/
101 timestamp, self->mytid, arg0,
102 connection[arg0].client,
103 client[connection[arg0].client].name,
104 client[connection[arg0]
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/common/
H A Dutil_arg.c30 __db_util_arg(arg0, str, argcp, argvp)
31 char *arg0, *str, ***argvp;
43 *ap++ = arg0;
/macosx-10.10.1/dtrace-147/test/tst/common/funcs/
H A Dtst.mutex_owned.d41 this->owned = mutex_owned((kmutex_t *)arg0);
42 this->owner = mutex_owner((kmutex_t *)arg0);

Completed in 136 milliseconds

1234567891011