Searched refs:dtrace_getopt (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/cmd/powertop/common/
H A Dcpuidle.c144 if (dtrace_getopt(dtp, "statusrate", &statustime) == -1) {
H A Devents.c287 if (dtrace_getopt(dtp, "statusrate", &statustime) == -1) {
H A Dcpufreq.c274 if (dtrace_getopt(dtp, "statusrate", &statustime) == -1) {
/illumos-gate/usr/src/cmd/dtrace/
H A Ddtrace.c1075 if (dtrace_getopt(g_dtp, bufs[i].optname, &bufs[i].val) == -1)
1080 if (dtrace_getopt(g_dtp, rates[i].optname, &rates[i].val) == -1)
1094 (void) dtrace_getopt(g_dtp, bufs[i].optname, &nsize);
1121 (void) dtrace_getopt(g_dtp, rates[i].optname, &nval);
1595 (void) dtrace_getopt(g_dtp, "flowindent", &opt);
1598 (void) dtrace_getopt(g_dtp, "grabanon", &opt);
1601 (void) dtrace_getopt(g_dtp, "quiet", &opt);
1768 (void) dtrace_getopt(g_dtp, "flowindent", &opt);
1771 (void) dtrace_getopt(g_dtp, "grabanon", &opt);
1774 (void) dtrace_getopt(g_dt
[all...]
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddtrace.h85 extern int dtrace_getopt(dtrace_hdl_t *, const char *, dtrace_optval_t *);
H A Ddt_consume.c2059 (void) dtrace_getopt(dtp, option, &optdata.dtsda_oldval);
2062 (void) dtrace_getopt(dtp, option, &optdata.dtsda_newval);
2629 (void) dtrace_getopt(dtp, "bufsize", &size);
2988 (void) dtrace_getopt(dtp, "bufsize", &size);
H A Ddt_aggregate.c1091 rval = dtrace_getopt(dtp, "aggsize", &size);
1106 rval = dtrace_getopt(dtp, "cpu", &cpu);
H A Ddt_options.c1016 dtrace_getopt(dtrace_hdl_t *dtp, const char *opt, dtrace_optval_t *val) function
/illumos-gate/usr/src/cmd/plockstat/
H A Dplockstat.c962 if (dtrace_getopt(g_dtp, "ustackframes", &g_nframes) != 0)
/illumos-gate/usr/src/cmd/intrstat/
H A Dintrstat.c565 if (dtrace_getopt(g_dtp, "statusrate", &statustime) == -1)
/illumos-gate/usr/src/cmd/lockstat/
H A Dlockstat.c798 if (dtrace_getopt(g_dtp, "statusrate", &status) == -1)
801 if (dtrace_getopt(g_dtp, "aggrate", &agg) == -1)
/illumos-gate/usr/src/cmd/mdb/common/modules/dtrace/
H A Ddtrace.c1079 if (dtrace_getopt(dtp, "flowindent", &val) == -1) {
1087 if (dtrace_getopt(dtp, "quiet", &val) == -1) {
/illumos-gate/usr/src/lib/libdtrace_jni/common/
H A Ddtrace_jni.c1046 if (dtrace_getopt(dtp, opt, &optval) == -1) {
H A Ddtj_consume.c176 if (dtrace_getopt(dtp, "flowindent", &optval) == -1) {

Completed in 125 milliseconds