Searched refs:DTRACEOPT_UNSET (Results 1 - 11 of 11) sorted by relevance

/macosx-10.9.5/dtrace-118.1/cmd/
H A Ddtrace_1.c1200 g_quiet = data->dtsda_newval != DTRACEOPT_UNSET;
1203 g_flowindent = data->dtsda_newval != DTRACEOPT_UNSET;
1480 if (bufs[i].val == DTRACEOPT_UNSET)
1485 if (nsize == DTRACEOPT_UNSET || nsize == 0)
1507 if (rates[i].val == DTRACEOPT_UNSET)
1512 if (nval == DTRACEOPT_UNSET || nval == 0)
1590 if (bufs[i].val == DTRACEOPT_UNSET)
1595 if (nsize == DTRACEOPT_UNSET || nsize == 0)
1617 if (rates[i].val == DTRACEOPT_UNSET)
1622 if (nval == DTRACEOPT_UNSET || nva
[all...]
/macosx-10.9.5/dtrace-118.1/libdtrace/
H A Ddt_options.c565 val = DTRACEOPT_UNSET;
576 val = DTRACEOPT_UNSET;
771 dtrace_optval_t policy = DTRACEOPT_UNSET;
784 if (policy == DTRACEOPT_UNSET)
805 dtrace_optval_t policy = DTRACEOPT_UNSET;
818 if (policy == DTRACEOPT_UNSET)
852 dtp->dt_options[i] = DTRACEOPT_UNSET;
H A Ddt_aggregate.c1493 if (size == 0 || size == DTRACEOPT_UNSET)
1507 assert(rval == 0 && cpu != DTRACEOPT_UNSET);
1567 if (size == 0 || size == DTRACEOPT_UNSET)
1580 assert(rval == 0 && cpu != DTRACEOPT_UNSET);
1721 dt_revsort = (dtp->dt_options[DTRACEOPT_AGGSORTREV] != DTRACEOPT_UNSET);
1722 dt_keysort = (dtp->dt_options[DTRACEOPT_AGGSORTKEY] != DTRACEOPT_UNSET);
1724 if (keyposopt != DTRACEOPT_UNSET && keyposopt <= INT_MAX) {
1906 if (sortpos == DTRACEOPT_UNSET || sortpos >= naggvars)
H A Ddt_consume.c846 if (dtp->dt_options[DTRACEOPT_RAWBYTES] != DTRACEOPT_UNSET)
961 if (dtp->dt_options[DTRACEOPT_STACKINDENT] != DTRACEOPT_UNSET)
991 if ((dtp->dt_options[DTRACEOPT_STACKSYMBOLS] != DTRACEOPT_UNSET) && dtrace_lookup_by_addr(dtp, pc, aux_symbol_name, sizeof(aux_symbol_name), &sym, &dts) == 0)
1011 if ((dtp->dt_options[DTRACEOPT_STACKSYMBOLS] != DTRACEOPT_UNSET) && dtrace_lookup_by_addr(dtp, pc, NULL, 0, NULL, &dts) == 0)
1062 if (dtp->dt_options[DTRACEOPT_STACKINDENT] != DTRACEOPT_UNSET)
1073 if ((dtp->dt_options[DTRACEOPT_STACKSYMBOLS] != DTRACEOPT_UNSET) && dtp->dt_vector == NULL)
1731 int flow = (dtp->dt_options[DTRACEOPT_FLOWINDENT] != DTRACEOPT_UNSET);
1732 int quiet = (dtp->dt_options[DTRACEOPT_QUIET] != DTRACEOPT_UNSET);
1897 DTRACEOPT_UNSET);
1899 DTRACEOPT_UNSET);
[all...]
H A Ddt_handle.c67 if (dtp->dt_options[DTRACEOPT_GRABANON] != DTRACEOPT_UNSET)
H A Ddt_map.c361 if (dtp->dt_options[DTRACEOPT_GRABANON] == DTRACEOPT_UNSET &&
H A Ddt_dof.c925 if (dtp->dt_options[i] != DTRACEOPT_UNSET)
957 if (dtp->dt_options[i] == DTRACEOPT_UNSET)
H A Ddt_cc.c725 if (dtp->dt_options[DTRACEOPT_STACKFRAMES] != DTRACEOPT_UNSET) {
765 if (dtp->dt_options[DTRACEOPT_JSTACKFRAMES] != DTRACEOPT_UNSET)
768 if (dtp->dt_options[DTRACEOPT_JSTACKSTRSIZE] != DTRACEOPT_UNSET)
775 if (dtp->dt_options[DTRACEOPT_USTACKFRAMES] != DTRACEOPT_UNSET)
H A Ddt_open.c1112 dtp->dt_options[i] = DTRACEOPT_UNSET;
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Ddtrace.h1108 * user-level. Note that the value of DTRACEOPT_UNSET is such that all of the
1148 #define DTRACEOPT_UNSET (dtrace_optval_t)-2 /* unset option */ macro
/macosx-10.9.5/xnu-2422.115.4/bsd/dev/dtrace/
H A Ddtrace.c13456 if (desc->dofo_value == DTRACEOPT_UNSET) {
13458 if (desc->dofo_value == (uint64_t)DTRACEOPT_UNSET) {
13753 state->dts_options[i] = DTRACEOPT_UNSET;
13936 if (opt[which] == DTRACEOPT_UNSET || opt[which] == 0)
13939 if (opt[DTRACEOPT_CPU] != DTRACEOPT_UNSET)
14080 ASSERT(nspec != DTRACEOPT_UNSET);
14106 if (opt[DTRACEOPT_GRABANON] != DTRACEOPT_UNSET) {
14141 if (opt[DTRACEOPT_AGGSIZE] != DTRACEOPT_UNSET &&
14156 if (opt[DTRACEOPT_BUFSIZE] == DTRACEOPT_UNSET ||
14161 if (opt[DTRACEOPT_BUFSIZE] == DTRACEOPT_UNSET ||
[all...]

Completed in 303 milliseconds