/illumos-gate/usr/src/cmd/dtrace/ |
H A D | dtrace.c | 1075 if (dtrace_getopt(g_dtp, bufs[i].optname, &bufs[i].val) == -1) in go() 1080 if (dtrace_getopt(g_dtp, rates[i].optname, &rates[i].val) == -1) in go() 1094 (void) dtrace_getopt(g_dtp, bufs[i].optname, &nsize); in go() 1121 (void) dtrace_getopt(g_dtp, rates[i].optname, &nval); in go() 1596 (void) dtrace_getopt(g_dtp, "flowindent", &opt); in main() 1599 (void) dtrace_getopt(g_dtp, "grabanon", &opt); in main() 1602 (void) dtrace_getopt(g_dtp, "quiet", &opt); in main() 1769 (void) dtrace_getopt(g_dtp, "flowindent", &opt); in main() 1772 (void) dtrace_getopt(g_dtp, "grabanon", &opt); in main() 1775 (void) dtrace_getopt(g_dtp, "quiet", &opt); in main() [all …]
|
/illumos-gate/usr/src/cmd/powertop/common/ |
H A D | cpuidle.c | 144 if (dtrace_getopt(dtp, "statusrate", &statustime) == -1) { in pt_cpuidle_stat_prepare()
|
H A D | events.c | 287 if (dtrace_getopt(dtp, "statusrate", &statustime) == -1) { in pt_events_stat_prepare()
|
H A D | cpufreq.c | 274 if (dtrace_getopt(dtp, "statusrate", &statustime) == -1) { in pt_cpufreq_stat_prepare()
|
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | mapfile-vers | 77 dtrace_getopt;
|
H A D | dtrace.h | 85 extern int dtrace_getopt(dtrace_hdl_t *, const char *, dtrace_optval_t *);
|
H A D | dt_consume.c | 2061 (void) dtrace_getopt(dtp, option, &optdata.dtsda_oldval); in dt_setopt() 2064 (void) dtrace_getopt(dtp, option, &optdata.dtsda_newval); in dt_setopt() 2631 (void) dtrace_getopt(dtp, "bufsize", &size); in dt_get_buf() 2990 (void) dtrace_getopt(dtp, "bufsize", &size); in dtrace_consume()
|
H A D | dt_aggregate.c | 1091 rval = dtrace_getopt(dtp, "aggsize", &size); in dt_aggregate_go() 1106 rval = dtrace_getopt(dtp, "cpu", &cpu); in dt_aggregate_go()
|
H A D | dt_options.c | 1021 dtrace_getopt(dtrace_hdl_t *dtp, const char *opt, dtrace_optval_t *val) in dtrace_getopt() function
|
H A D | dt_printf.c | 1571 rval = dtrace_getopt(dtp, "strsize", &size); in dtrace_sprintf()
|
/illumos-gate/usr/src/cmd/intrstat/ |
H A D | intrstat.c | 566 if (dtrace_getopt(g_dtp, "statusrate", &statustime) == -1) in main()
|
/illumos-gate/usr/src/cmd/plockstat/ |
H A D | plockstat.c | 961 if (dtrace_getopt(g_dtp, "ustackframes", &g_nframes) != 0) in main()
|
/illumos-gate/usr/src/cmd/lockstat/ |
H A D | lockstat.c | 797 if (dtrace_getopt(g_dtp, "statusrate", &status) == -1) in status_init() 800 if (dtrace_getopt(g_dtp, "aggrate", &agg) == -1) in status_init()
|
/illumos-gate/usr/src/cmd/mdb/common/modules/dtrace/ |
H A D | dtrace.c | 1127 if (dtrace_getopt(dtp, "flowindent", &val) == -1) { in dtrace() 1135 if (dtrace_getopt(dtp, "quiet", &val) == -1) { in dtrace()
|
/illumos-gate/usr/src/lib/libdtrace_jni/common/ |
H A D | dtrace_jni.c | 1044 if (dtrace_getopt(dtp, opt, &optval) == -1) { in Java_org_opensolaris_os_dtrace_LocalConsumer__1getOption()
|
H A D | dtj_consume.c | 176 if (dtrace_getopt(dtp, "flowindent", &optval) == -1) { in dtj_set_callback_handlers()
|